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
|
@@ -2,30 +2,6 @@ import type { cookies } from "next/headers";
|
|
|
2
2
|
import type { Database } from "../types/database.types";
|
|
3
3
|
export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof cookies>>): import("@supabase/supabase-js").SupabaseClient<Database, "public", "public", {
|
|
4
4
|
Tables: {
|
|
5
|
-
adk_agents: {
|
|
6
|
-
Row: {
|
|
7
|
-
avatar_url: string | null;
|
|
8
|
-
created_at: string | null;
|
|
9
|
-
description: string | null;
|
|
10
|
-
name: string;
|
|
11
|
-
updated_at: string | null;
|
|
12
|
-
};
|
|
13
|
-
Insert: {
|
|
14
|
-
avatar_url?: string | null;
|
|
15
|
-
created_at?: string | null;
|
|
16
|
-
description?: string | null;
|
|
17
|
-
name: string;
|
|
18
|
-
updated_at?: string | null;
|
|
19
|
-
};
|
|
20
|
-
Update: {
|
|
21
|
-
avatar_url?: string | null;
|
|
22
|
-
created_at?: string | null;
|
|
23
|
-
description?: string | null;
|
|
24
|
-
name?: string;
|
|
25
|
-
updated_at?: string | null;
|
|
26
|
-
};
|
|
27
|
-
Relationships: [];
|
|
28
|
-
};
|
|
29
5
|
adk_artifacts: {
|
|
30
6
|
Row: {
|
|
31
7
|
app_name: string;
|
|
@@ -155,42 +131,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
155
131
|
referencedColumns: ["id"];
|
|
156
132
|
}];
|
|
157
133
|
};
|
|
158
|
-
adk_quick_starts: {
|
|
159
|
-
Row: {
|
|
160
|
-
agent_name: string;
|
|
161
|
-
created_at: string | null;
|
|
162
|
-
description: string | null;
|
|
163
|
-
id: string;
|
|
164
|
-
is_active: boolean | null;
|
|
165
|
-
ord: number | null;
|
|
166
|
-
prompt: string;
|
|
167
|
-
title: string;
|
|
168
|
-
updated_at: string | null;
|
|
169
|
-
};
|
|
170
|
-
Insert: {
|
|
171
|
-
agent_name?: string;
|
|
172
|
-
created_at?: string | null;
|
|
173
|
-
description?: string | null;
|
|
174
|
-
id?: string;
|
|
175
|
-
is_active?: boolean | null;
|
|
176
|
-
ord?: number | null;
|
|
177
|
-
prompt: string;
|
|
178
|
-
title: string;
|
|
179
|
-
updated_at?: string | null;
|
|
180
|
-
};
|
|
181
|
-
Update: {
|
|
182
|
-
agent_name?: string;
|
|
183
|
-
created_at?: string | null;
|
|
184
|
-
description?: string | null;
|
|
185
|
-
id?: string;
|
|
186
|
-
is_active?: boolean | null;
|
|
187
|
-
ord?: number | null;
|
|
188
|
-
prompt?: string;
|
|
189
|
-
title?: string;
|
|
190
|
-
updated_at?: string | null;
|
|
191
|
-
};
|
|
192
|
-
Relationships: [];
|
|
193
|
-
};
|
|
194
134
|
adk_sessions: {
|
|
195
135
|
Row: {
|
|
196
136
|
app_name: string;
|
|
@@ -367,7 +307,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
367
307
|
target: string | null;
|
|
368
308
|
updated_at: string;
|
|
369
309
|
user_id: string;
|
|
370
|
-
worker_id: string | null;
|
|
371
310
|
};
|
|
372
311
|
Insert: {
|
|
373
312
|
config?: import("../types/database.types").Json | null;
|
|
@@ -379,7 +318,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
379
318
|
target?: string | null;
|
|
380
319
|
updated_at?: string;
|
|
381
320
|
user_id: string;
|
|
382
|
-
worker_id?: string | null;
|
|
383
321
|
};
|
|
384
322
|
Update: {
|
|
385
323
|
config?: import("../types/database.types").Json | null;
|
|
@@ -391,15 +329,8 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
391
329
|
target?: string | null;
|
|
392
330
|
updated_at?: string;
|
|
393
331
|
user_id?: string;
|
|
394
|
-
worker_id?: string | null;
|
|
395
332
|
};
|
|
396
|
-
Relationships: [
|
|
397
|
-
foreignKeyName: "audit_projects_worker_id_fkey";
|
|
398
|
-
columns: ["worker_id"];
|
|
399
|
-
isOneToOne: false;
|
|
400
|
-
referencedRelation: "servers";
|
|
401
|
-
referencedColumns: ["id"];
|
|
402
|
-
}];
|
|
333
|
+
Relationships: [];
|
|
403
334
|
};
|
|
404
335
|
audit_skills: {
|
|
405
336
|
Row: {
|
|
@@ -626,39 +557,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
626
557
|
};
|
|
627
558
|
Relationships: [];
|
|
628
559
|
};
|
|
629
|
-
cleanup_policies: {
|
|
630
|
-
Row: {
|
|
631
|
-
cleanup_function: string;
|
|
632
|
-
created_at: string;
|
|
633
|
-
enabled: boolean;
|
|
634
|
-
id: string;
|
|
635
|
-
policy_name: string;
|
|
636
|
-
retention_days: number;
|
|
637
|
-
table_name: string;
|
|
638
|
-
updated_at: string;
|
|
639
|
-
};
|
|
640
|
-
Insert: {
|
|
641
|
-
cleanup_function: string;
|
|
642
|
-
created_at?: string;
|
|
643
|
-
enabled?: boolean;
|
|
644
|
-
id?: string;
|
|
645
|
-
policy_name: string;
|
|
646
|
-
retention_days?: number;
|
|
647
|
-
table_name: string;
|
|
648
|
-
updated_at?: string;
|
|
649
|
-
};
|
|
650
|
-
Update: {
|
|
651
|
-
cleanup_function?: string;
|
|
652
|
-
created_at?: string;
|
|
653
|
-
enabled?: boolean;
|
|
654
|
-
id?: string;
|
|
655
|
-
policy_name?: string;
|
|
656
|
-
retention_days?: number;
|
|
657
|
-
table_name?: string;
|
|
658
|
-
updated_at?: string;
|
|
659
|
-
};
|
|
660
|
-
Relationships: [];
|
|
661
|
-
};
|
|
662
560
|
cloud_accounts: {
|
|
663
561
|
Row: {
|
|
664
562
|
access_token: string | null;
|
|
@@ -755,48 +653,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
755
653
|
};
|
|
756
654
|
Relationships: [];
|
|
757
655
|
};
|
|
758
|
-
compute_nodes: {
|
|
759
|
-
Row: {
|
|
760
|
-
auth_secret: string | null;
|
|
761
|
-
created_at: string;
|
|
762
|
-
host: string;
|
|
763
|
-
id: string;
|
|
764
|
-
is_public: boolean | null;
|
|
765
|
-
name: string;
|
|
766
|
-
port: number;
|
|
767
|
-
provider: string;
|
|
768
|
-
updated_at: string;
|
|
769
|
-
user_id: string;
|
|
770
|
-
username: string | null;
|
|
771
|
-
};
|
|
772
|
-
Insert: {
|
|
773
|
-
auth_secret?: string | null;
|
|
774
|
-
created_at?: string;
|
|
775
|
-
host: string;
|
|
776
|
-
id?: string;
|
|
777
|
-
is_public?: boolean | null;
|
|
778
|
-
name: string;
|
|
779
|
-
port?: number;
|
|
780
|
-
provider?: string;
|
|
781
|
-
updated_at?: string;
|
|
782
|
-
user_id?: string;
|
|
783
|
-
username?: string | null;
|
|
784
|
-
};
|
|
785
|
-
Update: {
|
|
786
|
-
auth_secret?: string | null;
|
|
787
|
-
created_at?: string;
|
|
788
|
-
host?: string;
|
|
789
|
-
id?: string;
|
|
790
|
-
is_public?: boolean | null;
|
|
791
|
-
name?: string;
|
|
792
|
-
port?: number;
|
|
793
|
-
provider?: string;
|
|
794
|
-
updated_at?: string;
|
|
795
|
-
user_id?: string;
|
|
796
|
-
username?: string | null;
|
|
797
|
-
};
|
|
798
|
-
Relationships: [];
|
|
799
|
-
};
|
|
800
656
|
contacts: {
|
|
801
657
|
Row: {
|
|
802
658
|
created_at: string;
|
|
@@ -971,60 +827,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
971
827
|
referencedColumns: ["id"];
|
|
972
828
|
}];
|
|
973
829
|
};
|
|
974
|
-
openclaws: {
|
|
975
|
-
Row: {
|
|
976
|
-
config: import("../types/database.types").Json;
|
|
977
|
-
created_at: string;
|
|
978
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
979
|
-
id: string;
|
|
980
|
-
metadata: import("../types/database.types").Json | null;
|
|
981
|
-
name: string | null;
|
|
982
|
-
resolved_config: import("../types/database.types").Json;
|
|
983
|
-
server_id: string | null;
|
|
984
|
-
state: import("../types/database.types").Json | null;
|
|
985
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
986
|
-
status_reason: string | null;
|
|
987
|
-
updated_at: string;
|
|
988
|
-
user_id: string;
|
|
989
|
-
};
|
|
990
|
-
Insert: {
|
|
991
|
-
config?: import("../types/database.types").Json;
|
|
992
|
-
created_at?: string;
|
|
993
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
994
|
-
id?: string;
|
|
995
|
-
metadata?: import("../types/database.types").Json | null;
|
|
996
|
-
name?: string | null;
|
|
997
|
-
resolved_config?: import("../types/database.types").Json;
|
|
998
|
-
server_id?: string | null;
|
|
999
|
-
state?: import("../types/database.types").Json | null;
|
|
1000
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1001
|
-
status_reason?: string | null;
|
|
1002
|
-
updated_at?: string;
|
|
1003
|
-
user_id?: string;
|
|
1004
|
-
};
|
|
1005
|
-
Update: {
|
|
1006
|
-
config?: import("../types/database.types").Json;
|
|
1007
|
-
created_at?: string;
|
|
1008
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1009
|
-
id?: string;
|
|
1010
|
-
metadata?: import("../types/database.types").Json | null;
|
|
1011
|
-
name?: string | null;
|
|
1012
|
-
resolved_config?: import("../types/database.types").Json;
|
|
1013
|
-
server_id?: string | null;
|
|
1014
|
-
state?: import("../types/database.types").Json | null;
|
|
1015
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1016
|
-
status_reason?: string | null;
|
|
1017
|
-
updated_at?: string;
|
|
1018
|
-
user_id?: string;
|
|
1019
|
-
};
|
|
1020
|
-
Relationships: [{
|
|
1021
|
-
foreignKeyName: "openclaws_server_id_fkey";
|
|
1022
|
-
columns: ["server_id"];
|
|
1023
|
-
isOneToOne: false;
|
|
1024
|
-
referencedRelation: "servers";
|
|
1025
|
-
referencedColumns: ["id"];
|
|
1026
|
-
}];
|
|
1027
|
-
};
|
|
1028
830
|
outreach_messages: {
|
|
1029
831
|
Row: {
|
|
1030
832
|
content: string | null;
|
|
@@ -1658,22 +1460,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1658
1460
|
};
|
|
1659
1461
|
Views: { [_ in never]: never; };
|
|
1660
1462
|
Functions: {
|
|
1661
|
-
adk_agent_list: {
|
|
1662
|
-
Args: never;
|
|
1663
|
-
Returns: {
|
|
1664
|
-
avatar_url: string | null;
|
|
1665
|
-
created_at: string | null;
|
|
1666
|
-
description: string | null;
|
|
1667
|
-
name: string;
|
|
1668
|
-
updated_at: string | null;
|
|
1669
|
-
}[];
|
|
1670
|
-
SetofOptions: {
|
|
1671
|
-
from: "*";
|
|
1672
|
-
to: "adk_agents";
|
|
1673
|
-
isOneToOne: false;
|
|
1674
|
-
isSetofReturn: true;
|
|
1675
|
-
};
|
|
1676
|
-
};
|
|
1677
1463
|
adk_artifact_delete: {
|
|
1678
1464
|
Args: {
|
|
1679
1465
|
p_app_name: string;
|
|
@@ -1800,28 +1586,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
1800
1586
|
isSetofReturn: true;
|
|
1801
1587
|
};
|
|
1802
1588
|
};
|
|
1803
|
-
adk_quick_start_list: {
|
|
1804
|
-
Args: {
|
|
1805
|
-
p_agent_name?: string;
|
|
1806
|
-
};
|
|
1807
|
-
Returns: {
|
|
1808
|
-
agent_name: string;
|
|
1809
|
-
created_at: string | null;
|
|
1810
|
-
description: string | null;
|
|
1811
|
-
id: string;
|
|
1812
|
-
is_active: boolean | null;
|
|
1813
|
-
ord: number | null;
|
|
1814
|
-
prompt: string;
|
|
1815
|
-
title: string;
|
|
1816
|
-
updated_at: string | null;
|
|
1817
|
-
}[];
|
|
1818
|
-
SetofOptions: {
|
|
1819
|
-
from: "*";
|
|
1820
|
-
to: "adk_quick_starts";
|
|
1821
|
-
isOneToOne: false;
|
|
1822
|
-
isSetofReturn: true;
|
|
1823
|
-
};
|
|
1824
|
-
};
|
|
1825
1589
|
adk_session_delete: {
|
|
1826
1590
|
Args: {
|
|
1827
1591
|
p_app_name: string;
|
|
@@ -2023,7 +1787,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2023
1787
|
target: string;
|
|
2024
1788
|
updated_at: string;
|
|
2025
1789
|
user_id: string;
|
|
2026
|
-
worker_id: string;
|
|
2027
1790
|
}[];
|
|
2028
1791
|
};
|
|
2029
1792
|
audit_project_list: {
|
|
@@ -2042,7 +1805,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2042
1805
|
target: string;
|
|
2043
1806
|
updated_at: string;
|
|
2044
1807
|
user_id: string;
|
|
2045
|
-
worker_id: string;
|
|
2046
1808
|
}[];
|
|
2047
1809
|
};
|
|
2048
1810
|
audit_project_list_cursor: {
|
|
@@ -2062,7 +1824,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2062
1824
|
target: string;
|
|
2063
1825
|
updated_at: string;
|
|
2064
1826
|
user_id: string;
|
|
2065
|
-
worker_id: string;
|
|
2066
1827
|
}[];
|
|
2067
1828
|
};
|
|
2068
1829
|
audit_project_upsert: {
|
|
@@ -2073,7 +1834,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2073
1834
|
p_repo_branch?: string;
|
|
2074
1835
|
p_repo_url?: string;
|
|
2075
1836
|
p_target?: string;
|
|
2076
|
-
p_worker_id?: string;
|
|
2077
1837
|
};
|
|
2078
1838
|
Returns: {
|
|
2079
1839
|
config: import("../types/database.types").Json;
|
|
@@ -2085,7 +1845,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2085
1845
|
target: string;
|
|
2086
1846
|
updated_at: string;
|
|
2087
1847
|
user_id: string;
|
|
2088
|
-
worker_id: string;
|
|
2089
1848
|
}[];
|
|
2090
1849
|
};
|
|
2091
1850
|
audit_skill_list: {
|
|
@@ -2578,86 +2337,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2578
2337
|
};
|
|
2579
2338
|
Returns: import("../types/database.types").Json;
|
|
2580
2339
|
};
|
|
2581
|
-
compute_node_delete: {
|
|
2582
|
-
Args: {
|
|
2583
|
-
p_id: string;
|
|
2584
|
-
};
|
|
2585
|
-
Returns: undefined;
|
|
2586
|
-
};
|
|
2587
|
-
compute_node_get: {
|
|
2588
|
-
Args: {
|
|
2589
|
-
p_id?: string;
|
|
2590
|
-
p_user_id?: string;
|
|
2591
|
-
};
|
|
2592
|
-
Returns: {
|
|
2593
|
-
auth_secret: string | null;
|
|
2594
|
-
created_at: string | null;
|
|
2595
|
-
host: string | null;
|
|
2596
|
-
id: string | null;
|
|
2597
|
-
is_public: boolean | null;
|
|
2598
|
-
name: string | null;
|
|
2599
|
-
port: number | null;
|
|
2600
|
-
provider: string | null;
|
|
2601
|
-
updated_at: string | null;
|
|
2602
|
-
user_id: string | null;
|
|
2603
|
-
username: string | null;
|
|
2604
|
-
}[];
|
|
2605
|
-
};
|
|
2606
|
-
compute_node_get_secret: {
|
|
2607
|
-
Args: {
|
|
2608
|
-
target_id: string;
|
|
2609
|
-
};
|
|
2610
|
-
Returns: {
|
|
2611
|
-
auth_secret: string;
|
|
2612
|
-
host: string;
|
|
2613
|
-
port: number;
|
|
2614
|
-
username: string;
|
|
2615
|
-
}[];
|
|
2616
|
-
};
|
|
2617
|
-
compute_node_list: {
|
|
2618
|
-
Args: {
|
|
2619
|
-
p_user_id?: string;
|
|
2620
|
-
};
|
|
2621
|
-
Returns: {
|
|
2622
|
-
auth_secret: string | null;
|
|
2623
|
-
created_at: string | null;
|
|
2624
|
-
host: string | null;
|
|
2625
|
-
id: string | null;
|
|
2626
|
-
is_public: boolean | null;
|
|
2627
|
-
name: string | null;
|
|
2628
|
-
port: number | null;
|
|
2629
|
-
provider: string | null;
|
|
2630
|
-
updated_at: string | null;
|
|
2631
|
-
user_id: string | null;
|
|
2632
|
-
username: string | null;
|
|
2633
|
-
}[];
|
|
2634
|
-
};
|
|
2635
|
-
compute_node_upsert: {
|
|
2636
|
-
Args: {
|
|
2637
|
-
p_auth_secret?: string;
|
|
2638
|
-
p_host?: string;
|
|
2639
|
-
p_id?: string;
|
|
2640
|
-
p_is_public?: boolean;
|
|
2641
|
-
p_name?: string;
|
|
2642
|
-
p_port?: number;
|
|
2643
|
-
p_provider?: string;
|
|
2644
|
-
p_username?: string;
|
|
2645
|
-
p_worker_count?: number;
|
|
2646
|
-
};
|
|
2647
|
-
Returns: {
|
|
2648
|
-
auth_secret: string | null;
|
|
2649
|
-
created_at: string | null;
|
|
2650
|
-
host: string | null;
|
|
2651
|
-
id: string | null;
|
|
2652
|
-
is_public: boolean | null;
|
|
2653
|
-
name: string | null;
|
|
2654
|
-
port: number | null;
|
|
2655
|
-
provider: string | null;
|
|
2656
|
-
updated_at: string | null;
|
|
2657
|
-
user_id: string | null;
|
|
2658
|
-
username: string | null;
|
|
2659
|
-
}[];
|
|
2660
|
-
};
|
|
2661
2340
|
compute_server_public_url: {
|
|
2662
2341
|
Args: {
|
|
2663
2342
|
p_server_id: string;
|
|
@@ -2817,12 +2496,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2817
2496
|
};
|
|
2818
2497
|
Returns: string;
|
|
2819
2498
|
};
|
|
2820
|
-
get_worker_subdomain: {
|
|
2821
|
-
Args: {
|
|
2822
|
-
p_worker_id: string;
|
|
2823
|
-
};
|
|
2824
|
-
Returns: string;
|
|
2825
|
-
};
|
|
2826
2499
|
github_list_installation_repos: {
|
|
2827
2500
|
Args: never;
|
|
2828
2501
|
Returns: import("../types/database.types").Json;
|
|
@@ -2969,13 +2642,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
2969
2642
|
};
|
|
2970
2643
|
Returns: import("../types/database.types").Json;
|
|
2971
2644
|
};
|
|
2972
|
-
install_script: {
|
|
2973
|
-
Args: {
|
|
2974
|
-
p_instance_id?: string;
|
|
2975
|
-
p_version?: string;
|
|
2976
|
-
};
|
|
2977
|
-
Returns: string;
|
|
2978
|
-
};
|
|
2979
2645
|
instance_tag_add: {
|
|
2980
2646
|
Args: {
|
|
2981
2647
|
p_instance_id: string;
|
|
@@ -3105,34 +2771,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3105
2771
|
};
|
|
3106
2772
|
Returns: number;
|
|
3107
2773
|
};
|
|
3108
|
-
notification_get_pending_actions: {
|
|
3109
|
-
Args: never;
|
|
3110
|
-
Returns: {
|
|
3111
|
-
action_completed_at: string | null;
|
|
3112
|
-
action_payload: import("../types/database.types").Json | null;
|
|
3113
|
-
action_type: string | null;
|
|
3114
|
-
created_at: string;
|
|
3115
|
-
dismissed_at: string | null;
|
|
3116
|
-
expires_at: string | null;
|
|
3117
|
-
id: string;
|
|
3118
|
-
is_read: boolean;
|
|
3119
|
-
message: string | null;
|
|
3120
|
-
notification_type: string;
|
|
3121
|
-
priority: string;
|
|
3122
|
-
read_at: string | null;
|
|
3123
|
-
source_id: string | null;
|
|
3124
|
-
source_type: string | null;
|
|
3125
|
-
title: string;
|
|
3126
|
-
updated_at: string;
|
|
3127
|
-
user_id: string;
|
|
3128
|
-
}[];
|
|
3129
|
-
SetofOptions: {
|
|
3130
|
-
from: "*";
|
|
3131
|
-
to: "user_notifications";
|
|
3132
|
-
isOneToOne: false;
|
|
3133
|
-
isSetofReturn: true;
|
|
3134
|
-
};
|
|
3135
|
-
};
|
|
3136
2774
|
notification_list: {
|
|
3137
2775
|
Args: {
|
|
3138
2776
|
p_action_type?: string;
|
|
@@ -3143,30 +2781,24 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3143
2781
|
p_unread_only?: boolean;
|
|
3144
2782
|
};
|
|
3145
2783
|
Returns: {
|
|
3146
|
-
action_completed_at: string
|
|
3147
|
-
action_payload: import("../types/database.types").Json
|
|
3148
|
-
action_type: string
|
|
2784
|
+
action_completed_at: string;
|
|
2785
|
+
action_payload: import("../types/database.types").Json;
|
|
2786
|
+
action_type: string;
|
|
3149
2787
|
created_at: string;
|
|
3150
|
-
dismissed_at: string
|
|
3151
|
-
expires_at: string
|
|
2788
|
+
dismissed_at: string;
|
|
2789
|
+
expires_at: string;
|
|
3152
2790
|
id: string;
|
|
3153
2791
|
is_read: boolean;
|
|
3154
|
-
message: string
|
|
2792
|
+
message: string;
|
|
3155
2793
|
notification_type: string;
|
|
3156
2794
|
priority: string;
|
|
3157
|
-
read_at: string
|
|
3158
|
-
source_id: string
|
|
3159
|
-
source_type: string
|
|
2795
|
+
read_at: string;
|
|
2796
|
+
source_id: string;
|
|
2797
|
+
source_type: string;
|
|
3160
2798
|
title: string;
|
|
3161
2799
|
updated_at: string;
|
|
3162
2800
|
user_id: string;
|
|
3163
2801
|
}[];
|
|
3164
|
-
SetofOptions: {
|
|
3165
|
-
from: "*";
|
|
3166
|
-
to: "user_notifications";
|
|
3167
|
-
isOneToOne: false;
|
|
3168
|
-
isSetofReturn: true;
|
|
3169
|
-
};
|
|
3170
2802
|
};
|
|
3171
2803
|
notification_mark_read: {
|
|
3172
2804
|
Args: {
|
|
@@ -3175,182 +2807,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3175
2807
|
};
|
|
3176
2808
|
Returns: number;
|
|
3177
2809
|
};
|
|
3178
|
-
openclaw_assign_server: {
|
|
3179
|
-
Args: {
|
|
3180
|
-
p_openclaw_id: string;
|
|
3181
|
-
p_user_id: string;
|
|
3182
|
-
};
|
|
3183
|
-
Returns: string;
|
|
3184
|
-
};
|
|
3185
|
-
openclaw_build_config: {
|
|
3186
|
-
Args: {
|
|
3187
|
-
p_openclaw_id: string;
|
|
3188
|
-
p_override_config?: import("../types/database.types").Json;
|
|
3189
|
-
p_override_server_id?: string;
|
|
3190
|
-
};
|
|
3191
|
-
Returns: import("../types/database.types").Json;
|
|
3192
|
-
};
|
|
3193
|
-
openclaw_failover: {
|
|
3194
|
-
Args: {
|
|
3195
|
-
p_server_id: string;
|
|
3196
|
-
};
|
|
3197
|
-
Returns: undefined;
|
|
3198
|
-
};
|
|
3199
|
-
openclaw_metadata_apply_action_contract: {
|
|
3200
|
-
Args: {
|
|
3201
|
-
p_action_status: string;
|
|
3202
|
-
p_completed_at?: string;
|
|
3203
|
-
p_debug_action: string;
|
|
3204
|
-
p_delete_pending?: boolean;
|
|
3205
|
-
p_message?: string;
|
|
3206
|
-
p_metadata: import("../types/database.types").Json;
|
|
3207
|
-
p_requested_at?: string;
|
|
3208
|
-
p_user_action: string;
|
|
3209
|
-
};
|
|
3210
|
-
Returns: import("../types/database.types").Json;
|
|
3211
|
-
};
|
|
3212
|
-
openclaw_reconcile_due: {
|
|
3213
|
-
Args: {
|
|
3214
|
-
p_limit?: number;
|
|
3215
|
-
};
|
|
3216
|
-
Returns: number;
|
|
3217
|
-
};
|
|
3218
|
-
openclaw_reconcile_one: {
|
|
3219
|
-
Args: {
|
|
3220
|
-
p_openclaw_id: string;
|
|
3221
|
-
};
|
|
3222
|
-
Returns: {
|
|
3223
|
-
config: import("../types/database.types").Json;
|
|
3224
|
-
created_at: string;
|
|
3225
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3226
|
-
id: string;
|
|
3227
|
-
metadata: import("../types/database.types").Json | null;
|
|
3228
|
-
name: string | null;
|
|
3229
|
-
resolved_config: import("../types/database.types").Json;
|
|
3230
|
-
server_id: string | null;
|
|
3231
|
-
state: import("../types/database.types").Json | null;
|
|
3232
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3233
|
-
status_reason: string | null;
|
|
3234
|
-
updated_at: string;
|
|
3235
|
-
user_id: string;
|
|
3236
|
-
};
|
|
3237
|
-
SetofOptions: {
|
|
3238
|
-
from: "*";
|
|
3239
|
-
to: "openclaws";
|
|
3240
|
-
isOneToOne: true;
|
|
3241
|
-
isSetofReturn: false;
|
|
3242
|
-
};
|
|
3243
|
-
};
|
|
3244
|
-
openclaw_refresh_resolved_config: {
|
|
3245
|
-
Args: {
|
|
3246
|
-
p_openclaw_id: string;
|
|
3247
|
-
p_override_config?: import("../types/database.types").Json;
|
|
3248
|
-
p_override_server_id?: string;
|
|
3249
|
-
};
|
|
3250
|
-
Returns: import("../types/database.types").Json;
|
|
3251
|
-
};
|
|
3252
|
-
openclaws_delete: {
|
|
3253
|
-
Args: {
|
|
3254
|
-
p_id: string;
|
|
3255
|
-
};
|
|
3256
|
-
Returns: {
|
|
3257
|
-
config: import("../types/database.types").Json;
|
|
3258
|
-
created_at: string;
|
|
3259
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3260
|
-
id: string;
|
|
3261
|
-
metadata: import("../types/database.types").Json;
|
|
3262
|
-
name: string;
|
|
3263
|
-
server_id: string;
|
|
3264
|
-
state: import("../types/database.types").Json;
|
|
3265
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3266
|
-
status_reason: string;
|
|
3267
|
-
updated_at: string;
|
|
3268
|
-
user_id: string;
|
|
3269
|
-
}[];
|
|
3270
|
-
};
|
|
3271
|
-
openclaws_get: {
|
|
3272
|
-
Args: {
|
|
3273
|
-
p_id: string;
|
|
3274
|
-
};
|
|
3275
|
-
Returns: {
|
|
3276
|
-
config: import("../types/database.types").Json;
|
|
3277
|
-
created_at: string;
|
|
3278
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3279
|
-
id: string;
|
|
3280
|
-
metadata: import("../types/database.types").Json;
|
|
3281
|
-
name: string;
|
|
3282
|
-
server_id: string;
|
|
3283
|
-
state: import("../types/database.types").Json;
|
|
3284
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3285
|
-
status_reason: string;
|
|
3286
|
-
updated_at: string;
|
|
3287
|
-
user_id: string;
|
|
3288
|
-
}[];
|
|
3289
|
-
};
|
|
3290
|
-
openclaws_list_cursor: {
|
|
3291
|
-
Args: {
|
|
3292
|
-
p_cursor?: string;
|
|
3293
|
-
p_limit?: number;
|
|
3294
|
-
p_search?: string;
|
|
3295
|
-
p_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
3296
|
-
};
|
|
3297
|
-
Returns: {
|
|
3298
|
-
config: import("../types/database.types").Json;
|
|
3299
|
-
created_at: string;
|
|
3300
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3301
|
-
id: string;
|
|
3302
|
-
metadata: import("../types/database.types").Json;
|
|
3303
|
-
name: string;
|
|
3304
|
-
server_id: string;
|
|
3305
|
-
state: import("../types/database.types").Json;
|
|
3306
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3307
|
-
status_reason: string;
|
|
3308
|
-
updated_at: string;
|
|
3309
|
-
user_id: string;
|
|
3310
|
-
}[];
|
|
3311
|
-
};
|
|
3312
|
-
openclaws_request_action: {
|
|
3313
|
-
Args: {
|
|
3314
|
-
p_action: string;
|
|
3315
|
-
p_id: string;
|
|
3316
|
-
};
|
|
3317
|
-
Returns: {
|
|
3318
|
-
config: import("../types/database.types").Json;
|
|
3319
|
-
created_at: string;
|
|
3320
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3321
|
-
id: string;
|
|
3322
|
-
metadata: import("../types/database.types").Json;
|
|
3323
|
-
name: string;
|
|
3324
|
-
server_id: string;
|
|
3325
|
-
state: import("../types/database.types").Json;
|
|
3326
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3327
|
-
status_reason: string;
|
|
3328
|
-
updated_at: string;
|
|
3329
|
-
user_id: string;
|
|
3330
|
-
}[];
|
|
3331
|
-
};
|
|
3332
|
-
openclaws_upsert: {
|
|
3333
|
-
Args: {
|
|
3334
|
-
p_config?: import("../types/database.types").Json;
|
|
3335
|
-
p_id?: string;
|
|
3336
|
-
p_metadata?: import("../types/database.types").Json;
|
|
3337
|
-
p_name?: string;
|
|
3338
|
-
};
|
|
3339
|
-
Returns: {
|
|
3340
|
-
config: import("../types/database.types").Json;
|
|
3341
|
-
created_at: string;
|
|
3342
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3343
|
-
id: string;
|
|
3344
|
-
metadata: import("../types/database.types").Json;
|
|
3345
|
-
name: string;
|
|
3346
|
-
server_id: string;
|
|
3347
|
-
state: import("../types/database.types").Json;
|
|
3348
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3349
|
-
status_reason: string;
|
|
3350
|
-
updated_at: string;
|
|
3351
|
-
user_id: string;
|
|
3352
|
-
}[];
|
|
3353
|
-
};
|
|
3354
2810
|
outreach_process_pending_tasks: {
|
|
3355
2811
|
Args: {
|
|
3356
2812
|
p_campaign_id?: string;
|
|
@@ -3375,7 +2831,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3375
2831
|
Args: {
|
|
3376
2832
|
p_campaign_id?: string;
|
|
3377
2833
|
p_limit?: number;
|
|
3378
|
-
p_offset?: number;
|
|
3379
2834
|
p_status?: string;
|
|
3380
2835
|
};
|
|
3381
2836
|
Returns: {
|
|
@@ -3471,18 +2926,18 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3471
2926
|
resource_list: {
|
|
3472
2927
|
Args: {
|
|
3473
2928
|
p_kw?: string;
|
|
3474
|
-
p_page_num?: number;
|
|
3475
2929
|
p_page_size?: number;
|
|
3476
|
-
p_slug?: string;
|
|
3477
2930
|
p_type?: string;
|
|
3478
2931
|
};
|
|
3479
|
-
Returns:
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
2932
|
+
Returns: {
|
|
2933
|
+
description: string;
|
|
2934
|
+
icon: string;
|
|
2935
|
+
id: string;
|
|
2936
|
+
target_id: string;
|
|
2937
|
+
title: string;
|
|
2938
|
+
type: string;
|
|
2939
|
+
updated_at: string;
|
|
2940
|
+
}[];
|
|
3486
2941
|
};
|
|
3487
2942
|
resource_upsert: {
|
|
3488
2943
|
Args: {
|
|
@@ -3528,13 +2983,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3528
2983
|
};
|
|
3529
2984
|
Returns: import("../types/database.types").Json;
|
|
3530
2985
|
};
|
|
3531
|
-
script_get_content: {
|
|
3532
|
-
Args: {
|
|
3533
|
-
p_file_path: string;
|
|
3534
|
-
p_git_ref?: string;
|
|
3535
|
-
};
|
|
3536
|
-
Returns: string;
|
|
3537
|
-
};
|
|
3538
2986
|
server_delete: {
|
|
3539
2987
|
Args: {
|
|
3540
2988
|
p_id: string;
|
|
@@ -3583,14 +3031,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3583
3031
|
};
|
|
3584
3032
|
Returns: import("../types/database.types").Json;
|
|
3585
3033
|
};
|
|
3586
|
-
server_status_apply_callback: {
|
|
3587
|
-
Args: {
|
|
3588
|
-
p_callback_token: string;
|
|
3589
|
-
p_payload: import("../types/database.types").Json;
|
|
3590
|
-
p_server_id: string;
|
|
3591
|
-
};
|
|
3592
|
-
Returns: import("../types/database.types").Json;
|
|
3593
|
-
};
|
|
3594
3034
|
server_status_merge: {
|
|
3595
3035
|
Args: {
|
|
3596
3036
|
p_current_state: import("../types/database.types").Json;
|
|
@@ -3610,6 +3050,12 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3610
3050
|
};
|
|
3611
3051
|
Returns: number;
|
|
3612
3052
|
};
|
|
3053
|
+
server_tunnel_delete: {
|
|
3054
|
+
Args: {
|
|
3055
|
+
p_tunnel_id: string;
|
|
3056
|
+
};
|
|
3057
|
+
Returns: import("../types/database.types").Json;
|
|
3058
|
+
};
|
|
3613
3059
|
server_tunnel_sync: {
|
|
3614
3060
|
Args: {
|
|
3615
3061
|
p_server_id: string;
|
|
@@ -3618,7 +3064,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
3618
3064
|
};
|
|
3619
3065
|
server_upsert: {
|
|
3620
3066
|
Args: {
|
|
3621
|
-
p_compute_node_id?: string;
|
|
3622
3067
|
p_config?: import("../types/database.types").Json;
|
|
3623
3068
|
p_id?: string;
|
|
3624
3069
|
p_state?: import("../types/database.types").Json;
|
|
@@ -4330,7 +3775,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
4330
3775
|
chat_role: "system" | "user" | "assistant" | "model" | "error" | "tool";
|
|
4331
3776
|
chat_visibility: "private" | "public";
|
|
4332
3777
|
cloud_account_status: "pending" | "active" | "token_expired" | "needs_reauth" | "quota_exceeded" | "suspended" | "disabled";
|
|
4333
|
-
openclaw_status: "disabled" | "pending" | "starting" | "running" | "stopping" | "stopped" | "error" | "migrating";
|
|
4334
3778
|
sys_log_level: "error" | "warn" | "info";
|
|
4335
3779
|
task_code_type: "sql" | "bash" | "python" | "agent" | "javascript";
|
|
4336
3780
|
task_status: "draft" | "pending" | "queued" | "running" | "completed" | "failed" | "cancelled" | "paused";
|
|
@@ -4388,16 +3832,6 @@ export declare function useSupabaseServer(cookieStore: Awaited<ReturnType<typeof
|
|
|
4388
3832
|
resource_id: string | null;
|
|
4389
3833
|
user_id: string | null;
|
|
4390
3834
|
};
|
|
4391
|
-
resource_list_record: {
|
|
4392
|
-
id: string | null;
|
|
4393
|
-
target_id: string | null;
|
|
4394
|
-
title: string | null;
|
|
4395
|
-
description: string | null;
|
|
4396
|
-
icon: string | null;
|
|
4397
|
-
type: string | null;
|
|
4398
|
-
url: string | null;
|
|
4399
|
-
updated_at: string | null;
|
|
4400
|
-
};
|
|
4401
3835
|
telegram_login_response: {
|
|
4402
3836
|
success: boolean | null;
|
|
4403
3837
|
step: string | null;
|