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
|
@@ -5,30 +5,6 @@ export declare const getSupabasePublicKey: () => string;
|
|
|
5
5
|
export declare const getSupabaseProjectRef: () => string;
|
|
6
6
|
export declare const getSupabase: (c: Context) => import("@supabase/supabase-js").SupabaseClient<Database, "public", "public", {
|
|
7
7
|
Tables: {
|
|
8
|
-
adk_agents: {
|
|
9
|
-
Row: {
|
|
10
|
-
avatar_url: string | null;
|
|
11
|
-
created_at: string | null;
|
|
12
|
-
description: string | null;
|
|
13
|
-
name: string;
|
|
14
|
-
updated_at: string | null;
|
|
15
|
-
};
|
|
16
|
-
Insert: {
|
|
17
|
-
avatar_url?: string | null;
|
|
18
|
-
created_at?: string | null;
|
|
19
|
-
description?: string | null;
|
|
20
|
-
name: string;
|
|
21
|
-
updated_at?: string | null;
|
|
22
|
-
};
|
|
23
|
-
Update: {
|
|
24
|
-
avatar_url?: string | null;
|
|
25
|
-
created_at?: string | null;
|
|
26
|
-
description?: string | null;
|
|
27
|
-
name?: string;
|
|
28
|
-
updated_at?: string | null;
|
|
29
|
-
};
|
|
30
|
-
Relationships: [];
|
|
31
|
-
};
|
|
32
8
|
adk_artifacts: {
|
|
33
9
|
Row: {
|
|
34
10
|
app_name: string;
|
|
@@ -158,42 +134,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
158
134
|
referencedColumns: ["id"];
|
|
159
135
|
}];
|
|
160
136
|
};
|
|
161
|
-
adk_quick_starts: {
|
|
162
|
-
Row: {
|
|
163
|
-
agent_name: string;
|
|
164
|
-
created_at: string | null;
|
|
165
|
-
description: string | null;
|
|
166
|
-
id: string;
|
|
167
|
-
is_active: boolean | null;
|
|
168
|
-
ord: number | null;
|
|
169
|
-
prompt: string;
|
|
170
|
-
title: string;
|
|
171
|
-
updated_at: string | null;
|
|
172
|
-
};
|
|
173
|
-
Insert: {
|
|
174
|
-
agent_name?: string;
|
|
175
|
-
created_at?: string | null;
|
|
176
|
-
description?: string | null;
|
|
177
|
-
id?: string;
|
|
178
|
-
is_active?: boolean | null;
|
|
179
|
-
ord?: number | null;
|
|
180
|
-
prompt: string;
|
|
181
|
-
title: string;
|
|
182
|
-
updated_at?: string | null;
|
|
183
|
-
};
|
|
184
|
-
Update: {
|
|
185
|
-
agent_name?: string;
|
|
186
|
-
created_at?: string | null;
|
|
187
|
-
description?: string | null;
|
|
188
|
-
id?: string;
|
|
189
|
-
is_active?: boolean | null;
|
|
190
|
-
ord?: number | null;
|
|
191
|
-
prompt?: string;
|
|
192
|
-
title?: string;
|
|
193
|
-
updated_at?: string | null;
|
|
194
|
-
};
|
|
195
|
-
Relationships: [];
|
|
196
|
-
};
|
|
197
137
|
adk_sessions: {
|
|
198
138
|
Row: {
|
|
199
139
|
app_name: string;
|
|
@@ -370,7 +310,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
370
310
|
target: string | null;
|
|
371
311
|
updated_at: string;
|
|
372
312
|
user_id: string;
|
|
373
|
-
worker_id: string | null;
|
|
374
313
|
};
|
|
375
314
|
Insert: {
|
|
376
315
|
config?: import("../types/database.types").Json | null;
|
|
@@ -382,7 +321,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
382
321
|
target?: string | null;
|
|
383
322
|
updated_at?: string;
|
|
384
323
|
user_id: string;
|
|
385
|
-
worker_id?: string | null;
|
|
386
324
|
};
|
|
387
325
|
Update: {
|
|
388
326
|
config?: import("../types/database.types").Json | null;
|
|
@@ -394,15 +332,8 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
394
332
|
target?: string | null;
|
|
395
333
|
updated_at?: string;
|
|
396
334
|
user_id?: string;
|
|
397
|
-
worker_id?: string | null;
|
|
398
335
|
};
|
|
399
|
-
Relationships: [
|
|
400
|
-
foreignKeyName: "audit_projects_worker_id_fkey";
|
|
401
|
-
columns: ["worker_id"];
|
|
402
|
-
isOneToOne: false;
|
|
403
|
-
referencedRelation: "servers";
|
|
404
|
-
referencedColumns: ["id"];
|
|
405
|
-
}];
|
|
336
|
+
Relationships: [];
|
|
406
337
|
};
|
|
407
338
|
audit_skills: {
|
|
408
339
|
Row: {
|
|
@@ -629,39 +560,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
629
560
|
};
|
|
630
561
|
Relationships: [];
|
|
631
562
|
};
|
|
632
|
-
cleanup_policies: {
|
|
633
|
-
Row: {
|
|
634
|
-
cleanup_function: string;
|
|
635
|
-
created_at: string;
|
|
636
|
-
enabled: boolean;
|
|
637
|
-
id: string;
|
|
638
|
-
policy_name: string;
|
|
639
|
-
retention_days: number;
|
|
640
|
-
table_name: string;
|
|
641
|
-
updated_at: string;
|
|
642
|
-
};
|
|
643
|
-
Insert: {
|
|
644
|
-
cleanup_function: string;
|
|
645
|
-
created_at?: string;
|
|
646
|
-
enabled?: boolean;
|
|
647
|
-
id?: string;
|
|
648
|
-
policy_name: string;
|
|
649
|
-
retention_days?: number;
|
|
650
|
-
table_name: string;
|
|
651
|
-
updated_at?: string;
|
|
652
|
-
};
|
|
653
|
-
Update: {
|
|
654
|
-
cleanup_function?: string;
|
|
655
|
-
created_at?: string;
|
|
656
|
-
enabled?: boolean;
|
|
657
|
-
id?: string;
|
|
658
|
-
policy_name?: string;
|
|
659
|
-
retention_days?: number;
|
|
660
|
-
table_name?: string;
|
|
661
|
-
updated_at?: string;
|
|
662
|
-
};
|
|
663
|
-
Relationships: [];
|
|
664
|
-
};
|
|
665
563
|
cloud_accounts: {
|
|
666
564
|
Row: {
|
|
667
565
|
access_token: string | null;
|
|
@@ -758,48 +656,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
758
656
|
};
|
|
759
657
|
Relationships: [];
|
|
760
658
|
};
|
|
761
|
-
compute_nodes: {
|
|
762
|
-
Row: {
|
|
763
|
-
auth_secret: string | null;
|
|
764
|
-
created_at: string;
|
|
765
|
-
host: string;
|
|
766
|
-
id: string;
|
|
767
|
-
is_public: boolean | null;
|
|
768
|
-
name: string;
|
|
769
|
-
port: number;
|
|
770
|
-
provider: string;
|
|
771
|
-
updated_at: string;
|
|
772
|
-
user_id: string;
|
|
773
|
-
username: string | null;
|
|
774
|
-
};
|
|
775
|
-
Insert: {
|
|
776
|
-
auth_secret?: string | null;
|
|
777
|
-
created_at?: string;
|
|
778
|
-
host: string;
|
|
779
|
-
id?: string;
|
|
780
|
-
is_public?: boolean | null;
|
|
781
|
-
name: string;
|
|
782
|
-
port?: number;
|
|
783
|
-
provider?: string;
|
|
784
|
-
updated_at?: string;
|
|
785
|
-
user_id?: string;
|
|
786
|
-
username?: string | null;
|
|
787
|
-
};
|
|
788
|
-
Update: {
|
|
789
|
-
auth_secret?: string | null;
|
|
790
|
-
created_at?: string;
|
|
791
|
-
host?: string;
|
|
792
|
-
id?: string;
|
|
793
|
-
is_public?: boolean | null;
|
|
794
|
-
name?: string;
|
|
795
|
-
port?: number;
|
|
796
|
-
provider?: string;
|
|
797
|
-
updated_at?: string;
|
|
798
|
-
user_id?: string;
|
|
799
|
-
username?: string | null;
|
|
800
|
-
};
|
|
801
|
-
Relationships: [];
|
|
802
|
-
};
|
|
803
659
|
contacts: {
|
|
804
660
|
Row: {
|
|
805
661
|
created_at: string;
|
|
@@ -974,60 +830,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
974
830
|
referencedColumns: ["id"];
|
|
975
831
|
}];
|
|
976
832
|
};
|
|
977
|
-
openclaws: {
|
|
978
|
-
Row: {
|
|
979
|
-
config: import("../types/database.types").Json;
|
|
980
|
-
created_at: string;
|
|
981
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
982
|
-
id: string;
|
|
983
|
-
metadata: import("../types/database.types").Json | null;
|
|
984
|
-
name: string | null;
|
|
985
|
-
resolved_config: import("../types/database.types").Json;
|
|
986
|
-
server_id: string | null;
|
|
987
|
-
state: import("../types/database.types").Json | null;
|
|
988
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
989
|
-
status_reason: string | null;
|
|
990
|
-
updated_at: string;
|
|
991
|
-
user_id: string;
|
|
992
|
-
};
|
|
993
|
-
Insert: {
|
|
994
|
-
config?: import("../types/database.types").Json;
|
|
995
|
-
created_at?: string;
|
|
996
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
997
|
-
id?: string;
|
|
998
|
-
metadata?: import("../types/database.types").Json | null;
|
|
999
|
-
name?: string | null;
|
|
1000
|
-
resolved_config?: import("../types/database.types").Json;
|
|
1001
|
-
server_id?: string | null;
|
|
1002
|
-
state?: import("../types/database.types").Json | null;
|
|
1003
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1004
|
-
status_reason?: string | null;
|
|
1005
|
-
updated_at?: string;
|
|
1006
|
-
user_id?: string;
|
|
1007
|
-
};
|
|
1008
|
-
Update: {
|
|
1009
|
-
config?: import("../types/database.types").Json;
|
|
1010
|
-
created_at?: string;
|
|
1011
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1012
|
-
id?: string;
|
|
1013
|
-
metadata?: import("../types/database.types").Json | null;
|
|
1014
|
-
name?: string | null;
|
|
1015
|
-
resolved_config?: import("../types/database.types").Json;
|
|
1016
|
-
server_id?: string | null;
|
|
1017
|
-
state?: import("../types/database.types").Json | null;
|
|
1018
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1019
|
-
status_reason?: string | null;
|
|
1020
|
-
updated_at?: string;
|
|
1021
|
-
user_id?: string;
|
|
1022
|
-
};
|
|
1023
|
-
Relationships: [{
|
|
1024
|
-
foreignKeyName: "openclaws_server_id_fkey";
|
|
1025
|
-
columns: ["server_id"];
|
|
1026
|
-
isOneToOne: false;
|
|
1027
|
-
referencedRelation: "servers";
|
|
1028
|
-
referencedColumns: ["id"];
|
|
1029
|
-
}];
|
|
1030
|
-
};
|
|
1031
833
|
outreach_messages: {
|
|
1032
834
|
Row: {
|
|
1033
835
|
content: string | null;
|
|
@@ -1661,22 +1463,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
1661
1463
|
};
|
|
1662
1464
|
Views: { [_ in never]: never; };
|
|
1663
1465
|
Functions: {
|
|
1664
|
-
adk_agent_list: {
|
|
1665
|
-
Args: never;
|
|
1666
|
-
Returns: {
|
|
1667
|
-
avatar_url: string | null;
|
|
1668
|
-
created_at: string | null;
|
|
1669
|
-
description: string | null;
|
|
1670
|
-
name: string;
|
|
1671
|
-
updated_at: string | null;
|
|
1672
|
-
}[];
|
|
1673
|
-
SetofOptions: {
|
|
1674
|
-
from: "*";
|
|
1675
|
-
to: "adk_agents";
|
|
1676
|
-
isOneToOne: false;
|
|
1677
|
-
isSetofReturn: true;
|
|
1678
|
-
};
|
|
1679
|
-
};
|
|
1680
1466
|
adk_artifact_delete: {
|
|
1681
1467
|
Args: {
|
|
1682
1468
|
p_app_name: string;
|
|
@@ -1803,28 +1589,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
1803
1589
|
isSetofReturn: true;
|
|
1804
1590
|
};
|
|
1805
1591
|
};
|
|
1806
|
-
adk_quick_start_list: {
|
|
1807
|
-
Args: {
|
|
1808
|
-
p_agent_name?: string;
|
|
1809
|
-
};
|
|
1810
|
-
Returns: {
|
|
1811
|
-
agent_name: string;
|
|
1812
|
-
created_at: string | null;
|
|
1813
|
-
description: string | null;
|
|
1814
|
-
id: string;
|
|
1815
|
-
is_active: boolean | null;
|
|
1816
|
-
ord: number | null;
|
|
1817
|
-
prompt: string;
|
|
1818
|
-
title: string;
|
|
1819
|
-
updated_at: string | null;
|
|
1820
|
-
}[];
|
|
1821
|
-
SetofOptions: {
|
|
1822
|
-
from: "*";
|
|
1823
|
-
to: "adk_quick_starts";
|
|
1824
|
-
isOneToOne: false;
|
|
1825
|
-
isSetofReturn: true;
|
|
1826
|
-
};
|
|
1827
|
-
};
|
|
1828
1592
|
adk_session_delete: {
|
|
1829
1593
|
Args: {
|
|
1830
1594
|
p_app_name: string;
|
|
@@ -2026,7 +1790,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2026
1790
|
target: string;
|
|
2027
1791
|
updated_at: string;
|
|
2028
1792
|
user_id: string;
|
|
2029
|
-
worker_id: string;
|
|
2030
1793
|
}[];
|
|
2031
1794
|
};
|
|
2032
1795
|
audit_project_list: {
|
|
@@ -2045,7 +1808,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2045
1808
|
target: string;
|
|
2046
1809
|
updated_at: string;
|
|
2047
1810
|
user_id: string;
|
|
2048
|
-
worker_id: string;
|
|
2049
1811
|
}[];
|
|
2050
1812
|
};
|
|
2051
1813
|
audit_project_list_cursor: {
|
|
@@ -2065,7 +1827,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2065
1827
|
target: string;
|
|
2066
1828
|
updated_at: string;
|
|
2067
1829
|
user_id: string;
|
|
2068
|
-
worker_id: string;
|
|
2069
1830
|
}[];
|
|
2070
1831
|
};
|
|
2071
1832
|
audit_project_upsert: {
|
|
@@ -2076,7 +1837,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2076
1837
|
p_repo_branch?: string;
|
|
2077
1838
|
p_repo_url?: string;
|
|
2078
1839
|
p_target?: string;
|
|
2079
|
-
p_worker_id?: string;
|
|
2080
1840
|
};
|
|
2081
1841
|
Returns: {
|
|
2082
1842
|
config: import("../types/database.types").Json;
|
|
@@ -2088,7 +1848,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2088
1848
|
target: string;
|
|
2089
1849
|
updated_at: string;
|
|
2090
1850
|
user_id: string;
|
|
2091
|
-
worker_id: string;
|
|
2092
1851
|
}[];
|
|
2093
1852
|
};
|
|
2094
1853
|
audit_skill_list: {
|
|
@@ -2581,86 +2340,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2581
2340
|
};
|
|
2582
2341
|
Returns: import("../types/database.types").Json;
|
|
2583
2342
|
};
|
|
2584
|
-
compute_node_delete: {
|
|
2585
|
-
Args: {
|
|
2586
|
-
p_id: string;
|
|
2587
|
-
};
|
|
2588
|
-
Returns: undefined;
|
|
2589
|
-
};
|
|
2590
|
-
compute_node_get: {
|
|
2591
|
-
Args: {
|
|
2592
|
-
p_id?: string;
|
|
2593
|
-
p_user_id?: string;
|
|
2594
|
-
};
|
|
2595
|
-
Returns: {
|
|
2596
|
-
auth_secret: string | null;
|
|
2597
|
-
created_at: string | null;
|
|
2598
|
-
host: string | null;
|
|
2599
|
-
id: string | null;
|
|
2600
|
-
is_public: boolean | null;
|
|
2601
|
-
name: string | null;
|
|
2602
|
-
port: number | null;
|
|
2603
|
-
provider: string | null;
|
|
2604
|
-
updated_at: string | null;
|
|
2605
|
-
user_id: string | null;
|
|
2606
|
-
username: string | null;
|
|
2607
|
-
}[];
|
|
2608
|
-
};
|
|
2609
|
-
compute_node_get_secret: {
|
|
2610
|
-
Args: {
|
|
2611
|
-
target_id: string;
|
|
2612
|
-
};
|
|
2613
|
-
Returns: {
|
|
2614
|
-
auth_secret: string;
|
|
2615
|
-
host: string;
|
|
2616
|
-
port: number;
|
|
2617
|
-
username: string;
|
|
2618
|
-
}[];
|
|
2619
|
-
};
|
|
2620
|
-
compute_node_list: {
|
|
2621
|
-
Args: {
|
|
2622
|
-
p_user_id?: string;
|
|
2623
|
-
};
|
|
2624
|
-
Returns: {
|
|
2625
|
-
auth_secret: string | null;
|
|
2626
|
-
created_at: string | null;
|
|
2627
|
-
host: string | null;
|
|
2628
|
-
id: string | null;
|
|
2629
|
-
is_public: boolean | null;
|
|
2630
|
-
name: string | null;
|
|
2631
|
-
port: number | null;
|
|
2632
|
-
provider: string | null;
|
|
2633
|
-
updated_at: string | null;
|
|
2634
|
-
user_id: string | null;
|
|
2635
|
-
username: string | null;
|
|
2636
|
-
}[];
|
|
2637
|
-
};
|
|
2638
|
-
compute_node_upsert: {
|
|
2639
|
-
Args: {
|
|
2640
|
-
p_auth_secret?: string;
|
|
2641
|
-
p_host?: string;
|
|
2642
|
-
p_id?: string;
|
|
2643
|
-
p_is_public?: boolean;
|
|
2644
|
-
p_name?: string;
|
|
2645
|
-
p_port?: number;
|
|
2646
|
-
p_provider?: string;
|
|
2647
|
-
p_username?: string;
|
|
2648
|
-
p_worker_count?: number;
|
|
2649
|
-
};
|
|
2650
|
-
Returns: {
|
|
2651
|
-
auth_secret: string | null;
|
|
2652
|
-
created_at: string | null;
|
|
2653
|
-
host: string | null;
|
|
2654
|
-
id: string | null;
|
|
2655
|
-
is_public: boolean | null;
|
|
2656
|
-
name: string | null;
|
|
2657
|
-
port: number | null;
|
|
2658
|
-
provider: string | null;
|
|
2659
|
-
updated_at: string | null;
|
|
2660
|
-
user_id: string | null;
|
|
2661
|
-
username: string | null;
|
|
2662
|
-
}[];
|
|
2663
|
-
};
|
|
2664
2343
|
compute_server_public_url: {
|
|
2665
2344
|
Args: {
|
|
2666
2345
|
p_server_id: string;
|
|
@@ -2820,12 +2499,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2820
2499
|
};
|
|
2821
2500
|
Returns: string;
|
|
2822
2501
|
};
|
|
2823
|
-
get_worker_subdomain: {
|
|
2824
|
-
Args: {
|
|
2825
|
-
p_worker_id: string;
|
|
2826
|
-
};
|
|
2827
|
-
Returns: string;
|
|
2828
|
-
};
|
|
2829
2502
|
github_list_installation_repos: {
|
|
2830
2503
|
Args: never;
|
|
2831
2504
|
Returns: import("../types/database.types").Json;
|
|
@@ -2972,13 +2645,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
2972
2645
|
};
|
|
2973
2646
|
Returns: import("../types/database.types").Json;
|
|
2974
2647
|
};
|
|
2975
|
-
install_script: {
|
|
2976
|
-
Args: {
|
|
2977
|
-
p_instance_id?: string;
|
|
2978
|
-
p_version?: string;
|
|
2979
|
-
};
|
|
2980
|
-
Returns: string;
|
|
2981
|
-
};
|
|
2982
2648
|
instance_tag_add: {
|
|
2983
2649
|
Args: {
|
|
2984
2650
|
p_instance_id: string;
|
|
@@ -3108,68 +2774,34 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3108
2774
|
};
|
|
3109
2775
|
Returns: number;
|
|
3110
2776
|
};
|
|
3111
|
-
|
|
3112
|
-
Args:
|
|
2777
|
+
notification_list: {
|
|
2778
|
+
Args: {
|
|
2779
|
+
p_action_type?: string;
|
|
2780
|
+
p_cursor?: string;
|
|
2781
|
+
p_include_dismissed?: boolean;
|
|
2782
|
+
p_limit?: number;
|
|
2783
|
+
p_source_type?: string;
|
|
2784
|
+
p_unread_only?: boolean;
|
|
2785
|
+
};
|
|
3113
2786
|
Returns: {
|
|
3114
|
-
action_completed_at: string
|
|
3115
|
-
action_payload: import("../types/database.types").Json
|
|
3116
|
-
action_type: string
|
|
2787
|
+
action_completed_at: string;
|
|
2788
|
+
action_payload: import("../types/database.types").Json;
|
|
2789
|
+
action_type: string;
|
|
3117
2790
|
created_at: string;
|
|
3118
|
-
dismissed_at: string
|
|
3119
|
-
expires_at: string
|
|
3120
|
-
id: string;
|
|
3121
|
-
is_read: boolean;
|
|
3122
|
-
message: string | null;
|
|
3123
|
-
notification_type: string;
|
|
3124
|
-
priority: string;
|
|
3125
|
-
read_at: string | null;
|
|
3126
|
-
source_id: string | null;
|
|
3127
|
-
source_type: string | null;
|
|
3128
|
-
title: string;
|
|
3129
|
-
updated_at: string;
|
|
3130
|
-
user_id: string;
|
|
3131
|
-
}[];
|
|
3132
|
-
SetofOptions: {
|
|
3133
|
-
from: "*";
|
|
3134
|
-
to: "user_notifications";
|
|
3135
|
-
isOneToOne: false;
|
|
3136
|
-
isSetofReturn: true;
|
|
3137
|
-
};
|
|
3138
|
-
};
|
|
3139
|
-
notification_list: {
|
|
3140
|
-
Args: {
|
|
3141
|
-
p_action_type?: string;
|
|
3142
|
-
p_cursor?: string;
|
|
3143
|
-
p_include_dismissed?: boolean;
|
|
3144
|
-
p_limit?: number;
|
|
3145
|
-
p_source_type?: string;
|
|
3146
|
-
p_unread_only?: boolean;
|
|
3147
|
-
};
|
|
3148
|
-
Returns: {
|
|
3149
|
-
action_completed_at: string | null;
|
|
3150
|
-
action_payload: import("../types/database.types").Json | null;
|
|
3151
|
-
action_type: string | null;
|
|
3152
|
-
created_at: string;
|
|
3153
|
-
dismissed_at: string | null;
|
|
3154
|
-
expires_at: string | null;
|
|
2791
|
+
dismissed_at: string;
|
|
2792
|
+
expires_at: string;
|
|
3155
2793
|
id: string;
|
|
3156
2794
|
is_read: boolean;
|
|
3157
|
-
message: string
|
|
2795
|
+
message: string;
|
|
3158
2796
|
notification_type: string;
|
|
3159
2797
|
priority: string;
|
|
3160
|
-
read_at: string
|
|
3161
|
-
source_id: string
|
|
3162
|
-
source_type: string
|
|
2798
|
+
read_at: string;
|
|
2799
|
+
source_id: string;
|
|
2800
|
+
source_type: string;
|
|
3163
2801
|
title: string;
|
|
3164
2802
|
updated_at: string;
|
|
3165
2803
|
user_id: string;
|
|
3166
2804
|
}[];
|
|
3167
|
-
SetofOptions: {
|
|
3168
|
-
from: "*";
|
|
3169
|
-
to: "user_notifications";
|
|
3170
|
-
isOneToOne: false;
|
|
3171
|
-
isSetofReturn: true;
|
|
3172
|
-
};
|
|
3173
2805
|
};
|
|
3174
2806
|
notification_mark_read: {
|
|
3175
2807
|
Args: {
|
|
@@ -3178,182 +2810,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3178
2810
|
};
|
|
3179
2811
|
Returns: number;
|
|
3180
2812
|
};
|
|
3181
|
-
openclaw_assign_server: {
|
|
3182
|
-
Args: {
|
|
3183
|
-
p_openclaw_id: string;
|
|
3184
|
-
p_user_id: string;
|
|
3185
|
-
};
|
|
3186
|
-
Returns: string;
|
|
3187
|
-
};
|
|
3188
|
-
openclaw_build_config: {
|
|
3189
|
-
Args: {
|
|
3190
|
-
p_openclaw_id: string;
|
|
3191
|
-
p_override_config?: import("../types/database.types").Json;
|
|
3192
|
-
p_override_server_id?: string;
|
|
3193
|
-
};
|
|
3194
|
-
Returns: import("../types/database.types").Json;
|
|
3195
|
-
};
|
|
3196
|
-
openclaw_failover: {
|
|
3197
|
-
Args: {
|
|
3198
|
-
p_server_id: string;
|
|
3199
|
-
};
|
|
3200
|
-
Returns: undefined;
|
|
3201
|
-
};
|
|
3202
|
-
openclaw_metadata_apply_action_contract: {
|
|
3203
|
-
Args: {
|
|
3204
|
-
p_action_status: string;
|
|
3205
|
-
p_completed_at?: string;
|
|
3206
|
-
p_debug_action: string;
|
|
3207
|
-
p_delete_pending?: boolean;
|
|
3208
|
-
p_message?: string;
|
|
3209
|
-
p_metadata: import("../types/database.types").Json;
|
|
3210
|
-
p_requested_at?: string;
|
|
3211
|
-
p_user_action: string;
|
|
3212
|
-
};
|
|
3213
|
-
Returns: import("../types/database.types").Json;
|
|
3214
|
-
};
|
|
3215
|
-
openclaw_reconcile_due: {
|
|
3216
|
-
Args: {
|
|
3217
|
-
p_limit?: number;
|
|
3218
|
-
};
|
|
3219
|
-
Returns: number;
|
|
3220
|
-
};
|
|
3221
|
-
openclaw_reconcile_one: {
|
|
3222
|
-
Args: {
|
|
3223
|
-
p_openclaw_id: string;
|
|
3224
|
-
};
|
|
3225
|
-
Returns: {
|
|
3226
|
-
config: import("../types/database.types").Json;
|
|
3227
|
-
created_at: string;
|
|
3228
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3229
|
-
id: string;
|
|
3230
|
-
metadata: import("../types/database.types").Json | null;
|
|
3231
|
-
name: string | null;
|
|
3232
|
-
resolved_config: import("../types/database.types").Json;
|
|
3233
|
-
server_id: string | null;
|
|
3234
|
-
state: import("../types/database.types").Json | null;
|
|
3235
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3236
|
-
status_reason: string | null;
|
|
3237
|
-
updated_at: string;
|
|
3238
|
-
user_id: string;
|
|
3239
|
-
};
|
|
3240
|
-
SetofOptions: {
|
|
3241
|
-
from: "*";
|
|
3242
|
-
to: "openclaws";
|
|
3243
|
-
isOneToOne: true;
|
|
3244
|
-
isSetofReturn: false;
|
|
3245
|
-
};
|
|
3246
|
-
};
|
|
3247
|
-
openclaw_refresh_resolved_config: {
|
|
3248
|
-
Args: {
|
|
3249
|
-
p_openclaw_id: string;
|
|
3250
|
-
p_override_config?: import("../types/database.types").Json;
|
|
3251
|
-
p_override_server_id?: string;
|
|
3252
|
-
};
|
|
3253
|
-
Returns: import("../types/database.types").Json;
|
|
3254
|
-
};
|
|
3255
|
-
openclaws_delete: {
|
|
3256
|
-
Args: {
|
|
3257
|
-
p_id: string;
|
|
3258
|
-
};
|
|
3259
|
-
Returns: {
|
|
3260
|
-
config: import("../types/database.types").Json;
|
|
3261
|
-
created_at: string;
|
|
3262
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3263
|
-
id: string;
|
|
3264
|
-
metadata: import("../types/database.types").Json;
|
|
3265
|
-
name: string;
|
|
3266
|
-
server_id: string;
|
|
3267
|
-
state: import("../types/database.types").Json;
|
|
3268
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3269
|
-
status_reason: string;
|
|
3270
|
-
updated_at: string;
|
|
3271
|
-
user_id: string;
|
|
3272
|
-
}[];
|
|
3273
|
-
};
|
|
3274
|
-
openclaws_get: {
|
|
3275
|
-
Args: {
|
|
3276
|
-
p_id: string;
|
|
3277
|
-
};
|
|
3278
|
-
Returns: {
|
|
3279
|
-
config: import("../types/database.types").Json;
|
|
3280
|
-
created_at: string;
|
|
3281
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3282
|
-
id: string;
|
|
3283
|
-
metadata: import("../types/database.types").Json;
|
|
3284
|
-
name: string;
|
|
3285
|
-
server_id: string;
|
|
3286
|
-
state: import("../types/database.types").Json;
|
|
3287
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3288
|
-
status_reason: string;
|
|
3289
|
-
updated_at: string;
|
|
3290
|
-
user_id: string;
|
|
3291
|
-
}[];
|
|
3292
|
-
};
|
|
3293
|
-
openclaws_list_cursor: {
|
|
3294
|
-
Args: {
|
|
3295
|
-
p_cursor?: string;
|
|
3296
|
-
p_limit?: number;
|
|
3297
|
-
p_search?: string;
|
|
3298
|
-
p_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
3299
|
-
};
|
|
3300
|
-
Returns: {
|
|
3301
|
-
config: import("../types/database.types").Json;
|
|
3302
|
-
created_at: string;
|
|
3303
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3304
|
-
id: string;
|
|
3305
|
-
metadata: import("../types/database.types").Json;
|
|
3306
|
-
name: string;
|
|
3307
|
-
server_id: string;
|
|
3308
|
-
state: import("../types/database.types").Json;
|
|
3309
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3310
|
-
status_reason: string;
|
|
3311
|
-
updated_at: string;
|
|
3312
|
-
user_id: string;
|
|
3313
|
-
}[];
|
|
3314
|
-
};
|
|
3315
|
-
openclaws_request_action: {
|
|
3316
|
-
Args: {
|
|
3317
|
-
p_action: string;
|
|
3318
|
-
p_id: string;
|
|
3319
|
-
};
|
|
3320
|
-
Returns: {
|
|
3321
|
-
config: import("../types/database.types").Json;
|
|
3322
|
-
created_at: string;
|
|
3323
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3324
|
-
id: string;
|
|
3325
|
-
metadata: import("../types/database.types").Json;
|
|
3326
|
-
name: string;
|
|
3327
|
-
server_id: string;
|
|
3328
|
-
state: import("../types/database.types").Json;
|
|
3329
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3330
|
-
status_reason: string;
|
|
3331
|
-
updated_at: string;
|
|
3332
|
-
user_id: string;
|
|
3333
|
-
}[];
|
|
3334
|
-
};
|
|
3335
|
-
openclaws_upsert: {
|
|
3336
|
-
Args: {
|
|
3337
|
-
p_config?: import("../types/database.types").Json;
|
|
3338
|
-
p_id?: string;
|
|
3339
|
-
p_metadata?: import("../types/database.types").Json;
|
|
3340
|
-
p_name?: string;
|
|
3341
|
-
};
|
|
3342
|
-
Returns: {
|
|
3343
|
-
config: import("../types/database.types").Json;
|
|
3344
|
-
created_at: string;
|
|
3345
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3346
|
-
id: string;
|
|
3347
|
-
metadata: import("../types/database.types").Json;
|
|
3348
|
-
name: string;
|
|
3349
|
-
server_id: string;
|
|
3350
|
-
state: import("../types/database.types").Json;
|
|
3351
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3352
|
-
status_reason: string;
|
|
3353
|
-
updated_at: string;
|
|
3354
|
-
user_id: string;
|
|
3355
|
-
}[];
|
|
3356
|
-
};
|
|
3357
2813
|
outreach_process_pending_tasks: {
|
|
3358
2814
|
Args: {
|
|
3359
2815
|
p_campaign_id?: string;
|
|
@@ -3378,7 +2834,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3378
2834
|
Args: {
|
|
3379
2835
|
p_campaign_id?: string;
|
|
3380
2836
|
p_limit?: number;
|
|
3381
|
-
p_offset?: number;
|
|
3382
2837
|
p_status?: string;
|
|
3383
2838
|
};
|
|
3384
2839
|
Returns: {
|
|
@@ -3474,18 +2929,18 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3474
2929
|
resource_list: {
|
|
3475
2930
|
Args: {
|
|
3476
2931
|
p_kw?: string;
|
|
3477
|
-
p_page_num?: number;
|
|
3478
2932
|
p_page_size?: number;
|
|
3479
|
-
p_slug?: string;
|
|
3480
2933
|
p_type?: string;
|
|
3481
2934
|
};
|
|
3482
|
-
Returns:
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
2935
|
+
Returns: {
|
|
2936
|
+
description: string;
|
|
2937
|
+
icon: string;
|
|
2938
|
+
id: string;
|
|
2939
|
+
target_id: string;
|
|
2940
|
+
title: string;
|
|
2941
|
+
type: string;
|
|
2942
|
+
updated_at: string;
|
|
2943
|
+
}[];
|
|
3489
2944
|
};
|
|
3490
2945
|
resource_upsert: {
|
|
3491
2946
|
Args: {
|
|
@@ -3531,13 +2986,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3531
2986
|
};
|
|
3532
2987
|
Returns: import("../types/database.types").Json;
|
|
3533
2988
|
};
|
|
3534
|
-
script_get_content: {
|
|
3535
|
-
Args: {
|
|
3536
|
-
p_file_path: string;
|
|
3537
|
-
p_git_ref?: string;
|
|
3538
|
-
};
|
|
3539
|
-
Returns: string;
|
|
3540
|
-
};
|
|
3541
2989
|
server_delete: {
|
|
3542
2990
|
Args: {
|
|
3543
2991
|
p_id: string;
|
|
@@ -3586,14 +3034,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3586
3034
|
};
|
|
3587
3035
|
Returns: import("../types/database.types").Json;
|
|
3588
3036
|
};
|
|
3589
|
-
server_status_apply_callback: {
|
|
3590
|
-
Args: {
|
|
3591
|
-
p_callback_token: string;
|
|
3592
|
-
p_payload: import("../types/database.types").Json;
|
|
3593
|
-
p_server_id: string;
|
|
3594
|
-
};
|
|
3595
|
-
Returns: import("../types/database.types").Json;
|
|
3596
|
-
};
|
|
3597
3037
|
server_status_merge: {
|
|
3598
3038
|
Args: {
|
|
3599
3039
|
p_current_state: import("../types/database.types").Json;
|
|
@@ -3613,6 +3053,12 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3613
3053
|
};
|
|
3614
3054
|
Returns: number;
|
|
3615
3055
|
};
|
|
3056
|
+
server_tunnel_delete: {
|
|
3057
|
+
Args: {
|
|
3058
|
+
p_tunnel_id: string;
|
|
3059
|
+
};
|
|
3060
|
+
Returns: import("../types/database.types").Json;
|
|
3061
|
+
};
|
|
3616
3062
|
server_tunnel_sync: {
|
|
3617
3063
|
Args: {
|
|
3618
3064
|
p_server_id: string;
|
|
@@ -3621,7 +3067,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
3621
3067
|
};
|
|
3622
3068
|
server_upsert: {
|
|
3623
3069
|
Args: {
|
|
3624
|
-
p_compute_node_id?: string;
|
|
3625
3070
|
p_config?: import("../types/database.types").Json;
|
|
3626
3071
|
p_id?: string;
|
|
3627
3072
|
p_state?: import("../types/database.types").Json;
|
|
@@ -4333,7 +3778,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
4333
3778
|
chat_role: "system" | "user" | "assistant" | "model" | "error" | "tool";
|
|
4334
3779
|
chat_visibility: "private" | "public";
|
|
4335
3780
|
cloud_account_status: "pending" | "active" | "token_expired" | "needs_reauth" | "quota_exceeded" | "suspended" | "disabled";
|
|
4336
|
-
openclaw_status: "disabled" | "pending" | "starting" | "running" | "stopping" | "stopped" | "error" | "migrating";
|
|
4337
3781
|
sys_log_level: "error" | "warn" | "info";
|
|
4338
3782
|
task_code_type: "sql" | "bash" | "python" | "agent" | "javascript";
|
|
4339
3783
|
task_status: "draft" | "pending" | "queued" | "running" | "completed" | "failed" | "cancelled" | "paused";
|
|
@@ -4391,16 +3835,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
4391
3835
|
resource_id: string | null;
|
|
4392
3836
|
user_id: string | null;
|
|
4393
3837
|
};
|
|
4394
|
-
resource_list_record: {
|
|
4395
|
-
id: string | null;
|
|
4396
|
-
target_id: string | null;
|
|
4397
|
-
title: string | null;
|
|
4398
|
-
description: string | null;
|
|
4399
|
-
icon: string | null;
|
|
4400
|
-
type: string | null;
|
|
4401
|
-
url: string | null;
|
|
4402
|
-
updated_at: string | null;
|
|
4403
|
-
};
|
|
4404
3838
|
telegram_login_response: {
|
|
4405
3839
|
success: boolean | null;
|
|
4406
3840
|
step: string | null;
|
|
@@ -4414,30 +3848,6 @@ export declare const getSupabase: (c: Context) => import("@supabase/supabase-js"
|
|
|
4414
3848
|
}>;
|
|
4415
3849
|
export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").SupabaseClient<Database, "public", "public", {
|
|
4416
3850
|
Tables: {
|
|
4417
|
-
adk_agents: {
|
|
4418
|
-
Row: {
|
|
4419
|
-
avatar_url: string | null;
|
|
4420
|
-
created_at: string | null;
|
|
4421
|
-
description: string | null;
|
|
4422
|
-
name: string;
|
|
4423
|
-
updated_at: string | null;
|
|
4424
|
-
};
|
|
4425
|
-
Insert: {
|
|
4426
|
-
avatar_url?: string | null;
|
|
4427
|
-
created_at?: string | null;
|
|
4428
|
-
description?: string | null;
|
|
4429
|
-
name: string;
|
|
4430
|
-
updated_at?: string | null;
|
|
4431
|
-
};
|
|
4432
|
-
Update: {
|
|
4433
|
-
avatar_url?: string | null;
|
|
4434
|
-
created_at?: string | null;
|
|
4435
|
-
description?: string | null;
|
|
4436
|
-
name?: string;
|
|
4437
|
-
updated_at?: string | null;
|
|
4438
|
-
};
|
|
4439
|
-
Relationships: [];
|
|
4440
|
-
};
|
|
4441
3851
|
adk_artifacts: {
|
|
4442
3852
|
Row: {
|
|
4443
3853
|
app_name: string;
|
|
@@ -4567,42 +3977,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
4567
3977
|
referencedColumns: ["id"];
|
|
4568
3978
|
}];
|
|
4569
3979
|
};
|
|
4570
|
-
adk_quick_starts: {
|
|
4571
|
-
Row: {
|
|
4572
|
-
agent_name: string;
|
|
4573
|
-
created_at: string | null;
|
|
4574
|
-
description: string | null;
|
|
4575
|
-
id: string;
|
|
4576
|
-
is_active: boolean | null;
|
|
4577
|
-
ord: number | null;
|
|
4578
|
-
prompt: string;
|
|
4579
|
-
title: string;
|
|
4580
|
-
updated_at: string | null;
|
|
4581
|
-
};
|
|
4582
|
-
Insert: {
|
|
4583
|
-
agent_name?: string;
|
|
4584
|
-
created_at?: string | null;
|
|
4585
|
-
description?: string | null;
|
|
4586
|
-
id?: string;
|
|
4587
|
-
is_active?: boolean | null;
|
|
4588
|
-
ord?: number | null;
|
|
4589
|
-
prompt: string;
|
|
4590
|
-
title: string;
|
|
4591
|
-
updated_at?: string | null;
|
|
4592
|
-
};
|
|
4593
|
-
Update: {
|
|
4594
|
-
agent_name?: string;
|
|
4595
|
-
created_at?: string | null;
|
|
4596
|
-
description?: string | null;
|
|
4597
|
-
id?: string;
|
|
4598
|
-
is_active?: boolean | null;
|
|
4599
|
-
ord?: number | null;
|
|
4600
|
-
prompt?: string;
|
|
4601
|
-
title?: string;
|
|
4602
|
-
updated_at?: string | null;
|
|
4603
|
-
};
|
|
4604
|
-
Relationships: [];
|
|
4605
|
-
};
|
|
4606
3980
|
adk_sessions: {
|
|
4607
3981
|
Row: {
|
|
4608
3982
|
app_name: string;
|
|
@@ -4779,7 +4153,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
4779
4153
|
target: string | null;
|
|
4780
4154
|
updated_at: string;
|
|
4781
4155
|
user_id: string;
|
|
4782
|
-
worker_id: string | null;
|
|
4783
4156
|
};
|
|
4784
4157
|
Insert: {
|
|
4785
4158
|
config?: import("../types/database.types").Json | null;
|
|
@@ -4791,7 +4164,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
4791
4164
|
target?: string | null;
|
|
4792
4165
|
updated_at?: string;
|
|
4793
4166
|
user_id: string;
|
|
4794
|
-
worker_id?: string | null;
|
|
4795
4167
|
};
|
|
4796
4168
|
Update: {
|
|
4797
4169
|
config?: import("../types/database.types").Json | null;
|
|
@@ -4803,15 +4175,8 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
4803
4175
|
target?: string | null;
|
|
4804
4176
|
updated_at?: string;
|
|
4805
4177
|
user_id?: string;
|
|
4806
|
-
worker_id?: string | null;
|
|
4807
4178
|
};
|
|
4808
|
-
Relationships: [
|
|
4809
|
-
foreignKeyName: "audit_projects_worker_id_fkey";
|
|
4810
|
-
columns: ["worker_id"];
|
|
4811
|
-
isOneToOne: false;
|
|
4812
|
-
referencedRelation: "servers";
|
|
4813
|
-
referencedColumns: ["id"];
|
|
4814
|
-
}];
|
|
4179
|
+
Relationships: [];
|
|
4815
4180
|
};
|
|
4816
4181
|
audit_skills: {
|
|
4817
4182
|
Row: {
|
|
@@ -5038,39 +4403,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
5038
4403
|
};
|
|
5039
4404
|
Relationships: [];
|
|
5040
4405
|
};
|
|
5041
|
-
cleanup_policies: {
|
|
5042
|
-
Row: {
|
|
5043
|
-
cleanup_function: string;
|
|
5044
|
-
created_at: string;
|
|
5045
|
-
enabled: boolean;
|
|
5046
|
-
id: string;
|
|
5047
|
-
policy_name: string;
|
|
5048
|
-
retention_days: number;
|
|
5049
|
-
table_name: string;
|
|
5050
|
-
updated_at: string;
|
|
5051
|
-
};
|
|
5052
|
-
Insert: {
|
|
5053
|
-
cleanup_function: string;
|
|
5054
|
-
created_at?: string;
|
|
5055
|
-
enabled?: boolean;
|
|
5056
|
-
id?: string;
|
|
5057
|
-
policy_name: string;
|
|
5058
|
-
retention_days?: number;
|
|
5059
|
-
table_name: string;
|
|
5060
|
-
updated_at?: string;
|
|
5061
|
-
};
|
|
5062
|
-
Update: {
|
|
5063
|
-
cleanup_function?: string;
|
|
5064
|
-
created_at?: string;
|
|
5065
|
-
enabled?: boolean;
|
|
5066
|
-
id?: string;
|
|
5067
|
-
policy_name?: string;
|
|
5068
|
-
retention_days?: number;
|
|
5069
|
-
table_name?: string;
|
|
5070
|
-
updated_at?: string;
|
|
5071
|
-
};
|
|
5072
|
-
Relationships: [];
|
|
5073
|
-
};
|
|
5074
4406
|
cloud_accounts: {
|
|
5075
4407
|
Row: {
|
|
5076
4408
|
access_token: string | null;
|
|
@@ -5167,48 +4499,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
5167
4499
|
};
|
|
5168
4500
|
Relationships: [];
|
|
5169
4501
|
};
|
|
5170
|
-
compute_nodes: {
|
|
5171
|
-
Row: {
|
|
5172
|
-
auth_secret: string | null;
|
|
5173
|
-
created_at: string;
|
|
5174
|
-
host: string;
|
|
5175
|
-
id: string;
|
|
5176
|
-
is_public: boolean | null;
|
|
5177
|
-
name: string;
|
|
5178
|
-
port: number;
|
|
5179
|
-
provider: string;
|
|
5180
|
-
updated_at: string;
|
|
5181
|
-
user_id: string;
|
|
5182
|
-
username: string | null;
|
|
5183
|
-
};
|
|
5184
|
-
Insert: {
|
|
5185
|
-
auth_secret?: string | null;
|
|
5186
|
-
created_at?: string;
|
|
5187
|
-
host: string;
|
|
5188
|
-
id?: string;
|
|
5189
|
-
is_public?: boolean | null;
|
|
5190
|
-
name: string;
|
|
5191
|
-
port?: number;
|
|
5192
|
-
provider?: string;
|
|
5193
|
-
updated_at?: string;
|
|
5194
|
-
user_id?: string;
|
|
5195
|
-
username?: string | null;
|
|
5196
|
-
};
|
|
5197
|
-
Update: {
|
|
5198
|
-
auth_secret?: string | null;
|
|
5199
|
-
created_at?: string;
|
|
5200
|
-
host?: string;
|
|
5201
|
-
id?: string;
|
|
5202
|
-
is_public?: boolean | null;
|
|
5203
|
-
name?: string;
|
|
5204
|
-
port?: number;
|
|
5205
|
-
provider?: string;
|
|
5206
|
-
updated_at?: string;
|
|
5207
|
-
user_id?: string;
|
|
5208
|
-
username?: string | null;
|
|
5209
|
-
};
|
|
5210
|
-
Relationships: [];
|
|
5211
|
-
};
|
|
5212
4502
|
contacts: {
|
|
5213
4503
|
Row: {
|
|
5214
4504
|
created_at: string;
|
|
@@ -5383,60 +4673,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
5383
4673
|
referencedColumns: ["id"];
|
|
5384
4674
|
}];
|
|
5385
4675
|
};
|
|
5386
|
-
openclaws: {
|
|
5387
|
-
Row: {
|
|
5388
|
-
config: import("../types/database.types").Json;
|
|
5389
|
-
created_at: string;
|
|
5390
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
5391
|
-
id: string;
|
|
5392
|
-
metadata: import("../types/database.types").Json | null;
|
|
5393
|
-
name: string | null;
|
|
5394
|
-
resolved_config: import("../types/database.types").Json;
|
|
5395
|
-
server_id: string | null;
|
|
5396
|
-
state: import("../types/database.types").Json | null;
|
|
5397
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
5398
|
-
status_reason: string | null;
|
|
5399
|
-
updated_at: string;
|
|
5400
|
-
user_id: string;
|
|
5401
|
-
};
|
|
5402
|
-
Insert: {
|
|
5403
|
-
config?: import("../types/database.types").Json;
|
|
5404
|
-
created_at?: string;
|
|
5405
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
5406
|
-
id?: string;
|
|
5407
|
-
metadata?: import("../types/database.types").Json | null;
|
|
5408
|
-
name?: string | null;
|
|
5409
|
-
resolved_config?: import("../types/database.types").Json;
|
|
5410
|
-
server_id?: string | null;
|
|
5411
|
-
state?: import("../types/database.types").Json | null;
|
|
5412
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
5413
|
-
status_reason?: string | null;
|
|
5414
|
-
updated_at?: string;
|
|
5415
|
-
user_id?: string;
|
|
5416
|
-
};
|
|
5417
|
-
Update: {
|
|
5418
|
-
config?: import("../types/database.types").Json;
|
|
5419
|
-
created_at?: string;
|
|
5420
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
5421
|
-
id?: string;
|
|
5422
|
-
metadata?: import("../types/database.types").Json | null;
|
|
5423
|
-
name?: string | null;
|
|
5424
|
-
resolved_config?: import("../types/database.types").Json;
|
|
5425
|
-
server_id?: string | null;
|
|
5426
|
-
state?: import("../types/database.types").Json | null;
|
|
5427
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
5428
|
-
status_reason?: string | null;
|
|
5429
|
-
updated_at?: string;
|
|
5430
|
-
user_id?: string;
|
|
5431
|
-
};
|
|
5432
|
-
Relationships: [{
|
|
5433
|
-
foreignKeyName: "openclaws_server_id_fkey";
|
|
5434
|
-
columns: ["server_id"];
|
|
5435
|
-
isOneToOne: false;
|
|
5436
|
-
referencedRelation: "servers";
|
|
5437
|
-
referencedColumns: ["id"];
|
|
5438
|
-
}];
|
|
5439
|
-
};
|
|
5440
4676
|
outreach_messages: {
|
|
5441
4677
|
Row: {
|
|
5442
4678
|
content: string | null;
|
|
@@ -6070,22 +5306,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6070
5306
|
};
|
|
6071
5307
|
Views: { [_ in never]: never; };
|
|
6072
5308
|
Functions: {
|
|
6073
|
-
adk_agent_list: {
|
|
6074
|
-
Args: never;
|
|
6075
|
-
Returns: {
|
|
6076
|
-
avatar_url: string | null;
|
|
6077
|
-
created_at: string | null;
|
|
6078
|
-
description: string | null;
|
|
6079
|
-
name: string;
|
|
6080
|
-
updated_at: string | null;
|
|
6081
|
-
}[];
|
|
6082
|
-
SetofOptions: {
|
|
6083
|
-
from: "*";
|
|
6084
|
-
to: "adk_agents";
|
|
6085
|
-
isOneToOne: false;
|
|
6086
|
-
isSetofReturn: true;
|
|
6087
|
-
};
|
|
6088
|
-
};
|
|
6089
5309
|
adk_artifact_delete: {
|
|
6090
5310
|
Args: {
|
|
6091
5311
|
p_app_name: string;
|
|
@@ -6212,28 +5432,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6212
5432
|
isSetofReturn: true;
|
|
6213
5433
|
};
|
|
6214
5434
|
};
|
|
6215
|
-
adk_quick_start_list: {
|
|
6216
|
-
Args: {
|
|
6217
|
-
p_agent_name?: string;
|
|
6218
|
-
};
|
|
6219
|
-
Returns: {
|
|
6220
|
-
agent_name: string;
|
|
6221
|
-
created_at: string | null;
|
|
6222
|
-
description: string | null;
|
|
6223
|
-
id: string;
|
|
6224
|
-
is_active: boolean | null;
|
|
6225
|
-
ord: number | null;
|
|
6226
|
-
prompt: string;
|
|
6227
|
-
title: string;
|
|
6228
|
-
updated_at: string | null;
|
|
6229
|
-
}[];
|
|
6230
|
-
SetofOptions: {
|
|
6231
|
-
from: "*";
|
|
6232
|
-
to: "adk_quick_starts";
|
|
6233
|
-
isOneToOne: false;
|
|
6234
|
-
isSetofReturn: true;
|
|
6235
|
-
};
|
|
6236
|
-
};
|
|
6237
5435
|
adk_session_delete: {
|
|
6238
5436
|
Args: {
|
|
6239
5437
|
p_app_name: string;
|
|
@@ -6435,7 +5633,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6435
5633
|
target: string;
|
|
6436
5634
|
updated_at: string;
|
|
6437
5635
|
user_id: string;
|
|
6438
|
-
worker_id: string;
|
|
6439
5636
|
}[];
|
|
6440
5637
|
};
|
|
6441
5638
|
audit_project_list: {
|
|
@@ -6454,7 +5651,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6454
5651
|
target: string;
|
|
6455
5652
|
updated_at: string;
|
|
6456
5653
|
user_id: string;
|
|
6457
|
-
worker_id: string;
|
|
6458
5654
|
}[];
|
|
6459
5655
|
};
|
|
6460
5656
|
audit_project_list_cursor: {
|
|
@@ -6474,7 +5670,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6474
5670
|
target: string;
|
|
6475
5671
|
updated_at: string;
|
|
6476
5672
|
user_id: string;
|
|
6477
|
-
worker_id: string;
|
|
6478
5673
|
}[];
|
|
6479
5674
|
};
|
|
6480
5675
|
audit_project_upsert: {
|
|
@@ -6485,7 +5680,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6485
5680
|
p_repo_branch?: string;
|
|
6486
5681
|
p_repo_url?: string;
|
|
6487
5682
|
p_target?: string;
|
|
6488
|
-
p_worker_id?: string;
|
|
6489
5683
|
};
|
|
6490
5684
|
Returns: {
|
|
6491
5685
|
config: import("../types/database.types").Json;
|
|
@@ -6497,7 +5691,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6497
5691
|
target: string;
|
|
6498
5692
|
updated_at: string;
|
|
6499
5693
|
user_id: string;
|
|
6500
|
-
worker_id: string;
|
|
6501
5694
|
}[];
|
|
6502
5695
|
};
|
|
6503
5696
|
audit_skill_list: {
|
|
@@ -6990,86 +6183,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
6990
6183
|
};
|
|
6991
6184
|
Returns: import("../types/database.types").Json;
|
|
6992
6185
|
};
|
|
6993
|
-
compute_node_delete: {
|
|
6994
|
-
Args: {
|
|
6995
|
-
p_id: string;
|
|
6996
|
-
};
|
|
6997
|
-
Returns: undefined;
|
|
6998
|
-
};
|
|
6999
|
-
compute_node_get: {
|
|
7000
|
-
Args: {
|
|
7001
|
-
p_id?: string;
|
|
7002
|
-
p_user_id?: string;
|
|
7003
|
-
};
|
|
7004
|
-
Returns: {
|
|
7005
|
-
auth_secret: string | null;
|
|
7006
|
-
created_at: string | null;
|
|
7007
|
-
host: string | null;
|
|
7008
|
-
id: string | null;
|
|
7009
|
-
is_public: boolean | null;
|
|
7010
|
-
name: string | null;
|
|
7011
|
-
port: number | null;
|
|
7012
|
-
provider: string | null;
|
|
7013
|
-
updated_at: string | null;
|
|
7014
|
-
user_id: string | null;
|
|
7015
|
-
username: string | null;
|
|
7016
|
-
}[];
|
|
7017
|
-
};
|
|
7018
|
-
compute_node_get_secret: {
|
|
7019
|
-
Args: {
|
|
7020
|
-
target_id: string;
|
|
7021
|
-
};
|
|
7022
|
-
Returns: {
|
|
7023
|
-
auth_secret: string;
|
|
7024
|
-
host: string;
|
|
7025
|
-
port: number;
|
|
7026
|
-
username: string;
|
|
7027
|
-
}[];
|
|
7028
|
-
};
|
|
7029
|
-
compute_node_list: {
|
|
7030
|
-
Args: {
|
|
7031
|
-
p_user_id?: string;
|
|
7032
|
-
};
|
|
7033
|
-
Returns: {
|
|
7034
|
-
auth_secret: string | null;
|
|
7035
|
-
created_at: string | null;
|
|
7036
|
-
host: string | null;
|
|
7037
|
-
id: string | null;
|
|
7038
|
-
is_public: boolean | null;
|
|
7039
|
-
name: string | null;
|
|
7040
|
-
port: number | null;
|
|
7041
|
-
provider: string | null;
|
|
7042
|
-
updated_at: string | null;
|
|
7043
|
-
user_id: string | null;
|
|
7044
|
-
username: string | null;
|
|
7045
|
-
}[];
|
|
7046
|
-
};
|
|
7047
|
-
compute_node_upsert: {
|
|
7048
|
-
Args: {
|
|
7049
|
-
p_auth_secret?: string;
|
|
7050
|
-
p_host?: string;
|
|
7051
|
-
p_id?: string;
|
|
7052
|
-
p_is_public?: boolean;
|
|
7053
|
-
p_name?: string;
|
|
7054
|
-
p_port?: number;
|
|
7055
|
-
p_provider?: string;
|
|
7056
|
-
p_username?: string;
|
|
7057
|
-
p_worker_count?: number;
|
|
7058
|
-
};
|
|
7059
|
-
Returns: {
|
|
7060
|
-
auth_secret: string | null;
|
|
7061
|
-
created_at: string | null;
|
|
7062
|
-
host: string | null;
|
|
7063
|
-
id: string | null;
|
|
7064
|
-
is_public: boolean | null;
|
|
7065
|
-
name: string | null;
|
|
7066
|
-
port: number | null;
|
|
7067
|
-
provider: string | null;
|
|
7068
|
-
updated_at: string | null;
|
|
7069
|
-
user_id: string | null;
|
|
7070
|
-
username: string | null;
|
|
7071
|
-
}[];
|
|
7072
|
-
};
|
|
7073
6186
|
compute_server_public_url: {
|
|
7074
6187
|
Args: {
|
|
7075
6188
|
p_server_id: string;
|
|
@@ -7229,12 +6342,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7229
6342
|
};
|
|
7230
6343
|
Returns: string;
|
|
7231
6344
|
};
|
|
7232
|
-
get_worker_subdomain: {
|
|
7233
|
-
Args: {
|
|
7234
|
-
p_worker_id: string;
|
|
7235
|
-
};
|
|
7236
|
-
Returns: string;
|
|
7237
|
-
};
|
|
7238
6345
|
github_list_installation_repos: {
|
|
7239
6346
|
Args: never;
|
|
7240
6347
|
Returns: import("../types/database.types").Json;
|
|
@@ -7381,13 +6488,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7381
6488
|
};
|
|
7382
6489
|
Returns: import("../types/database.types").Json;
|
|
7383
6490
|
};
|
|
7384
|
-
install_script: {
|
|
7385
|
-
Args: {
|
|
7386
|
-
p_instance_id?: string;
|
|
7387
|
-
p_version?: string;
|
|
7388
|
-
};
|
|
7389
|
-
Returns: string;
|
|
7390
|
-
};
|
|
7391
6491
|
instance_tag_add: {
|
|
7392
6492
|
Args: {
|
|
7393
6493
|
p_instance_id: string;
|
|
@@ -7517,34 +6617,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7517
6617
|
};
|
|
7518
6618
|
Returns: number;
|
|
7519
6619
|
};
|
|
7520
|
-
notification_get_pending_actions: {
|
|
7521
|
-
Args: never;
|
|
7522
|
-
Returns: {
|
|
7523
|
-
action_completed_at: string | null;
|
|
7524
|
-
action_payload: import("../types/database.types").Json | null;
|
|
7525
|
-
action_type: string | null;
|
|
7526
|
-
created_at: string;
|
|
7527
|
-
dismissed_at: string | null;
|
|
7528
|
-
expires_at: string | null;
|
|
7529
|
-
id: string;
|
|
7530
|
-
is_read: boolean;
|
|
7531
|
-
message: string | null;
|
|
7532
|
-
notification_type: string;
|
|
7533
|
-
priority: string;
|
|
7534
|
-
read_at: string | null;
|
|
7535
|
-
source_id: string | null;
|
|
7536
|
-
source_type: string | null;
|
|
7537
|
-
title: string;
|
|
7538
|
-
updated_at: string;
|
|
7539
|
-
user_id: string;
|
|
7540
|
-
}[];
|
|
7541
|
-
SetofOptions: {
|
|
7542
|
-
from: "*";
|
|
7543
|
-
to: "user_notifications";
|
|
7544
|
-
isOneToOne: false;
|
|
7545
|
-
isSetofReturn: true;
|
|
7546
|
-
};
|
|
7547
|
-
};
|
|
7548
6620
|
notification_list: {
|
|
7549
6621
|
Args: {
|
|
7550
6622
|
p_action_type?: string;
|
|
@@ -7555,30 +6627,24 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7555
6627
|
p_unread_only?: boolean;
|
|
7556
6628
|
};
|
|
7557
6629
|
Returns: {
|
|
7558
|
-
action_completed_at: string
|
|
7559
|
-
action_payload: import("../types/database.types").Json
|
|
7560
|
-
action_type: string
|
|
6630
|
+
action_completed_at: string;
|
|
6631
|
+
action_payload: import("../types/database.types").Json;
|
|
6632
|
+
action_type: string;
|
|
7561
6633
|
created_at: string;
|
|
7562
|
-
dismissed_at: string
|
|
7563
|
-
expires_at: string
|
|
6634
|
+
dismissed_at: string;
|
|
6635
|
+
expires_at: string;
|
|
7564
6636
|
id: string;
|
|
7565
6637
|
is_read: boolean;
|
|
7566
|
-
message: string
|
|
6638
|
+
message: string;
|
|
7567
6639
|
notification_type: string;
|
|
7568
6640
|
priority: string;
|
|
7569
|
-
read_at: string
|
|
7570
|
-
source_id: string
|
|
7571
|
-
source_type: string
|
|
6641
|
+
read_at: string;
|
|
6642
|
+
source_id: string;
|
|
6643
|
+
source_type: string;
|
|
7572
6644
|
title: string;
|
|
7573
6645
|
updated_at: string;
|
|
7574
6646
|
user_id: string;
|
|
7575
6647
|
}[];
|
|
7576
|
-
SetofOptions: {
|
|
7577
|
-
from: "*";
|
|
7578
|
-
to: "user_notifications";
|
|
7579
|
-
isOneToOne: false;
|
|
7580
|
-
isSetofReturn: true;
|
|
7581
|
-
};
|
|
7582
6648
|
};
|
|
7583
6649
|
notification_mark_read: {
|
|
7584
6650
|
Args: {
|
|
@@ -7587,182 +6653,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7587
6653
|
};
|
|
7588
6654
|
Returns: number;
|
|
7589
6655
|
};
|
|
7590
|
-
openclaw_assign_server: {
|
|
7591
|
-
Args: {
|
|
7592
|
-
p_openclaw_id: string;
|
|
7593
|
-
p_user_id: string;
|
|
7594
|
-
};
|
|
7595
|
-
Returns: string;
|
|
7596
|
-
};
|
|
7597
|
-
openclaw_build_config: {
|
|
7598
|
-
Args: {
|
|
7599
|
-
p_openclaw_id: string;
|
|
7600
|
-
p_override_config?: import("../types/database.types").Json;
|
|
7601
|
-
p_override_server_id?: string;
|
|
7602
|
-
};
|
|
7603
|
-
Returns: import("../types/database.types").Json;
|
|
7604
|
-
};
|
|
7605
|
-
openclaw_failover: {
|
|
7606
|
-
Args: {
|
|
7607
|
-
p_server_id: string;
|
|
7608
|
-
};
|
|
7609
|
-
Returns: undefined;
|
|
7610
|
-
};
|
|
7611
|
-
openclaw_metadata_apply_action_contract: {
|
|
7612
|
-
Args: {
|
|
7613
|
-
p_action_status: string;
|
|
7614
|
-
p_completed_at?: string;
|
|
7615
|
-
p_debug_action: string;
|
|
7616
|
-
p_delete_pending?: boolean;
|
|
7617
|
-
p_message?: string;
|
|
7618
|
-
p_metadata: import("../types/database.types").Json;
|
|
7619
|
-
p_requested_at?: string;
|
|
7620
|
-
p_user_action: string;
|
|
7621
|
-
};
|
|
7622
|
-
Returns: import("../types/database.types").Json;
|
|
7623
|
-
};
|
|
7624
|
-
openclaw_reconcile_due: {
|
|
7625
|
-
Args: {
|
|
7626
|
-
p_limit?: number;
|
|
7627
|
-
};
|
|
7628
|
-
Returns: number;
|
|
7629
|
-
};
|
|
7630
|
-
openclaw_reconcile_one: {
|
|
7631
|
-
Args: {
|
|
7632
|
-
p_openclaw_id: string;
|
|
7633
|
-
};
|
|
7634
|
-
Returns: {
|
|
7635
|
-
config: import("../types/database.types").Json;
|
|
7636
|
-
created_at: string;
|
|
7637
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
7638
|
-
id: string;
|
|
7639
|
-
metadata: import("../types/database.types").Json | null;
|
|
7640
|
-
name: string | null;
|
|
7641
|
-
resolved_config: import("../types/database.types").Json;
|
|
7642
|
-
server_id: string | null;
|
|
7643
|
-
state: import("../types/database.types").Json | null;
|
|
7644
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
7645
|
-
status_reason: string | null;
|
|
7646
|
-
updated_at: string;
|
|
7647
|
-
user_id: string;
|
|
7648
|
-
};
|
|
7649
|
-
SetofOptions: {
|
|
7650
|
-
from: "*";
|
|
7651
|
-
to: "openclaws";
|
|
7652
|
-
isOneToOne: true;
|
|
7653
|
-
isSetofReturn: false;
|
|
7654
|
-
};
|
|
7655
|
-
};
|
|
7656
|
-
openclaw_refresh_resolved_config: {
|
|
7657
|
-
Args: {
|
|
7658
|
-
p_openclaw_id: string;
|
|
7659
|
-
p_override_config?: import("../types/database.types").Json;
|
|
7660
|
-
p_override_server_id?: string;
|
|
7661
|
-
};
|
|
7662
|
-
Returns: import("../types/database.types").Json;
|
|
7663
|
-
};
|
|
7664
|
-
openclaws_delete: {
|
|
7665
|
-
Args: {
|
|
7666
|
-
p_id: string;
|
|
7667
|
-
};
|
|
7668
|
-
Returns: {
|
|
7669
|
-
config: import("../types/database.types").Json;
|
|
7670
|
-
created_at: string;
|
|
7671
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
7672
|
-
id: string;
|
|
7673
|
-
metadata: import("../types/database.types").Json;
|
|
7674
|
-
name: string;
|
|
7675
|
-
server_id: string;
|
|
7676
|
-
state: import("../types/database.types").Json;
|
|
7677
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
7678
|
-
status_reason: string;
|
|
7679
|
-
updated_at: string;
|
|
7680
|
-
user_id: string;
|
|
7681
|
-
}[];
|
|
7682
|
-
};
|
|
7683
|
-
openclaws_get: {
|
|
7684
|
-
Args: {
|
|
7685
|
-
p_id: string;
|
|
7686
|
-
};
|
|
7687
|
-
Returns: {
|
|
7688
|
-
config: import("../types/database.types").Json;
|
|
7689
|
-
created_at: string;
|
|
7690
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
7691
|
-
id: string;
|
|
7692
|
-
metadata: import("../types/database.types").Json;
|
|
7693
|
-
name: string;
|
|
7694
|
-
server_id: string;
|
|
7695
|
-
state: import("../types/database.types").Json;
|
|
7696
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
7697
|
-
status_reason: string;
|
|
7698
|
-
updated_at: string;
|
|
7699
|
-
user_id: string;
|
|
7700
|
-
}[];
|
|
7701
|
-
};
|
|
7702
|
-
openclaws_list_cursor: {
|
|
7703
|
-
Args: {
|
|
7704
|
-
p_cursor?: string;
|
|
7705
|
-
p_limit?: number;
|
|
7706
|
-
p_search?: string;
|
|
7707
|
-
p_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
7708
|
-
};
|
|
7709
|
-
Returns: {
|
|
7710
|
-
config: import("../types/database.types").Json;
|
|
7711
|
-
created_at: string;
|
|
7712
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
7713
|
-
id: string;
|
|
7714
|
-
metadata: import("../types/database.types").Json;
|
|
7715
|
-
name: string;
|
|
7716
|
-
server_id: string;
|
|
7717
|
-
state: import("../types/database.types").Json;
|
|
7718
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
7719
|
-
status_reason: string;
|
|
7720
|
-
updated_at: string;
|
|
7721
|
-
user_id: string;
|
|
7722
|
-
}[];
|
|
7723
|
-
};
|
|
7724
|
-
openclaws_request_action: {
|
|
7725
|
-
Args: {
|
|
7726
|
-
p_action: string;
|
|
7727
|
-
p_id: string;
|
|
7728
|
-
};
|
|
7729
|
-
Returns: {
|
|
7730
|
-
config: import("../types/database.types").Json;
|
|
7731
|
-
created_at: string;
|
|
7732
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
7733
|
-
id: string;
|
|
7734
|
-
metadata: import("../types/database.types").Json;
|
|
7735
|
-
name: string;
|
|
7736
|
-
server_id: string;
|
|
7737
|
-
state: import("../types/database.types").Json;
|
|
7738
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
7739
|
-
status_reason: string;
|
|
7740
|
-
updated_at: string;
|
|
7741
|
-
user_id: string;
|
|
7742
|
-
}[];
|
|
7743
|
-
};
|
|
7744
|
-
openclaws_upsert: {
|
|
7745
|
-
Args: {
|
|
7746
|
-
p_config?: import("../types/database.types").Json;
|
|
7747
|
-
p_id?: string;
|
|
7748
|
-
p_metadata?: import("../types/database.types").Json;
|
|
7749
|
-
p_name?: string;
|
|
7750
|
-
};
|
|
7751
|
-
Returns: {
|
|
7752
|
-
config: import("../types/database.types").Json;
|
|
7753
|
-
created_at: string;
|
|
7754
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
7755
|
-
id: string;
|
|
7756
|
-
metadata: import("../types/database.types").Json;
|
|
7757
|
-
name: string;
|
|
7758
|
-
server_id: string;
|
|
7759
|
-
state: import("../types/database.types").Json;
|
|
7760
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
7761
|
-
status_reason: string;
|
|
7762
|
-
updated_at: string;
|
|
7763
|
-
user_id: string;
|
|
7764
|
-
}[];
|
|
7765
|
-
};
|
|
7766
6656
|
outreach_process_pending_tasks: {
|
|
7767
6657
|
Args: {
|
|
7768
6658
|
p_campaign_id?: string;
|
|
@@ -7787,7 +6677,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7787
6677
|
Args: {
|
|
7788
6678
|
p_campaign_id?: string;
|
|
7789
6679
|
p_limit?: number;
|
|
7790
|
-
p_offset?: number;
|
|
7791
6680
|
p_status?: string;
|
|
7792
6681
|
};
|
|
7793
6682
|
Returns: {
|
|
@@ -7883,18 +6772,18 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7883
6772
|
resource_list: {
|
|
7884
6773
|
Args: {
|
|
7885
6774
|
p_kw?: string;
|
|
7886
|
-
p_page_num?: number;
|
|
7887
6775
|
p_page_size?: number;
|
|
7888
|
-
p_slug?: string;
|
|
7889
6776
|
p_type?: string;
|
|
7890
6777
|
};
|
|
7891
|
-
Returns:
|
|
7892
|
-
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
6778
|
+
Returns: {
|
|
6779
|
+
description: string;
|
|
6780
|
+
icon: string;
|
|
6781
|
+
id: string;
|
|
6782
|
+
target_id: string;
|
|
6783
|
+
title: string;
|
|
6784
|
+
type: string;
|
|
6785
|
+
updated_at: string;
|
|
6786
|
+
}[];
|
|
7898
6787
|
};
|
|
7899
6788
|
resource_upsert: {
|
|
7900
6789
|
Args: {
|
|
@@ -7940,13 +6829,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7940
6829
|
};
|
|
7941
6830
|
Returns: import("../types/database.types").Json;
|
|
7942
6831
|
};
|
|
7943
|
-
script_get_content: {
|
|
7944
|
-
Args: {
|
|
7945
|
-
p_file_path: string;
|
|
7946
|
-
p_git_ref?: string;
|
|
7947
|
-
};
|
|
7948
|
-
Returns: string;
|
|
7949
|
-
};
|
|
7950
6832
|
server_delete: {
|
|
7951
6833
|
Args: {
|
|
7952
6834
|
p_id: string;
|
|
@@ -7995,14 +6877,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
7995
6877
|
};
|
|
7996
6878
|
Returns: import("../types/database.types").Json;
|
|
7997
6879
|
};
|
|
7998
|
-
server_status_apply_callback: {
|
|
7999
|
-
Args: {
|
|
8000
|
-
p_callback_token: string;
|
|
8001
|
-
p_payload: import("../types/database.types").Json;
|
|
8002
|
-
p_server_id: string;
|
|
8003
|
-
};
|
|
8004
|
-
Returns: import("../types/database.types").Json;
|
|
8005
|
-
};
|
|
8006
6880
|
server_status_merge: {
|
|
8007
6881
|
Args: {
|
|
8008
6882
|
p_current_state: import("../types/database.types").Json;
|
|
@@ -8022,6 +6896,12 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
8022
6896
|
};
|
|
8023
6897
|
Returns: number;
|
|
8024
6898
|
};
|
|
6899
|
+
server_tunnel_delete: {
|
|
6900
|
+
Args: {
|
|
6901
|
+
p_tunnel_id: string;
|
|
6902
|
+
};
|
|
6903
|
+
Returns: import("../types/database.types").Json;
|
|
6904
|
+
};
|
|
8025
6905
|
server_tunnel_sync: {
|
|
8026
6906
|
Args: {
|
|
8027
6907
|
p_server_id: string;
|
|
@@ -8030,7 +6910,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
8030
6910
|
};
|
|
8031
6911
|
server_upsert: {
|
|
8032
6912
|
Args: {
|
|
8033
|
-
p_compute_node_id?: string;
|
|
8034
6913
|
p_config?: import("../types/database.types").Json;
|
|
8035
6914
|
p_id?: string;
|
|
8036
6915
|
p_state?: import("../types/database.types").Json;
|
|
@@ -8742,7 +7621,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
8742
7621
|
chat_role: "system" | "user" | "assistant" | "model" | "error" | "tool";
|
|
8743
7622
|
chat_visibility: "private" | "public";
|
|
8744
7623
|
cloud_account_status: "pending" | "active" | "token_expired" | "needs_reauth" | "quota_exceeded" | "suspended" | "disabled";
|
|
8745
|
-
openclaw_status: "disabled" | "pending" | "starting" | "running" | "stopping" | "stopped" | "error" | "migrating";
|
|
8746
7624
|
sys_log_level: "error" | "warn" | "info";
|
|
8747
7625
|
task_code_type: "sql" | "bash" | "python" | "agent" | "javascript";
|
|
8748
7626
|
task_status: "draft" | "pending" | "queued" | "running" | "completed" | "failed" | "cancelled" | "paused";
|
|
@@ -8800,16 +7678,6 @@ export declare const getSupabaseAdmin: () => import("@supabase/supabase-js").Sup
|
|
|
8800
7678
|
resource_id: string | null;
|
|
8801
7679
|
user_id: string | null;
|
|
8802
7680
|
};
|
|
8803
|
-
resource_list_record: {
|
|
8804
|
-
id: string | null;
|
|
8805
|
-
target_id: string | null;
|
|
8806
|
-
title: string | null;
|
|
8807
|
-
description: string | null;
|
|
8808
|
-
icon: string | null;
|
|
8809
|
-
type: string | null;
|
|
8810
|
-
url: string | null;
|
|
8811
|
-
updated_at: string | null;
|
|
8812
|
-
};
|
|
8813
7681
|
telegram_login_response: {
|
|
8814
7682
|
success: boolean | null;
|
|
8815
7683
|
step: string | null;
|