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
|
@@ -8,17 +8,17 @@ export declare const publicAppRoleSchema: z.ZodEnum<{
|
|
|
8
8
|
export declare const publicAuditFindingSeveritySchema: z.ZodEnum<{
|
|
9
9
|
high: "high";
|
|
10
10
|
low: "low";
|
|
11
|
-
info: "info";
|
|
12
11
|
medium: "medium";
|
|
12
|
+
info: "info";
|
|
13
13
|
critical: "critical";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const publicChatRoleSchema: z.ZodEnum<{
|
|
16
16
|
error: "error";
|
|
17
17
|
user: "user";
|
|
18
|
-
tool: "tool";
|
|
19
|
-
assistant: "assistant";
|
|
20
18
|
system: "system";
|
|
19
|
+
assistant: "assistant";
|
|
21
20
|
model: "model";
|
|
21
|
+
tool: "tool";
|
|
22
22
|
}>;
|
|
23
23
|
export declare const publicChatVisibilitySchema: z.ZodEnum<{
|
|
24
24
|
public: "public";
|
|
@@ -33,33 +33,23 @@ export declare const publicCloudAccountStatusSchema: z.ZodEnum<{
|
|
|
33
33
|
quota_exceeded: "quota_exceeded";
|
|
34
34
|
suspended: "suspended";
|
|
35
35
|
}>;
|
|
36
|
-
export declare const publicOpenclawStatusSchema: z.ZodEnum<{
|
|
37
|
-
error: "error";
|
|
38
|
-
disabled: "disabled";
|
|
39
|
-
pending: "pending";
|
|
40
|
-
starting: "starting";
|
|
41
|
-
running: "running";
|
|
42
|
-
stopping: "stopping";
|
|
43
|
-
stopped: "stopped";
|
|
44
|
-
migrating: "migrating";
|
|
45
|
-
}>;
|
|
46
36
|
export declare const publicSysLogLevelSchema: z.ZodEnum<{
|
|
47
37
|
error: "error";
|
|
48
38
|
info: "info";
|
|
49
39
|
warn: "warn";
|
|
50
40
|
}>;
|
|
51
41
|
export declare const publicTaskCodeTypeSchema: z.ZodEnum<{
|
|
52
|
-
agent: "agent";
|
|
53
42
|
sql: "sql";
|
|
54
43
|
bash: "bash";
|
|
55
44
|
python: "python";
|
|
45
|
+
agent: "agent";
|
|
56
46
|
javascript: "javascript";
|
|
57
47
|
}>;
|
|
58
48
|
export declare const publicTaskStatusSchema: z.ZodEnum<{
|
|
59
49
|
pending: "pending";
|
|
60
|
-
running: "running";
|
|
61
50
|
draft: "draft";
|
|
62
51
|
queued: "queued";
|
|
52
|
+
running: "running";
|
|
63
53
|
completed: "completed";
|
|
64
54
|
failed: "failed";
|
|
65
55
|
cancelled: "cancelled";
|
|
@@ -84,27 +74,6 @@ export declare const publicTelegramLoginStepSchema: z.ZodEnum<{
|
|
|
84
74
|
fetch_info: "fetch_info";
|
|
85
75
|
}>;
|
|
86
76
|
export declare const jsonSchema: z.ZodSchema<Json>;
|
|
87
|
-
export declare const publicAdkAgentsRowSchema: z.ZodObject<{
|
|
88
|
-
avatar_url: z.ZodNullable<z.ZodString>;
|
|
89
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
90
|
-
description: z.ZodNullable<z.ZodString>;
|
|
91
|
-
name: z.ZodString;
|
|
92
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
93
|
-
}, z.core.$strip>;
|
|
94
|
-
export declare const publicAdkAgentsInsertSchema: z.ZodObject<{
|
|
95
|
-
avatar_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
96
|
-
created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
97
|
-
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
98
|
-
name: z.ZodString;
|
|
99
|
-
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
100
|
-
}, z.core.$strip>;
|
|
101
|
-
export declare const publicAdkAgentsUpdateSchema: z.ZodObject<{
|
|
102
|
-
avatar_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
103
|
-
created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
104
|
-
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
105
|
-
name: z.ZodOptional<z.ZodString>;
|
|
106
|
-
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
107
|
-
}, z.core.$strip>;
|
|
108
77
|
export declare const publicAdkArtifactsRowSchema: z.ZodObject<{
|
|
109
78
|
app_name: z.ZodString;
|
|
110
79
|
canonical_uri: z.ZodNullable<z.ZodString>;
|
|
@@ -229,39 +198,6 @@ export declare const publicAdkEventsRelationshipsSchema: z.ZodTuple<[z.ZodObject
|
|
|
229
198
|
referencedRelation: z.ZodLiteral<"adk_sessions">;
|
|
230
199
|
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
231
200
|
}, z.core.$strip>], null>;
|
|
232
|
-
export declare const publicAdkQuickStartsRowSchema: z.ZodObject<{
|
|
233
|
-
agent_name: z.ZodString;
|
|
234
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
235
|
-
description: z.ZodNullable<z.ZodString>;
|
|
236
|
-
id: z.ZodString;
|
|
237
|
-
is_active: z.ZodNullable<z.ZodBoolean>;
|
|
238
|
-
ord: z.ZodNullable<z.ZodNumber>;
|
|
239
|
-
prompt: z.ZodString;
|
|
240
|
-
title: z.ZodString;
|
|
241
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
242
|
-
}, z.core.$strip>;
|
|
243
|
-
export declare const publicAdkQuickStartsInsertSchema: z.ZodObject<{
|
|
244
|
-
agent_name: z.ZodOptional<z.ZodString>;
|
|
245
|
-
created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
246
|
-
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
247
|
-
id: z.ZodOptional<z.ZodString>;
|
|
248
|
-
is_active: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
249
|
-
ord: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
250
|
-
prompt: z.ZodString;
|
|
251
|
-
title: z.ZodString;
|
|
252
|
-
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
253
|
-
}, z.core.$strip>;
|
|
254
|
-
export declare const publicAdkQuickStartsUpdateSchema: z.ZodObject<{
|
|
255
|
-
agent_name: z.ZodOptional<z.ZodString>;
|
|
256
|
-
created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
257
|
-
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
258
|
-
id: z.ZodOptional<z.ZodString>;
|
|
259
|
-
is_active: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
260
|
-
ord: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
261
|
-
prompt: z.ZodOptional<z.ZodString>;
|
|
262
|
-
title: z.ZodOptional<z.ZodString>;
|
|
263
|
-
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
264
|
-
}, z.core.$strip>;
|
|
265
201
|
export declare const publicAdkSessionsRowSchema: z.ZodObject<{
|
|
266
202
|
app_name: z.ZodString;
|
|
267
203
|
created_at: z.ZodString;
|
|
@@ -334,8 +270,8 @@ export declare const publicAuditFindingsRowSchema: z.ZodObject<{
|
|
|
334
270
|
severity: z.ZodNullable<z.ZodEnum<{
|
|
335
271
|
high: "high";
|
|
336
272
|
low: "low";
|
|
337
|
-
info: "info";
|
|
338
273
|
medium: "medium";
|
|
274
|
+
info: "info";
|
|
339
275
|
critical: "critical";
|
|
340
276
|
}>>;
|
|
341
277
|
status: z.ZodNullable<z.ZodString>;
|
|
@@ -354,8 +290,8 @@ export declare const publicAuditFindingsInsertSchema: z.ZodObject<{
|
|
|
354
290
|
severity: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
355
291
|
high: "high";
|
|
356
292
|
low: "low";
|
|
357
|
-
info: "info";
|
|
358
293
|
medium: "medium";
|
|
294
|
+
info: "info";
|
|
359
295
|
critical: "critical";
|
|
360
296
|
}>>>;
|
|
361
297
|
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -374,8 +310,8 @@ export declare const publicAuditFindingsUpdateSchema: z.ZodObject<{
|
|
|
374
310
|
severity: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
375
311
|
high: "high";
|
|
376
312
|
low: "low";
|
|
377
|
-
info: "info";
|
|
378
313
|
medium: "medium";
|
|
314
|
+
info: "info";
|
|
379
315
|
critical: "critical";
|
|
380
316
|
}>>>;
|
|
381
317
|
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -446,7 +382,6 @@ export declare const publicAuditProjectsRowSchema: z.ZodObject<{
|
|
|
446
382
|
target: z.ZodNullable<z.ZodString>;
|
|
447
383
|
updated_at: z.ZodString;
|
|
448
384
|
user_id: z.ZodString;
|
|
449
|
-
worker_id: z.ZodNullable<z.ZodString>;
|
|
450
385
|
}, z.core.$strip>;
|
|
451
386
|
export declare const publicAuditProjectsInsertSchema: z.ZodObject<{
|
|
452
387
|
config: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
@@ -458,7 +393,6 @@ export declare const publicAuditProjectsInsertSchema: z.ZodObject<{
|
|
|
458
393
|
target: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
459
394
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
460
395
|
user_id: z.ZodString;
|
|
461
|
-
worker_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
462
396
|
}, z.core.$strip>;
|
|
463
397
|
export declare const publicAuditProjectsUpdateSchema: z.ZodObject<{
|
|
464
398
|
config: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
@@ -470,15 +404,7 @@ export declare const publicAuditProjectsUpdateSchema: z.ZodObject<{
|
|
|
470
404
|
target: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
471
405
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
472
406
|
user_id: z.ZodOptional<z.ZodString>;
|
|
473
|
-
worker_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
474
407
|
}, z.core.$strip>;
|
|
475
|
-
export declare const publicAuditProjectsRelationshipsSchema: z.ZodTuple<[z.ZodObject<{
|
|
476
|
-
foreignKeyName: z.ZodLiteral<"audit_projects_worker_id_fkey">;
|
|
477
|
-
columns: z.ZodTuple<[z.ZodLiteral<"worker_id">], null>;
|
|
478
|
-
isOneToOne: z.ZodLiteral<false>;
|
|
479
|
-
referencedRelation: z.ZodLiteral<"servers">;
|
|
480
|
-
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
481
|
-
}, z.core.$strip>], null>;
|
|
482
408
|
export declare const publicAuditSkillsRowSchema: z.ZodObject<{
|
|
483
409
|
created_at: z.ZodString;
|
|
484
410
|
dependencies: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
@@ -625,10 +551,10 @@ export declare const publicChatMessagesRowSchema: z.ZodObject<{
|
|
|
625
551
|
role: z.ZodEnum<{
|
|
626
552
|
error: "error";
|
|
627
553
|
user: "user";
|
|
628
|
-
tool: "tool";
|
|
629
|
-
assistant: "assistant";
|
|
630
554
|
system: "system";
|
|
555
|
+
assistant: "assistant";
|
|
631
556
|
model: "model";
|
|
557
|
+
tool: "tool";
|
|
632
558
|
}>;
|
|
633
559
|
updated_at: z.ZodString;
|
|
634
560
|
user_id: z.ZodNullable<z.ZodString>;
|
|
@@ -643,10 +569,10 @@ export declare const publicChatMessagesInsertSchema: z.ZodObject<{
|
|
|
643
569
|
role: z.ZodOptional<z.ZodEnum<{
|
|
644
570
|
error: "error";
|
|
645
571
|
user: "user";
|
|
646
|
-
tool: "tool";
|
|
647
|
-
assistant: "assistant";
|
|
648
572
|
system: "system";
|
|
573
|
+
assistant: "assistant";
|
|
649
574
|
model: "model";
|
|
575
|
+
tool: "tool";
|
|
650
576
|
}>>;
|
|
651
577
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
652
578
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -661,10 +587,10 @@ export declare const publicChatMessagesUpdateSchema: z.ZodObject<{
|
|
|
661
587
|
role: z.ZodOptional<z.ZodEnum<{
|
|
662
588
|
error: "error";
|
|
663
589
|
user: "user";
|
|
664
|
-
tool: "tool";
|
|
665
|
-
assistant: "assistant";
|
|
666
590
|
system: "system";
|
|
591
|
+
assistant: "assistant";
|
|
667
592
|
model: "model";
|
|
593
|
+
tool: "tool";
|
|
668
594
|
}>>;
|
|
669
595
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
670
596
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -721,36 +647,6 @@ export declare const publicChatsUpdateSchema: z.ZodObject<{
|
|
|
721
647
|
private: "private";
|
|
722
648
|
}>>;
|
|
723
649
|
}, z.core.$strip>;
|
|
724
|
-
export declare const publicCleanupPoliciesRowSchema: z.ZodObject<{
|
|
725
|
-
cleanup_function: z.ZodString;
|
|
726
|
-
created_at: z.ZodString;
|
|
727
|
-
enabled: z.ZodBoolean;
|
|
728
|
-
id: z.ZodString;
|
|
729
|
-
policy_name: z.ZodString;
|
|
730
|
-
retention_days: z.ZodNumber;
|
|
731
|
-
table_name: z.ZodString;
|
|
732
|
-
updated_at: z.ZodString;
|
|
733
|
-
}, z.core.$strip>;
|
|
734
|
-
export declare const publicCleanupPoliciesInsertSchema: z.ZodObject<{
|
|
735
|
-
cleanup_function: z.ZodString;
|
|
736
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
737
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
738
|
-
id: z.ZodOptional<z.ZodString>;
|
|
739
|
-
policy_name: z.ZodString;
|
|
740
|
-
retention_days: z.ZodOptional<z.ZodNumber>;
|
|
741
|
-
table_name: z.ZodString;
|
|
742
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
743
|
-
}, z.core.$strip>;
|
|
744
|
-
export declare const publicCleanupPoliciesUpdateSchema: z.ZodObject<{
|
|
745
|
-
cleanup_function: z.ZodOptional<z.ZodString>;
|
|
746
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
747
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
748
|
-
id: z.ZodOptional<z.ZodString>;
|
|
749
|
-
policy_name: z.ZodOptional<z.ZodString>;
|
|
750
|
-
retention_days: z.ZodOptional<z.ZodNumber>;
|
|
751
|
-
table_name: z.ZodOptional<z.ZodString>;
|
|
752
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
753
|
-
}, z.core.$strip>;
|
|
754
650
|
export declare const publicCloudAccountsRowSchema: z.ZodObject<{
|
|
755
651
|
access_token: z.ZodNullable<z.ZodString>;
|
|
756
652
|
account_email: z.ZodNullable<z.ZodString>;
|
|
@@ -868,45 +764,6 @@ export declare const publicCloudAccountsUpdateSchema: z.ZodObject<{
|
|
|
868
764
|
use_count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
869
765
|
user_id: z.ZodOptional<z.ZodString>;
|
|
870
766
|
}, z.core.$strip>;
|
|
871
|
-
export declare const publicComputeNodesRowSchema: z.ZodObject<{
|
|
872
|
-
auth_secret: z.ZodNullable<z.ZodString>;
|
|
873
|
-
created_at: z.ZodString;
|
|
874
|
-
host: z.ZodString;
|
|
875
|
-
id: z.ZodString;
|
|
876
|
-
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
877
|
-
name: z.ZodString;
|
|
878
|
-
port: z.ZodNumber;
|
|
879
|
-
provider: z.ZodString;
|
|
880
|
-
updated_at: z.ZodString;
|
|
881
|
-
user_id: z.ZodString;
|
|
882
|
-
username: z.ZodNullable<z.ZodString>;
|
|
883
|
-
}, z.core.$strip>;
|
|
884
|
-
export declare const publicComputeNodesInsertSchema: z.ZodObject<{
|
|
885
|
-
auth_secret: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
886
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
887
|
-
host: z.ZodString;
|
|
888
|
-
id: z.ZodOptional<z.ZodString>;
|
|
889
|
-
is_public: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
890
|
-
name: z.ZodString;
|
|
891
|
-
port: z.ZodOptional<z.ZodNumber>;
|
|
892
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
893
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
894
|
-
user_id: z.ZodOptional<z.ZodString>;
|
|
895
|
-
username: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
896
|
-
}, z.core.$strip>;
|
|
897
|
-
export declare const publicComputeNodesUpdateSchema: z.ZodObject<{
|
|
898
|
-
auth_secret: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
899
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
900
|
-
host: z.ZodOptional<z.ZodString>;
|
|
901
|
-
id: z.ZodOptional<z.ZodString>;
|
|
902
|
-
is_public: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
903
|
-
name: z.ZodOptional<z.ZodString>;
|
|
904
|
-
port: z.ZodOptional<z.ZodNumber>;
|
|
905
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
906
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
907
|
-
user_id: z.ZodOptional<z.ZodString>;
|
|
908
|
-
username: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
909
|
-
}, z.core.$strip>;
|
|
910
767
|
export declare const publicContactsRowSchema: z.ZodObject<{
|
|
911
768
|
created_at: z.ZodString;
|
|
912
769
|
email: z.ZodNullable<z.ZodString>;
|
|
@@ -1072,112 +929,6 @@ export declare const publicMitmRulesRelationshipsSchema: z.ZodTuple<[z.ZodObject
|
|
|
1072
929
|
referencedRelation: z.ZodLiteral<"resources">;
|
|
1073
930
|
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
1074
931
|
}, z.core.$strip>], null>;
|
|
1075
|
-
export declare const publicOpenclawsRowSchema: z.ZodObject<{
|
|
1076
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
1077
|
-
created_at: z.ZodString;
|
|
1078
|
-
desired_status: z.ZodEnum<{
|
|
1079
|
-
error: "error";
|
|
1080
|
-
disabled: "disabled";
|
|
1081
|
-
pending: "pending";
|
|
1082
|
-
starting: "starting";
|
|
1083
|
-
running: "running";
|
|
1084
|
-
stopping: "stopping";
|
|
1085
|
-
stopped: "stopped";
|
|
1086
|
-
migrating: "migrating";
|
|
1087
|
-
}>;
|
|
1088
|
-
id: z.ZodString;
|
|
1089
|
-
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1090
|
-
name: z.ZodNullable<z.ZodString>;
|
|
1091
|
-
resolved_config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
1092
|
-
server_id: z.ZodNullable<z.ZodString>;
|
|
1093
|
-
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1094
|
-
status: z.ZodEnum<{
|
|
1095
|
-
error: "error";
|
|
1096
|
-
disabled: "disabled";
|
|
1097
|
-
pending: "pending";
|
|
1098
|
-
starting: "starting";
|
|
1099
|
-
running: "running";
|
|
1100
|
-
stopping: "stopping";
|
|
1101
|
-
stopped: "stopped";
|
|
1102
|
-
migrating: "migrating";
|
|
1103
|
-
}>;
|
|
1104
|
-
status_reason: z.ZodNullable<z.ZodString>;
|
|
1105
|
-
updated_at: z.ZodString;
|
|
1106
|
-
user_id: z.ZodString;
|
|
1107
|
-
}, z.core.$strip>;
|
|
1108
|
-
export declare const publicOpenclawsInsertSchema: z.ZodObject<{
|
|
1109
|
-
config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1110
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1111
|
-
desired_status: z.ZodOptional<z.ZodEnum<{
|
|
1112
|
-
error: "error";
|
|
1113
|
-
disabled: "disabled";
|
|
1114
|
-
pending: "pending";
|
|
1115
|
-
starting: "starting";
|
|
1116
|
-
running: "running";
|
|
1117
|
-
stopping: "stopping";
|
|
1118
|
-
stopped: "stopped";
|
|
1119
|
-
migrating: "migrating";
|
|
1120
|
-
}>>;
|
|
1121
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1122
|
-
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1123
|
-
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1124
|
-
resolved_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1125
|
-
server_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1126
|
-
state: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1127
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
1128
|
-
error: "error";
|
|
1129
|
-
disabled: "disabled";
|
|
1130
|
-
pending: "pending";
|
|
1131
|
-
starting: "starting";
|
|
1132
|
-
running: "running";
|
|
1133
|
-
stopping: "stopping";
|
|
1134
|
-
stopped: "stopped";
|
|
1135
|
-
migrating: "migrating";
|
|
1136
|
-
}>>;
|
|
1137
|
-
status_reason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1138
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
1139
|
-
user_id: z.ZodOptional<z.ZodString>;
|
|
1140
|
-
}, z.core.$strip>;
|
|
1141
|
-
export declare const publicOpenclawsUpdateSchema: z.ZodObject<{
|
|
1142
|
-
config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1143
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1144
|
-
desired_status: z.ZodOptional<z.ZodEnum<{
|
|
1145
|
-
error: "error";
|
|
1146
|
-
disabled: "disabled";
|
|
1147
|
-
pending: "pending";
|
|
1148
|
-
starting: "starting";
|
|
1149
|
-
running: "running";
|
|
1150
|
-
stopping: "stopping";
|
|
1151
|
-
stopped: "stopped";
|
|
1152
|
-
migrating: "migrating";
|
|
1153
|
-
}>>;
|
|
1154
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1155
|
-
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1156
|
-
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1157
|
-
resolved_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1158
|
-
server_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1159
|
-
state: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1160
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
1161
|
-
error: "error";
|
|
1162
|
-
disabled: "disabled";
|
|
1163
|
-
pending: "pending";
|
|
1164
|
-
starting: "starting";
|
|
1165
|
-
running: "running";
|
|
1166
|
-
stopping: "stopping";
|
|
1167
|
-
stopped: "stopped";
|
|
1168
|
-
migrating: "migrating";
|
|
1169
|
-
}>>;
|
|
1170
|
-
status_reason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1171
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
1172
|
-
user_id: z.ZodOptional<z.ZodString>;
|
|
1173
|
-
}, z.core.$strip>;
|
|
1174
|
-
export declare const publicOpenclawsRelationshipsSchema: z.ZodTuple<[z.ZodObject<{
|
|
1175
|
-
foreignKeyName: z.ZodLiteral<"openclaws_server_id_fkey">;
|
|
1176
|
-
columns: z.ZodTuple<[z.ZodLiteral<"server_id">], null>;
|
|
1177
|
-
isOneToOne: z.ZodLiteral<false>;
|
|
1178
|
-
referencedRelation: z.ZodLiteral<"servers">;
|
|
1179
|
-
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
1180
|
-
}, z.core.$strip>], null>;
|
|
1181
932
|
export declare const publicOutreachMessagesRowSchema: z.ZodObject<{
|
|
1182
933
|
content: z.ZodNullable<z.ZodString>;
|
|
1183
934
|
created_at: z.ZodString;
|
|
@@ -1534,10 +1285,10 @@ export declare const publicTagsUpdateSchema: z.ZodObject<{
|
|
|
1534
1285
|
export declare const publicTasksRowSchema: z.ZodObject<{
|
|
1535
1286
|
code: z.ZodNullable<z.ZodString>;
|
|
1536
1287
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
1537
|
-
agent: "agent";
|
|
1538
1288
|
sql: "sql";
|
|
1539
1289
|
bash: "bash";
|
|
1540
1290
|
python: "python";
|
|
1291
|
+
agent: "agent";
|
|
1541
1292
|
javascript: "javascript";
|
|
1542
1293
|
}>>;
|
|
1543
1294
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -1560,9 +1311,9 @@ export declare const publicTasksRowSchema: z.ZodObject<{
|
|
|
1560
1311
|
started_at: z.ZodNullable<z.ZodString>;
|
|
1561
1312
|
status: z.ZodEnum<{
|
|
1562
1313
|
pending: "pending";
|
|
1563
|
-
running: "running";
|
|
1564
1314
|
draft: "draft";
|
|
1565
1315
|
queued: "queued";
|
|
1316
|
+
running: "running";
|
|
1566
1317
|
completed: "completed";
|
|
1567
1318
|
failed: "failed";
|
|
1568
1319
|
cancelled: "cancelled";
|
|
@@ -1576,10 +1327,10 @@ export declare const publicTasksRowSchema: z.ZodObject<{
|
|
|
1576
1327
|
export declare const publicTasksInsertSchema: z.ZodObject<{
|
|
1577
1328
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1578
1329
|
code_type: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1579
|
-
agent: "agent";
|
|
1580
1330
|
sql: "sql";
|
|
1581
1331
|
bash: "bash";
|
|
1582
1332
|
python: "python";
|
|
1333
|
+
agent: "agent";
|
|
1583
1334
|
javascript: "javascript";
|
|
1584
1335
|
}>>>;
|
|
1585
1336
|
completed_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1602,9 +1353,9 @@ export declare const publicTasksInsertSchema: z.ZodObject<{
|
|
|
1602
1353
|
started_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1603
1354
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1604
1355
|
pending: "pending";
|
|
1605
|
-
running: "running";
|
|
1606
1356
|
draft: "draft";
|
|
1607
1357
|
queued: "queued";
|
|
1358
|
+
running: "running";
|
|
1608
1359
|
completed: "completed";
|
|
1609
1360
|
failed: "failed";
|
|
1610
1361
|
cancelled: "cancelled";
|
|
@@ -1618,10 +1369,10 @@ export declare const publicTasksInsertSchema: z.ZodObject<{
|
|
|
1618
1369
|
export declare const publicTasksUpdateSchema: z.ZodObject<{
|
|
1619
1370
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1620
1371
|
code_type: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1621
|
-
agent: "agent";
|
|
1622
1372
|
sql: "sql";
|
|
1623
1373
|
bash: "bash";
|
|
1624
1374
|
python: "python";
|
|
1375
|
+
agent: "agent";
|
|
1625
1376
|
javascript: "javascript";
|
|
1626
1377
|
}>>>;
|
|
1627
1378
|
completed_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1644,9 +1395,9 @@ export declare const publicTasksUpdateSchema: z.ZodObject<{
|
|
|
1644
1395
|
started_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1645
1396
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1646
1397
|
pending: "pending";
|
|
1647
|
-
running: "running";
|
|
1648
1398
|
draft: "draft";
|
|
1649
1399
|
queued: "queued";
|
|
1400
|
+
running: "running";
|
|
1650
1401
|
completed: "completed";
|
|
1651
1402
|
failed: "failed";
|
|
1652
1403
|
cancelled: "cancelled";
|
|
@@ -1835,14 +1586,6 @@ export declare const publicUserRolesUpdateSchema: z.ZodObject<{
|
|
|
1835
1586
|
}>>;
|
|
1836
1587
|
user_id: z.ZodOptional<z.ZodString>;
|
|
1837
1588
|
}, z.core.$strip>;
|
|
1838
|
-
export declare const publicAdkAgentListArgsSchema: z.ZodNever;
|
|
1839
|
-
export declare const publicAdkAgentListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
1840
|
-
avatar_url: z.ZodNullable<z.ZodString>;
|
|
1841
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
1842
|
-
description: z.ZodNullable<z.ZodString>;
|
|
1843
|
-
name: z.ZodString;
|
|
1844
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
1845
|
-
}, z.core.$strip>>;
|
|
1846
1589
|
export declare const publicAdkArtifactDeleteArgsSchema: z.ZodObject<{
|
|
1847
1590
|
p_app_name: z.ZodString;
|
|
1848
1591
|
p_filename: z.ZodString;
|
|
@@ -1947,20 +1690,6 @@ export declare const publicAdkEventUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
1947
1690
|
usage_metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1948
1691
|
user_id: z.ZodNullable<z.ZodString>;
|
|
1949
1692
|
}, z.core.$strip>>;
|
|
1950
|
-
export declare const publicAdkQuickStartListArgsSchema: z.ZodObject<{
|
|
1951
|
-
p_agent_name: z.ZodOptional<z.ZodString>;
|
|
1952
|
-
}, z.core.$strip>;
|
|
1953
|
-
export declare const publicAdkQuickStartListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
1954
|
-
agent_name: z.ZodString;
|
|
1955
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
1956
|
-
description: z.ZodNullable<z.ZodString>;
|
|
1957
|
-
id: z.ZodString;
|
|
1958
|
-
is_active: z.ZodNullable<z.ZodBoolean>;
|
|
1959
|
-
ord: z.ZodNullable<z.ZodNumber>;
|
|
1960
|
-
prompt: z.ZodString;
|
|
1961
|
-
title: z.ZodString;
|
|
1962
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
1963
|
-
}, z.core.$strip>>;
|
|
1964
1693
|
export declare const publicAdkSessionDeleteArgsSchema: z.ZodObject<{
|
|
1965
1694
|
p_app_name: z.ZodString;
|
|
1966
1695
|
p_session_id: z.ZodString;
|
|
@@ -2058,8 +1787,8 @@ export declare const publicAuditFindingListCursorReturnsSchema: z.ZodArray<z.Zod
|
|
|
2058
1787
|
severity: z.ZodNullable<z.ZodEnum<{
|
|
2059
1788
|
high: "high";
|
|
2060
1789
|
low: "low";
|
|
2061
|
-
info: "info";
|
|
2062
1790
|
medium: "medium";
|
|
1791
|
+
info: "info";
|
|
2063
1792
|
critical: "critical";
|
|
2064
1793
|
}>>;
|
|
2065
1794
|
status: z.ZodNullable<z.ZodString>;
|
|
@@ -2106,7 +1835,6 @@ export declare const publicAuditProjectGetReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
2106
1835
|
target: z.ZodString;
|
|
2107
1836
|
updated_at: z.ZodString;
|
|
2108
1837
|
user_id: z.ZodString;
|
|
2109
|
-
worker_id: z.ZodString;
|
|
2110
1838
|
}, z.core.$strip>>;
|
|
2111
1839
|
export declare const publicAuditProjectListArgsSchema: z.ZodObject<{
|
|
2112
1840
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
@@ -2123,7 +1851,6 @@ export declare const publicAuditProjectListReturnsSchema: z.ZodArray<z.ZodObject
|
|
|
2123
1851
|
target: z.ZodString;
|
|
2124
1852
|
updated_at: z.ZodString;
|
|
2125
1853
|
user_id: z.ZodString;
|
|
2126
|
-
worker_id: z.ZodString;
|
|
2127
1854
|
}, z.core.$strip>>;
|
|
2128
1855
|
export declare const publicAuditProjectListCursorArgsSchema: z.ZodObject<{
|
|
2129
1856
|
p_cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -2141,7 +1868,6 @@ export declare const publicAuditProjectListCursorReturnsSchema: z.ZodArray<z.Zod
|
|
|
2141
1868
|
target: z.ZodString;
|
|
2142
1869
|
updated_at: z.ZodString;
|
|
2143
1870
|
user_id: z.ZodString;
|
|
2144
|
-
worker_id: z.ZodString;
|
|
2145
1871
|
}, z.core.$strip>>;
|
|
2146
1872
|
export declare const publicAuditProjectUpsertArgsSchema: z.ZodObject<{
|
|
2147
1873
|
p_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
@@ -2150,7 +1876,6 @@ export declare const publicAuditProjectUpsertArgsSchema: z.ZodObject<{
|
|
|
2150
1876
|
p_repo_branch: z.ZodOptional<z.ZodString>;
|
|
2151
1877
|
p_repo_url: z.ZodOptional<z.ZodString>;
|
|
2152
1878
|
p_target: z.ZodOptional<z.ZodString>;
|
|
2153
|
-
p_worker_id: z.ZodOptional<z.ZodString>;
|
|
2154
1879
|
}, z.core.$strip>;
|
|
2155
1880
|
export declare const publicAuditProjectUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2156
1881
|
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
@@ -2162,7 +1887,6 @@ export declare const publicAuditProjectUpsertReturnsSchema: z.ZodArray<z.ZodObje
|
|
|
2162
1887
|
target: z.ZodString;
|
|
2163
1888
|
updated_at: z.ZodString;
|
|
2164
1889
|
user_id: z.ZodString;
|
|
2165
|
-
worker_id: z.ZodString;
|
|
2166
1890
|
}, z.core.$strip>>;
|
|
2167
1891
|
export declare const publicAuditSkillListArgsSchema: z.ZodObject<{
|
|
2168
1892
|
p_project_id: z.ZodString;
|
|
@@ -2399,10 +2123,10 @@ export declare const publicChatMessageListReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
2399
2123
|
role: z.ZodEnum<{
|
|
2400
2124
|
error: "error";
|
|
2401
2125
|
user: "user";
|
|
2402
|
-
tool: "tool";
|
|
2403
|
-
assistant: "assistant";
|
|
2404
2126
|
system: "system";
|
|
2127
|
+
assistant: "assistant";
|
|
2405
2128
|
model: "model";
|
|
2129
|
+
tool: "tool";
|
|
2406
2130
|
}>;
|
|
2407
2131
|
updated_at: z.ZodString;
|
|
2408
2132
|
user_id: z.ZodNullable<z.ZodString>;
|
|
@@ -2424,10 +2148,10 @@ export declare const publicChatMessageUpsertReturnsSchema: z.ZodArray<z.ZodObjec
|
|
|
2424
2148
|
role: z.ZodEnum<{
|
|
2425
2149
|
error: "error";
|
|
2426
2150
|
user: "user";
|
|
2427
|
-
tool: "tool";
|
|
2428
|
-
assistant: "assistant";
|
|
2429
2151
|
system: "system";
|
|
2152
|
+
assistant: "assistant";
|
|
2430
2153
|
model: "model";
|
|
2154
|
+
tool: "tool";
|
|
2431
2155
|
}>;
|
|
2432
2156
|
updated_at: z.ZodString;
|
|
2433
2157
|
user_id: z.ZodNullable<z.ZodString>;
|
|
@@ -2745,94 +2469,24 @@ export declare const publicCodeRunResultParseArgsSchema: z.ZodObject<{
|
|
|
2745
2469
|
p_result: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2746
2470
|
}, z.core.$strip>;
|
|
2747
2471
|
export declare const publicCodeRunResultParseReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2748
|
-
export declare const
|
|
2749
|
-
|
|
2750
|
-
}, z.core.$strip>;
|
|
2751
|
-
export declare const publicComputeNodeDeleteReturnsSchema: z.ZodUndefined;
|
|
2752
|
-
export declare const publicComputeNodeGetArgsSchema: z.ZodObject<{
|
|
2753
|
-
p_id: z.ZodOptional<z.ZodString>;
|
|
2754
|
-
p_user_id: z.ZodOptional<z.ZodString>;
|
|
2472
|
+
export declare const publicComputeServerPublicUrlArgsSchema: z.ZodObject<{
|
|
2473
|
+
p_server_id: z.ZodString;
|
|
2755
2474
|
}, z.core.$strip>;
|
|
2756
|
-
export declare const
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
provider: z.ZodNullable<z.ZodString>;
|
|
2761
|
-
host: z.ZodNullable<z.ZodString>;
|
|
2762
|
-
port: z.ZodNullable<z.ZodNumber>;
|
|
2763
|
-
username: z.ZodNullable<z.ZodString>;
|
|
2764
|
-
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2765
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
2766
|
-
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
2767
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
2475
|
+
export declare const publicComputeServerPublicUrlReturnsSchema: z.ZodString;
|
|
2476
|
+
export declare const publicContactAddTagsArgsSchema: z.ZodObject<{
|
|
2477
|
+
p_ids: z.ZodArray<z.ZodString>;
|
|
2478
|
+
p_tags: z.ZodArray<z.ZodString>;
|
|
2768
2479
|
}, z.core.$strip>;
|
|
2769
|
-
export declare const
|
|
2770
|
-
|
|
2480
|
+
export declare const publicContactAddTagsReturnsSchema: z.ZodNumber;
|
|
2481
|
+
export declare const publicContactBulkImportArgsSchema: z.ZodObject<{
|
|
2482
|
+
p_contacts: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2483
|
+
p_default_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2484
|
+
p_platform: z.ZodOptional<z.ZodString>;
|
|
2485
|
+
p_source: z.ZodOptional<z.ZodString>;
|
|
2771
2486
|
}, z.core.$strip>;
|
|
2772
|
-
export declare const
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
port: z.ZodNumber;
|
|
2776
|
-
username: z.ZodString;
|
|
2777
|
-
}, z.core.$strip>>;
|
|
2778
|
-
export declare const publicComputeNodeListArgsSchema: z.ZodObject<{
|
|
2779
|
-
p_user_id: z.ZodOptional<z.ZodString>;
|
|
2780
|
-
}, z.core.$strip>;
|
|
2781
|
-
export declare const publicComputeNodeListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2782
|
-
id: z.ZodNullable<z.ZodString>;
|
|
2783
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2784
|
-
name: z.ZodNullable<z.ZodString>;
|
|
2785
|
-
provider: z.ZodNullable<z.ZodString>;
|
|
2786
|
-
host: z.ZodNullable<z.ZodString>;
|
|
2787
|
-
port: z.ZodNullable<z.ZodNumber>;
|
|
2788
|
-
username: z.ZodNullable<z.ZodString>;
|
|
2789
|
-
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2790
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
2791
|
-
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
2792
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
2793
|
-
}, z.core.$strip>>;
|
|
2794
|
-
export declare const publicComputeNodeUpsertArgsSchema: z.ZodObject<{
|
|
2795
|
-
p_auth_secret: z.ZodOptional<z.ZodString>;
|
|
2796
|
-
p_host: z.ZodOptional<z.ZodString>;
|
|
2797
|
-
p_id: z.ZodOptional<z.ZodString>;
|
|
2798
|
-
p_is_public: z.ZodOptional<z.ZodBoolean>;
|
|
2799
|
-
p_name: z.ZodOptional<z.ZodString>;
|
|
2800
|
-
p_port: z.ZodOptional<z.ZodNumber>;
|
|
2801
|
-
p_provider: z.ZodOptional<z.ZodString>;
|
|
2802
|
-
p_username: z.ZodOptional<z.ZodString>;
|
|
2803
|
-
p_worker_count: z.ZodOptional<z.ZodNumber>;
|
|
2804
|
-
}, z.core.$strip>;
|
|
2805
|
-
export declare const publicComputeNodeUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2806
|
-
id: z.ZodNullable<z.ZodString>;
|
|
2807
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2808
|
-
name: z.ZodNullable<z.ZodString>;
|
|
2809
|
-
provider: z.ZodNullable<z.ZodString>;
|
|
2810
|
-
host: z.ZodNullable<z.ZodString>;
|
|
2811
|
-
port: z.ZodNullable<z.ZodNumber>;
|
|
2812
|
-
username: z.ZodNullable<z.ZodString>;
|
|
2813
|
-
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2814
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
2815
|
-
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
2816
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
2817
|
-
}, z.core.$strip>>;
|
|
2818
|
-
export declare const publicComputeServerPublicUrlArgsSchema: z.ZodObject<{
|
|
2819
|
-
p_server_id: z.ZodString;
|
|
2820
|
-
}, z.core.$strip>;
|
|
2821
|
-
export declare const publicComputeServerPublicUrlReturnsSchema: z.ZodString;
|
|
2822
|
-
export declare const publicContactAddTagsArgsSchema: z.ZodObject<{
|
|
2823
|
-
p_ids: z.ZodArray<z.ZodString>;
|
|
2824
|
-
p_tags: z.ZodArray<z.ZodString>;
|
|
2825
|
-
}, z.core.$strip>;
|
|
2826
|
-
export declare const publicContactAddTagsReturnsSchema: z.ZodNumber;
|
|
2827
|
-
export declare const publicContactBulkImportArgsSchema: z.ZodObject<{
|
|
2828
|
-
p_contacts: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2829
|
-
p_default_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2830
|
-
p_platform: z.ZodOptional<z.ZodString>;
|
|
2831
|
-
p_source: z.ZodOptional<z.ZodString>;
|
|
2832
|
-
}, z.core.$strip>;
|
|
2833
|
-
export declare const publicContactBulkImportReturnsSchema: z.ZodNumber;
|
|
2834
|
-
export declare const publicContactDeleteArgsSchema: z.ZodObject<{
|
|
2835
|
-
p_ids: z.ZodArray<z.ZodString>;
|
|
2487
|
+
export declare const publicContactBulkImportReturnsSchema: z.ZodNumber;
|
|
2488
|
+
export declare const publicContactDeleteArgsSchema: z.ZodObject<{
|
|
2489
|
+
p_ids: z.ZodArray<z.ZodString>;
|
|
2836
2490
|
}, z.core.$strip>;
|
|
2837
2491
|
export declare const publicContactDeleteReturnsSchema: z.ZodNumber;
|
|
2838
2492
|
export declare const publicContactGetArgsSchema: z.ZodObject<{
|
|
@@ -2944,10 +2598,6 @@ export declare const publicGetUserIdFromTokenArgsSchema: z.ZodObject<{
|
|
|
2944
2598
|
p_token: z.ZodString;
|
|
2945
2599
|
}, z.core.$strip>;
|
|
2946
2600
|
export declare const publicGetUserIdFromTokenReturnsSchema: z.ZodString;
|
|
2947
|
-
export declare const publicGetWorkerSubdomainArgsSchema: z.ZodObject<{
|
|
2948
|
-
p_worker_id: z.ZodString;
|
|
2949
|
-
}, z.core.$strip>;
|
|
2950
|
-
export declare const publicGetWorkerSubdomainReturnsSchema: z.ZodString;
|
|
2951
2601
|
export declare const publicGithubListInstallationReposArgsSchema: z.ZodNever;
|
|
2952
2602
|
export declare const publicGithubListInstallationReposReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2953
2603
|
export declare const publicGithubListRepoBranchesArgsSchema: z.ZodObject<{
|
|
@@ -3052,11 +2702,6 @@ export declare const publicHttpFetchArgsSchema: z.ZodObject<{
|
|
|
3052
2702
|
p_url: z.ZodString;
|
|
3053
2703
|
}, z.core.$strip>;
|
|
3054
2704
|
export declare const publicHttpFetchReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3055
|
-
export declare const publicInstallScriptArgsSchema: z.ZodObject<{
|
|
3056
|
-
p_instance_id: z.ZodOptional<z.ZodString>;
|
|
3057
|
-
p_version: z.ZodOptional<z.ZodString>;
|
|
3058
|
-
}, z.core.$strip>;
|
|
3059
|
-
export declare const publicInstallScriptReturnsSchema: z.ZodString;
|
|
3060
2705
|
export declare const publicInstanceTagAddArgsSchema: z.ZodObject<{
|
|
3061
2706
|
p_instance_id: z.ZodString;
|
|
3062
2707
|
p_tag_id: z.ZodString;
|
|
@@ -3165,26 +2810,6 @@ export declare const publicNotificationDismissArgsSchema: z.ZodObject<{
|
|
|
3165
2810
|
p_source_type: z.ZodOptional<z.ZodString>;
|
|
3166
2811
|
}, z.core.$strip>;
|
|
3167
2812
|
export declare const publicNotificationDismissReturnsSchema: z.ZodNumber;
|
|
3168
|
-
export declare const publicNotificationGetPendingActionsArgsSchema: z.ZodNever;
|
|
3169
|
-
export declare const publicUserNotificationRecordSchema: z.ZodObject<{
|
|
3170
|
-
id: z.ZodNullable<z.ZodString>;
|
|
3171
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
3172
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
3173
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
3174
|
-
title: z.ZodNullable<z.ZodString>;
|
|
3175
|
-
message: z.ZodNullable<z.ZodString>;
|
|
3176
|
-
notification_type: z.ZodNullable<z.ZodString>;
|
|
3177
|
-
priority: z.ZodNullable<z.ZodString>;
|
|
3178
|
-
source_type: z.ZodNullable<z.ZodString>;
|
|
3179
|
-
source_id: z.ZodNullable<z.ZodString>;
|
|
3180
|
-
action_type: z.ZodNullable<z.ZodString>;
|
|
3181
|
-
action_payload: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3182
|
-
action_completed_at: z.ZodNullable<z.ZodString>;
|
|
3183
|
-
is_read: z.ZodNullable<z.ZodBoolean>;
|
|
3184
|
-
read_at: z.ZodNullable<z.ZodString>;
|
|
3185
|
-
dismissed_at: z.ZodNullable<z.ZodString>;
|
|
3186
|
-
expires_at: z.ZodNullable<z.ZodString>;
|
|
3187
|
-
}, z.core.$strip>;
|
|
3188
2813
|
export declare const publicNotificationListArgsSchema: z.ZodObject<{
|
|
3189
2814
|
p_action_type: z.ZodOptional<z.ZodString>;
|
|
3190
2815
|
p_cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -3194,292 +2819,29 @@ export declare const publicNotificationListArgsSchema: z.ZodObject<{
|
|
|
3194
2819
|
p_unread_only: z.ZodOptional<z.ZodBoolean>;
|
|
3195
2820
|
}, z.core.$strip>;
|
|
3196
2821
|
export declare const publicNotificationListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
3201
|
-
title: z.ZodNullable<z.ZodString>;
|
|
3202
|
-
message: z.ZodNullable<z.ZodString>;
|
|
3203
|
-
notification_type: z.ZodNullable<z.ZodString>;
|
|
3204
|
-
priority: z.ZodNullable<z.ZodString>;
|
|
3205
|
-
source_type: z.ZodNullable<z.ZodString>;
|
|
3206
|
-
source_id: z.ZodNullable<z.ZodString>;
|
|
3207
|
-
action_type: z.ZodNullable<z.ZodString>;
|
|
3208
|
-
action_payload: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3209
|
-
action_completed_at: z.ZodNullable<z.ZodString>;
|
|
3210
|
-
is_read: z.ZodNullable<z.ZodBoolean>;
|
|
3211
|
-
read_at: z.ZodNullable<z.ZodString>;
|
|
3212
|
-
dismissed_at: z.ZodNullable<z.ZodString>;
|
|
3213
|
-
expires_at: z.ZodNullable<z.ZodString>;
|
|
3214
|
-
}, z.core.$strip>>;
|
|
3215
|
-
export declare const publicNotificationMarkReadArgsSchema: z.ZodObject<{
|
|
3216
|
-
p_id: z.ZodOptional<z.ZodString>;
|
|
3217
|
-
p_mark_all: z.ZodOptional<z.ZodBoolean>;
|
|
3218
|
-
}, z.core.$strip>;
|
|
3219
|
-
export declare const publicNotificationMarkReadReturnsSchema: z.ZodNumber;
|
|
3220
|
-
export declare const publicOpenclawAssignServerArgsSchema: z.ZodObject<{
|
|
3221
|
-
p_openclaw_id: z.ZodString;
|
|
3222
|
-
p_user_id: z.ZodString;
|
|
3223
|
-
}, z.core.$strip>;
|
|
3224
|
-
export declare const publicOpenclawAssignServerReturnsSchema: z.ZodString;
|
|
3225
|
-
export declare const publicOpenclawBuildConfigArgsSchema: z.ZodObject<{
|
|
3226
|
-
p_openclaw_id: z.ZodString;
|
|
3227
|
-
p_override_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3228
|
-
p_override_server_id: z.ZodOptional<z.ZodString>;
|
|
3229
|
-
}, z.core.$strip>;
|
|
3230
|
-
export declare const publicOpenclawBuildConfigReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3231
|
-
export declare const publicOpenclawFailoverArgsSchema: z.ZodObject<{
|
|
3232
|
-
p_server_id: z.ZodString;
|
|
3233
|
-
}, z.core.$strip>;
|
|
3234
|
-
export declare const publicOpenclawFailoverReturnsSchema: z.ZodUndefined;
|
|
3235
|
-
export declare const publicOpenclawMetadataApplyActionContractArgsSchema: z.ZodObject<{
|
|
3236
|
-
p_action_status: z.ZodString;
|
|
3237
|
-
p_completed_at: z.ZodOptional<z.ZodString>;
|
|
3238
|
-
p_debug_action: z.ZodString;
|
|
3239
|
-
p_delete_pending: z.ZodOptional<z.ZodBoolean>;
|
|
3240
|
-
p_message: z.ZodOptional<z.ZodString>;
|
|
3241
|
-
p_metadata: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3242
|
-
p_requested_at: z.ZodOptional<z.ZodString>;
|
|
3243
|
-
p_user_action: z.ZodString;
|
|
3244
|
-
}, z.core.$strip>;
|
|
3245
|
-
export declare const publicOpenclawMetadataApplyActionContractReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3246
|
-
export declare const publicOpenclawReconcileDueArgsSchema: z.ZodObject<{
|
|
3247
|
-
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3248
|
-
}, z.core.$strip>;
|
|
3249
|
-
export declare const publicOpenclawReconcileDueReturnsSchema: z.ZodNumber;
|
|
3250
|
-
export declare const publicOpenclawReconcileOneArgsSchema: z.ZodObject<{
|
|
3251
|
-
p_openclaw_id: z.ZodString;
|
|
3252
|
-
}, z.core.$strip>;
|
|
3253
|
-
export declare const publicOpenclawReconcileOneReturnsSchema: z.ZodObject<{
|
|
3254
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2822
|
+
action_completed_at: z.ZodString;
|
|
2823
|
+
action_payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2824
|
+
action_type: z.ZodString;
|
|
3255
2825
|
created_at: z.ZodString;
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
disabled: "disabled";
|
|
3259
|
-
pending: "pending";
|
|
3260
|
-
starting: "starting";
|
|
3261
|
-
running: "running";
|
|
3262
|
-
stopping: "stopping";
|
|
3263
|
-
stopped: "stopped";
|
|
3264
|
-
migrating: "migrating";
|
|
3265
|
-
}>;
|
|
2826
|
+
dismissed_at: z.ZodString;
|
|
2827
|
+
expires_at: z.ZodString;
|
|
3266
2828
|
id: z.ZodString;
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
pending: "pending";
|
|
3276
|
-
starting: "starting";
|
|
3277
|
-
running: "running";
|
|
3278
|
-
stopping: "stopping";
|
|
3279
|
-
stopped: "stopped";
|
|
3280
|
-
migrating: "migrating";
|
|
3281
|
-
}>;
|
|
3282
|
-
status_reason: z.ZodNullable<z.ZodString>;
|
|
3283
|
-
updated_at: z.ZodString;
|
|
3284
|
-
user_id: z.ZodString;
|
|
3285
|
-
}, z.core.$strip>;
|
|
3286
|
-
export declare const publicOpenclawRefreshResolvedConfigArgsSchema: z.ZodObject<{
|
|
3287
|
-
p_openclaw_id: z.ZodString;
|
|
3288
|
-
p_override_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3289
|
-
p_override_server_id: z.ZodOptional<z.ZodString>;
|
|
3290
|
-
}, z.core.$strip>;
|
|
3291
|
-
export declare const publicOpenclawRefreshResolvedConfigReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3292
|
-
export declare const publicOpenclawsDeleteArgsSchema: z.ZodObject<{
|
|
3293
|
-
p_id: z.ZodString;
|
|
3294
|
-
}, z.core.$strip>;
|
|
3295
|
-
export declare const publicOpenclawsDeleteReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3296
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3297
|
-
created_at: z.ZodString;
|
|
3298
|
-
desired_status: z.ZodEnum<{
|
|
3299
|
-
error: "error";
|
|
3300
|
-
disabled: "disabled";
|
|
3301
|
-
pending: "pending";
|
|
3302
|
-
starting: "starting";
|
|
3303
|
-
running: "running";
|
|
3304
|
-
stopping: "stopping";
|
|
3305
|
-
stopped: "stopped";
|
|
3306
|
-
migrating: "migrating";
|
|
3307
|
-
}>;
|
|
3308
|
-
id: z.ZodString;
|
|
3309
|
-
metadata: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3310
|
-
name: z.ZodString;
|
|
3311
|
-
server_id: z.ZodString;
|
|
3312
|
-
state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3313
|
-
status: z.ZodEnum<{
|
|
3314
|
-
error: "error";
|
|
3315
|
-
disabled: "disabled";
|
|
3316
|
-
pending: "pending";
|
|
3317
|
-
starting: "starting";
|
|
3318
|
-
running: "running";
|
|
3319
|
-
stopping: "stopping";
|
|
3320
|
-
stopped: "stopped";
|
|
3321
|
-
migrating: "migrating";
|
|
3322
|
-
}>;
|
|
3323
|
-
status_reason: z.ZodString;
|
|
3324
|
-
updated_at: z.ZodString;
|
|
3325
|
-
user_id: z.ZodString;
|
|
3326
|
-
}, z.core.$strip>>;
|
|
3327
|
-
export declare const publicOpenclawsGetArgsSchema: z.ZodObject<{
|
|
3328
|
-
p_id: z.ZodString;
|
|
3329
|
-
}, z.core.$strip>;
|
|
3330
|
-
export declare const publicOpenclawsGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3331
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3332
|
-
created_at: z.ZodString;
|
|
3333
|
-
desired_status: z.ZodEnum<{
|
|
3334
|
-
error: "error";
|
|
3335
|
-
disabled: "disabled";
|
|
3336
|
-
pending: "pending";
|
|
3337
|
-
starting: "starting";
|
|
3338
|
-
running: "running";
|
|
3339
|
-
stopping: "stopping";
|
|
3340
|
-
stopped: "stopped";
|
|
3341
|
-
migrating: "migrating";
|
|
3342
|
-
}>;
|
|
3343
|
-
id: z.ZodString;
|
|
3344
|
-
metadata: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3345
|
-
name: z.ZodString;
|
|
3346
|
-
server_id: z.ZodString;
|
|
3347
|
-
state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3348
|
-
status: z.ZodEnum<{
|
|
3349
|
-
error: "error";
|
|
3350
|
-
disabled: "disabled";
|
|
3351
|
-
pending: "pending";
|
|
3352
|
-
starting: "starting";
|
|
3353
|
-
running: "running";
|
|
3354
|
-
stopping: "stopping";
|
|
3355
|
-
stopped: "stopped";
|
|
3356
|
-
migrating: "migrating";
|
|
3357
|
-
}>;
|
|
3358
|
-
status_reason: z.ZodString;
|
|
3359
|
-
updated_at: z.ZodString;
|
|
3360
|
-
user_id: z.ZodString;
|
|
3361
|
-
}, z.core.$strip>>;
|
|
3362
|
-
export declare const publicOpenclawsListCursorArgsSchema: z.ZodObject<{
|
|
3363
|
-
p_cursor: z.ZodOptional<z.ZodString>;
|
|
3364
|
-
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3365
|
-
p_search: z.ZodOptional<z.ZodString>;
|
|
3366
|
-
p_status: z.ZodOptional<z.ZodEnum<{
|
|
3367
|
-
error: "error";
|
|
3368
|
-
disabled: "disabled";
|
|
3369
|
-
pending: "pending";
|
|
3370
|
-
starting: "starting";
|
|
3371
|
-
running: "running";
|
|
3372
|
-
stopping: "stopping";
|
|
3373
|
-
stopped: "stopped";
|
|
3374
|
-
migrating: "migrating";
|
|
3375
|
-
}>>;
|
|
3376
|
-
}, z.core.$strip>;
|
|
3377
|
-
export declare const publicOpenclawsListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3378
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3379
|
-
created_at: z.ZodString;
|
|
3380
|
-
desired_status: z.ZodEnum<{
|
|
3381
|
-
error: "error";
|
|
3382
|
-
disabled: "disabled";
|
|
3383
|
-
pending: "pending";
|
|
3384
|
-
starting: "starting";
|
|
3385
|
-
running: "running";
|
|
3386
|
-
stopping: "stopping";
|
|
3387
|
-
stopped: "stopped";
|
|
3388
|
-
migrating: "migrating";
|
|
3389
|
-
}>;
|
|
3390
|
-
id: z.ZodString;
|
|
3391
|
-
metadata: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3392
|
-
name: z.ZodString;
|
|
3393
|
-
server_id: z.ZodString;
|
|
3394
|
-
state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3395
|
-
status: z.ZodEnum<{
|
|
3396
|
-
error: "error";
|
|
3397
|
-
disabled: "disabled";
|
|
3398
|
-
pending: "pending";
|
|
3399
|
-
starting: "starting";
|
|
3400
|
-
running: "running";
|
|
3401
|
-
stopping: "stopping";
|
|
3402
|
-
stopped: "stopped";
|
|
3403
|
-
migrating: "migrating";
|
|
3404
|
-
}>;
|
|
3405
|
-
status_reason: z.ZodString;
|
|
3406
|
-
updated_at: z.ZodString;
|
|
3407
|
-
user_id: z.ZodString;
|
|
3408
|
-
}, z.core.$strip>>;
|
|
3409
|
-
export declare const publicOpenclawsRequestActionArgsSchema: z.ZodObject<{
|
|
3410
|
-
p_action: z.ZodString;
|
|
3411
|
-
p_id: z.ZodString;
|
|
3412
|
-
}, z.core.$strip>;
|
|
3413
|
-
export declare const publicOpenclawsRequestActionReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3414
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3415
|
-
created_at: z.ZodString;
|
|
3416
|
-
desired_status: z.ZodEnum<{
|
|
3417
|
-
error: "error";
|
|
3418
|
-
disabled: "disabled";
|
|
3419
|
-
pending: "pending";
|
|
3420
|
-
starting: "starting";
|
|
3421
|
-
running: "running";
|
|
3422
|
-
stopping: "stopping";
|
|
3423
|
-
stopped: "stopped";
|
|
3424
|
-
migrating: "migrating";
|
|
3425
|
-
}>;
|
|
3426
|
-
id: z.ZodString;
|
|
3427
|
-
metadata: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3428
|
-
name: z.ZodString;
|
|
3429
|
-
server_id: z.ZodString;
|
|
3430
|
-
state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3431
|
-
status: z.ZodEnum<{
|
|
3432
|
-
error: "error";
|
|
3433
|
-
disabled: "disabled";
|
|
3434
|
-
pending: "pending";
|
|
3435
|
-
starting: "starting";
|
|
3436
|
-
running: "running";
|
|
3437
|
-
stopping: "stopping";
|
|
3438
|
-
stopped: "stopped";
|
|
3439
|
-
migrating: "migrating";
|
|
3440
|
-
}>;
|
|
3441
|
-
status_reason: z.ZodString;
|
|
2829
|
+
is_read: z.ZodBoolean;
|
|
2830
|
+
message: z.ZodString;
|
|
2831
|
+
notification_type: z.ZodString;
|
|
2832
|
+
priority: z.ZodString;
|
|
2833
|
+
read_at: z.ZodString;
|
|
2834
|
+
source_id: z.ZodString;
|
|
2835
|
+
source_type: z.ZodString;
|
|
2836
|
+
title: z.ZodString;
|
|
3442
2837
|
updated_at: z.ZodString;
|
|
3443
2838
|
user_id: z.ZodString;
|
|
3444
2839
|
}, z.core.$strip>>;
|
|
3445
|
-
export declare const
|
|
3446
|
-
p_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2840
|
+
export declare const publicNotificationMarkReadArgsSchema: z.ZodObject<{
|
|
3447
2841
|
p_id: z.ZodOptional<z.ZodString>;
|
|
3448
|
-
|
|
3449
|
-
p_name: z.ZodOptional<z.ZodString>;
|
|
2842
|
+
p_mark_all: z.ZodOptional<z.ZodBoolean>;
|
|
3450
2843
|
}, z.core.$strip>;
|
|
3451
|
-
export declare const
|
|
3452
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3453
|
-
created_at: z.ZodString;
|
|
3454
|
-
desired_status: z.ZodEnum<{
|
|
3455
|
-
error: "error";
|
|
3456
|
-
disabled: "disabled";
|
|
3457
|
-
pending: "pending";
|
|
3458
|
-
starting: "starting";
|
|
3459
|
-
running: "running";
|
|
3460
|
-
stopping: "stopping";
|
|
3461
|
-
stopped: "stopped";
|
|
3462
|
-
migrating: "migrating";
|
|
3463
|
-
}>;
|
|
3464
|
-
id: z.ZodString;
|
|
3465
|
-
metadata: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3466
|
-
name: z.ZodString;
|
|
3467
|
-
server_id: z.ZodString;
|
|
3468
|
-
state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3469
|
-
status: z.ZodEnum<{
|
|
3470
|
-
error: "error";
|
|
3471
|
-
disabled: "disabled";
|
|
3472
|
-
pending: "pending";
|
|
3473
|
-
starting: "starting";
|
|
3474
|
-
running: "running";
|
|
3475
|
-
stopping: "stopping";
|
|
3476
|
-
stopped: "stopped";
|
|
3477
|
-
migrating: "migrating";
|
|
3478
|
-
}>;
|
|
3479
|
-
status_reason: z.ZodString;
|
|
3480
|
-
updated_at: z.ZodString;
|
|
3481
|
-
user_id: z.ZodString;
|
|
3482
|
-
}, z.core.$strip>>;
|
|
2844
|
+
export declare const publicNotificationMarkReadReturnsSchema: z.ZodNumber;
|
|
3483
2845
|
export declare const publicOutreachProcessPendingTasksArgsSchema: z.ZodObject<{
|
|
3484
2846
|
p_campaign_id: z.ZodOptional<z.ZodString>;
|
|
3485
2847
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3497,7 +2859,6 @@ export declare const publicOutreachRetryFailedTasksReturnsSchema: z.ZodNumber;
|
|
|
3497
2859
|
export declare const publicOutreachTaskListArgsSchema: z.ZodObject<{
|
|
3498
2860
|
p_campaign_id: z.ZodOptional<z.ZodString>;
|
|
3499
2861
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3500
|
-
p_offset: z.ZodOptional<z.ZodNumber>;
|
|
3501
2862
|
p_status: z.ZodOptional<z.ZodString>;
|
|
3502
2863
|
}, z.core.$strip>;
|
|
3503
2864
|
export declare const publicOutreachTaskListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
@@ -3579,21 +2940,18 @@ export declare const publicResourceGetArgsSchema: z.ZodObject<{
|
|
|
3579
2940
|
export declare const publicResourceGetReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3580
2941
|
export declare const publicResourceListArgsSchema: z.ZodObject<{
|
|
3581
2942
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
3582
|
-
p_page_num: z.ZodOptional<z.ZodNumber>;
|
|
3583
2943
|
p_page_size: z.ZodOptional<z.ZodNumber>;
|
|
3584
|
-
p_slug: z.ZodOptional<z.ZodString>;
|
|
3585
2944
|
p_type: z.ZodOptional<z.ZodString>;
|
|
3586
2945
|
}, z.core.$strip>;
|
|
3587
|
-
export declare const
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
type: z.
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
}, z.core.$strip>;
|
|
2946
|
+
export declare const publicResourceListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2947
|
+
description: z.ZodString;
|
|
2948
|
+
icon: z.ZodString;
|
|
2949
|
+
id: z.ZodString;
|
|
2950
|
+
target_id: z.ZodString;
|
|
2951
|
+
title: z.ZodString;
|
|
2952
|
+
type: z.ZodString;
|
|
2953
|
+
updated_at: z.ZodString;
|
|
2954
|
+
}, z.core.$strip>>;
|
|
3597
2955
|
export declare const publicResourceUpsertArgsSchema: z.ZodObject<{
|
|
3598
2956
|
p_content: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3599
2957
|
p_description: z.ZodOptional<z.ZodString>;
|
|
@@ -3626,11 +2984,6 @@ export declare const publicScriptExecArgsSchema: z.ZodObject<{
|
|
|
3626
2984
|
p_server_id: z.ZodString;
|
|
3627
2985
|
}, z.core.$strip>;
|
|
3628
2986
|
export declare const publicScriptExecReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3629
|
-
export declare const publicScriptGetContentArgsSchema: z.ZodObject<{
|
|
3630
|
-
p_file_path: z.ZodString;
|
|
3631
|
-
p_git_ref: z.ZodOptional<z.ZodString>;
|
|
3632
|
-
}, z.core.$strip>;
|
|
3633
|
-
export declare const publicScriptGetContentReturnsSchema: z.ZodString;
|
|
3634
2987
|
export declare const publicServerDeleteArgsSchema: z.ZodObject<{
|
|
3635
2988
|
p_id: z.ZodString;
|
|
3636
2989
|
p_shutdown_gracefully: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3665,12 +3018,6 @@ export declare const publicServerMarkOfflineArgsSchema: z.ZodObject<{
|
|
|
3665
3018
|
p_source: z.ZodOptional<z.ZodString>;
|
|
3666
3019
|
}, z.core.$strip>;
|
|
3667
3020
|
export declare const publicServerMarkOfflineReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3668
|
-
export declare const publicServerStatusApplyCallbackArgsSchema: z.ZodObject<{
|
|
3669
|
-
p_callback_token: z.ZodString;
|
|
3670
|
-
p_payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3671
|
-
p_server_id: z.ZodString;
|
|
3672
|
-
}, z.core.$strip>;
|
|
3673
|
-
export declare const publicServerStatusApplyCallbackReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3674
3021
|
export declare const publicServerStatusMergeArgsSchema: z.ZodObject<{
|
|
3675
3022
|
p_current_state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3676
3023
|
p_fact: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
@@ -3684,12 +3031,15 @@ export declare const publicServerStatusReconcileDueArgsSchema: z.ZodObject<{
|
|
|
3684
3031
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3685
3032
|
}, z.core.$strip>;
|
|
3686
3033
|
export declare const publicServerStatusReconcileDueReturnsSchema: z.ZodNumber;
|
|
3034
|
+
export declare const publicServerTunnelDeleteArgsSchema: z.ZodObject<{
|
|
3035
|
+
p_tunnel_id: z.ZodString;
|
|
3036
|
+
}, z.core.$strip>;
|
|
3037
|
+
export declare const publicServerTunnelDeleteReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3687
3038
|
export declare const publicServerTunnelSyncArgsSchema: z.ZodObject<{
|
|
3688
3039
|
p_server_id: z.ZodString;
|
|
3689
3040
|
}, z.core.$strip>;
|
|
3690
3041
|
export declare const publicServerTunnelSyncReturnsSchema: z.ZodUndefined;
|
|
3691
3042
|
export declare const publicServerUpsertArgsSchema: z.ZodObject<{
|
|
3692
|
-
p_compute_node_id: z.ZodOptional<z.ZodString>;
|
|
3693
3043
|
p_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3694
3044
|
p_id: z.ZodOptional<z.ZodString>;
|
|
3695
3045
|
p_state: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
@@ -3793,10 +3143,10 @@ export declare const publicTaskAttemptDispatchArgsSchema: z.ZodObject<{
|
|
|
3793
3143
|
p_task: z.ZodObject<{
|
|
3794
3144
|
code: z.ZodNullable<z.ZodString>;
|
|
3795
3145
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3796
|
-
agent: "agent";
|
|
3797
3146
|
sql: "sql";
|
|
3798
3147
|
bash: "bash";
|
|
3799
3148
|
python: "python";
|
|
3149
|
+
agent: "agent";
|
|
3800
3150
|
javascript: "javascript";
|
|
3801
3151
|
}>>;
|
|
3802
3152
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3819,9 +3169,9 @@ export declare const publicTaskAttemptDispatchArgsSchema: z.ZodObject<{
|
|
|
3819
3169
|
started_at: z.ZodNullable<z.ZodString>;
|
|
3820
3170
|
status: z.ZodEnum<{
|
|
3821
3171
|
pending: "pending";
|
|
3822
|
-
running: "running";
|
|
3823
3172
|
draft: "draft";
|
|
3824
3173
|
queued: "queued";
|
|
3174
|
+
running: "running";
|
|
3825
3175
|
completed: "completed";
|
|
3826
3176
|
failed: "failed";
|
|
3827
3177
|
cancelled: "cancelled";
|
|
@@ -3836,10 +3186,10 @@ export declare const publicTaskAttemptDispatchArgsSchema: z.ZodObject<{
|
|
|
3836
3186
|
export declare const publicTaskAttemptDispatchReturnsSchema: z.ZodObject<{
|
|
3837
3187
|
code: z.ZodNullable<z.ZodString>;
|
|
3838
3188
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3839
|
-
agent: "agent";
|
|
3840
3189
|
sql: "sql";
|
|
3841
3190
|
bash: "bash";
|
|
3842
3191
|
python: "python";
|
|
3192
|
+
agent: "agent";
|
|
3843
3193
|
javascript: "javascript";
|
|
3844
3194
|
}>>;
|
|
3845
3195
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3862,9 +3212,9 @@ export declare const publicTaskAttemptDispatchReturnsSchema: z.ZodObject<{
|
|
|
3862
3212
|
started_at: z.ZodNullable<z.ZodString>;
|
|
3863
3213
|
status: z.ZodEnum<{
|
|
3864
3214
|
pending: "pending";
|
|
3865
|
-
running: "running";
|
|
3866
3215
|
draft: "draft";
|
|
3867
3216
|
queued: "queued";
|
|
3217
|
+
running: "running";
|
|
3868
3218
|
completed: "completed";
|
|
3869
3219
|
failed: "failed";
|
|
3870
3220
|
cancelled: "cancelled";
|
|
@@ -3881,10 +3231,10 @@ export declare const publicTaskCancelArgsSchema: z.ZodObject<{
|
|
|
3881
3231
|
export declare const publicTaskCancelReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3882
3232
|
code: z.ZodNullable<z.ZodString>;
|
|
3883
3233
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3884
|
-
agent: "agent";
|
|
3885
3234
|
sql: "sql";
|
|
3886
3235
|
bash: "bash";
|
|
3887
3236
|
python: "python";
|
|
3237
|
+
agent: "agent";
|
|
3888
3238
|
javascript: "javascript";
|
|
3889
3239
|
}>>;
|
|
3890
3240
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3907,9 +3257,9 @@ export declare const publicTaskCancelReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3907
3257
|
started_at: z.ZodNullable<z.ZodString>;
|
|
3908
3258
|
status: z.ZodEnum<{
|
|
3909
3259
|
pending: "pending";
|
|
3910
|
-
running: "running";
|
|
3911
3260
|
draft: "draft";
|
|
3912
3261
|
queued: "queued";
|
|
3262
|
+
running: "running";
|
|
3913
3263
|
completed: "completed";
|
|
3914
3264
|
failed: "failed";
|
|
3915
3265
|
cancelled: "cancelled";
|
|
@@ -3930,10 +3280,10 @@ export declare const publicTaskCompleteArgsSchema: z.ZodObject<{
|
|
|
3930
3280
|
export declare const publicTaskCompleteReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3931
3281
|
code: z.ZodNullable<z.ZodString>;
|
|
3932
3282
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3933
|
-
agent: "agent";
|
|
3934
3283
|
sql: "sql";
|
|
3935
3284
|
bash: "bash";
|
|
3936
3285
|
python: "python";
|
|
3286
|
+
agent: "agent";
|
|
3937
3287
|
javascript: "javascript";
|
|
3938
3288
|
}>>;
|
|
3939
3289
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3956,9 +3306,9 @@ export declare const publicTaskCompleteReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3956
3306
|
started_at: z.ZodNullable<z.ZodString>;
|
|
3957
3307
|
status: z.ZodEnum<{
|
|
3958
3308
|
pending: "pending";
|
|
3959
|
-
running: "running";
|
|
3960
3309
|
draft: "draft";
|
|
3961
3310
|
queued: "queued";
|
|
3311
|
+
running: "running";
|
|
3962
3312
|
completed: "completed";
|
|
3963
3313
|
failed: "failed";
|
|
3964
3314
|
cancelled: "cancelled";
|
|
@@ -3972,10 +3322,10 @@ export declare const publicTaskCompleteReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3972
3322
|
export declare const publicTaskDeriveArgsSchema: z.ZodObject<{
|
|
3973
3323
|
p_code: z.ZodString;
|
|
3974
3324
|
p_code_type: z.ZodEnum<{
|
|
3975
|
-
agent: "agent";
|
|
3976
3325
|
sql: "sql";
|
|
3977
3326
|
bash: "bash";
|
|
3978
3327
|
python: "python";
|
|
3328
|
+
agent: "agent";
|
|
3979
3329
|
javascript: "javascript";
|
|
3980
3330
|
}>;
|
|
3981
3331
|
p_description: z.ZodOptional<z.ZodString>;
|
|
@@ -3986,10 +3336,10 @@ export declare const publicTaskDeriveArgsSchema: z.ZodObject<{
|
|
|
3986
3336
|
export declare const publicTaskDeriveReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3987
3337
|
code: z.ZodNullable<z.ZodString>;
|
|
3988
3338
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3989
|
-
agent: "agent";
|
|
3990
3339
|
sql: "sql";
|
|
3991
3340
|
bash: "bash";
|
|
3992
3341
|
python: "python";
|
|
3342
|
+
agent: "agent";
|
|
3993
3343
|
javascript: "javascript";
|
|
3994
3344
|
}>>;
|
|
3995
3345
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -4012,9 +3362,9 @@ export declare const publicTaskDeriveReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4012
3362
|
started_at: z.ZodNullable<z.ZodString>;
|
|
4013
3363
|
status: z.ZodEnum<{
|
|
4014
3364
|
pending: "pending";
|
|
4015
|
-
running: "running";
|
|
4016
3365
|
draft: "draft";
|
|
4017
3366
|
queued: "queued";
|
|
3367
|
+
running: "running";
|
|
4018
3368
|
completed: "completed";
|
|
4019
3369
|
failed: "failed";
|
|
4020
3370
|
cancelled: "cancelled";
|
|
@@ -4031,10 +3381,10 @@ export declare const publicTaskGetArgsSchema: z.ZodObject<{
|
|
|
4031
3381
|
export declare const publicTaskGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4032
3382
|
code: z.ZodNullable<z.ZodString>;
|
|
4033
3383
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
4034
|
-
agent: "agent";
|
|
4035
3384
|
sql: "sql";
|
|
4036
3385
|
bash: "bash";
|
|
4037
3386
|
python: "python";
|
|
3387
|
+
agent: "agent";
|
|
4038
3388
|
javascript: "javascript";
|
|
4039
3389
|
}>>;
|
|
4040
3390
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -4057,9 +3407,9 @@ export declare const publicTaskGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4057
3407
|
started_at: z.ZodNullable<z.ZodString>;
|
|
4058
3408
|
status: z.ZodEnum<{
|
|
4059
3409
|
pending: "pending";
|
|
4060
|
-
running: "running";
|
|
4061
3410
|
draft: "draft";
|
|
4062
3411
|
queued: "queued";
|
|
3412
|
+
running: "running";
|
|
4063
3413
|
completed: "completed";
|
|
4064
3414
|
failed: "failed";
|
|
4065
3415
|
cancelled: "cancelled";
|
|
@@ -4072,10 +3422,10 @@ export declare const publicTaskGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4072
3422
|
}, z.core.$strip>>;
|
|
4073
3423
|
export declare const publicTaskListCursorArgsSchema: z.ZodObject<{
|
|
4074
3424
|
p_code_type: z.ZodOptional<z.ZodEnum<{
|
|
4075
|
-
agent: "agent";
|
|
4076
3425
|
sql: "sql";
|
|
4077
3426
|
bash: "bash";
|
|
4078
3427
|
python: "python";
|
|
3428
|
+
agent: "agent";
|
|
4079
3429
|
javascript: "javascript";
|
|
4080
3430
|
}>>;
|
|
4081
3431
|
p_context_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4085,9 +3435,9 @@ export declare const publicTaskListCursorArgsSchema: z.ZodObject<{
|
|
|
4085
3435
|
p_parent_id: z.ZodOptional<z.ZodString>;
|
|
4086
3436
|
p_status: z.ZodOptional<z.ZodEnum<{
|
|
4087
3437
|
pending: "pending";
|
|
4088
|
-
running: "running";
|
|
4089
3438
|
draft: "draft";
|
|
4090
3439
|
queued: "queued";
|
|
3440
|
+
running: "running";
|
|
4091
3441
|
completed: "completed";
|
|
4092
3442
|
failed: "failed";
|
|
4093
3443
|
cancelled: "cancelled";
|
|
@@ -4098,10 +3448,10 @@ export declare const publicTaskListCursorArgsSchema: z.ZodObject<{
|
|
|
4098
3448
|
export declare const publicTaskListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4099
3449
|
code: z.ZodNullable<z.ZodString>;
|
|
4100
3450
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
4101
|
-
agent: "agent";
|
|
4102
3451
|
sql: "sql";
|
|
4103
3452
|
bash: "bash";
|
|
4104
3453
|
python: "python";
|
|
3454
|
+
agent: "agent";
|
|
4105
3455
|
javascript: "javascript";
|
|
4106
3456
|
}>>;
|
|
4107
3457
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -4124,9 +3474,9 @@ export declare const publicTaskListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4124
3474
|
started_at: z.ZodNullable<z.ZodString>;
|
|
4125
3475
|
status: z.ZodEnum<{
|
|
4126
3476
|
pending: "pending";
|
|
4127
|
-
running: "running";
|
|
4128
3477
|
draft: "draft";
|
|
4129
3478
|
queued: "queued";
|
|
3479
|
+
running: "running";
|
|
4130
3480
|
completed: "completed";
|
|
4131
3481
|
failed: "failed";
|
|
4132
3482
|
cancelled: "cancelled";
|
|
@@ -4145,10 +3495,10 @@ export declare const publicTaskSubmitArgsSchema: z.ZodObject<{
|
|
|
4145
3495
|
export declare const publicTaskSubmitReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4146
3496
|
code: z.ZodNullable<z.ZodString>;
|
|
4147
3497
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
4148
|
-
agent: "agent";
|
|
4149
3498
|
sql: "sql";
|
|
4150
3499
|
bash: "bash";
|
|
4151
3500
|
python: "python";
|
|
3501
|
+
agent: "agent";
|
|
4152
3502
|
javascript: "javascript";
|
|
4153
3503
|
}>>;
|
|
4154
3504
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -4171,9 +3521,9 @@ export declare const publicTaskSubmitReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4171
3521
|
started_at: z.ZodNullable<z.ZodString>;
|
|
4172
3522
|
status: z.ZodEnum<{
|
|
4173
3523
|
pending: "pending";
|
|
4174
|
-
running: "running";
|
|
4175
3524
|
draft: "draft";
|
|
4176
3525
|
queued: "queued";
|
|
3526
|
+
running: "running";
|
|
4177
3527
|
completed: "completed";
|
|
4178
3528
|
failed: "failed";
|
|
4179
3529
|
cancelled: "cancelled";
|
|
@@ -4192,10 +3542,10 @@ export declare const publicTaskTreeArgsSchema: z.ZodObject<{
|
|
|
4192
3542
|
export declare const publicTaskTreeReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4193
3543
|
code: z.ZodNullable<z.ZodString>;
|
|
4194
3544
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
4195
|
-
agent: "agent";
|
|
4196
3545
|
sql: "sql";
|
|
4197
3546
|
bash: "bash";
|
|
4198
3547
|
python: "python";
|
|
3548
|
+
agent: "agent";
|
|
4199
3549
|
javascript: "javascript";
|
|
4200
3550
|
}>>;
|
|
4201
3551
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -4218,9 +3568,9 @@ export declare const publicTaskTreeReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4218
3568
|
started_at: z.ZodNullable<z.ZodString>;
|
|
4219
3569
|
status: z.ZodEnum<{
|
|
4220
3570
|
pending: "pending";
|
|
4221
|
-
running: "running";
|
|
4222
3571
|
draft: "draft";
|
|
4223
3572
|
queued: "queued";
|
|
3573
|
+
running: "running";
|
|
4224
3574
|
completed: "completed";
|
|
4225
3575
|
failed: "failed";
|
|
4226
3576
|
cancelled: "cancelled";
|
|
@@ -4234,10 +3584,10 @@ export declare const publicTaskTreeReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4234
3584
|
export declare const publicTaskUpsertArgsSchema: z.ZodObject<{
|
|
4235
3585
|
p_code: z.ZodOptional<z.ZodString>;
|
|
4236
3586
|
p_code_type: z.ZodOptional<z.ZodEnum<{
|
|
4237
|
-
agent: "agent";
|
|
4238
3587
|
sql: "sql";
|
|
4239
3588
|
bash: "bash";
|
|
4240
3589
|
python: "python";
|
|
3590
|
+
agent: "agent";
|
|
4241
3591
|
javascript: "javascript";
|
|
4242
3592
|
}>>;
|
|
4243
3593
|
p_context_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4253,9 +3603,9 @@ export declare const publicTaskUpsertArgsSchema: z.ZodObject<{
|
|
|
4253
3603
|
p_scheduled_at: z.ZodOptional<z.ZodString>;
|
|
4254
3604
|
p_status: z.ZodOptional<z.ZodEnum<{
|
|
4255
3605
|
pending: "pending";
|
|
4256
|
-
running: "running";
|
|
4257
3606
|
draft: "draft";
|
|
4258
3607
|
queued: "queued";
|
|
3608
|
+
running: "running";
|
|
4259
3609
|
completed: "completed";
|
|
4260
3610
|
failed: "failed";
|
|
4261
3611
|
cancelled: "cancelled";
|
|
@@ -4267,10 +3617,10 @@ export declare const publicTaskUpsertArgsSchema: z.ZodObject<{
|
|
|
4267
3617
|
export declare const publicTaskUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4268
3618
|
code: z.ZodNullable<z.ZodString>;
|
|
4269
3619
|
code_type: z.ZodNullable<z.ZodEnum<{
|
|
4270
|
-
agent: "agent";
|
|
4271
3620
|
sql: "sql";
|
|
4272
3621
|
bash: "bash";
|
|
4273
3622
|
python: "python";
|
|
3623
|
+
agent: "agent";
|
|
4274
3624
|
javascript: "javascript";
|
|
4275
3625
|
}>>;
|
|
4276
3626
|
completed_at: z.ZodNullable<z.ZodString>;
|
|
@@ -4293,9 +3643,9 @@ export declare const publicTaskUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4293
3643
|
started_at: z.ZodNullable<z.ZodString>;
|
|
4294
3644
|
status: z.ZodEnum<{
|
|
4295
3645
|
pending: "pending";
|
|
4296
|
-
running: "running";
|
|
4297
3646
|
draft: "draft";
|
|
4298
3647
|
queued: "queued";
|
|
3648
|
+
running: "running";
|
|
4299
3649
|
completed: "completed";
|
|
4300
3650
|
failed: "failed";
|
|
4301
3651
|
cancelled: "cancelled";
|
|
@@ -4498,19 +3848,6 @@ export declare const publicCloudAccountBulkCreateReturnsSchema: z.ZodArray<z.Zod
|
|
|
4498
3848
|
device_history: z.ZodNullable<z.ZodArray<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
4499
3849
|
credentials: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4500
3850
|
}, z.core.$strip>>;
|
|
4501
|
-
export declare const publicComputeNodeGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4502
|
-
id: z.ZodNullable<z.ZodString>;
|
|
4503
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
4504
|
-
name: z.ZodNullable<z.ZodString>;
|
|
4505
|
-
provider: z.ZodNullable<z.ZodString>;
|
|
4506
|
-
host: z.ZodNullable<z.ZodString>;
|
|
4507
|
-
port: z.ZodNullable<z.ZodNumber>;
|
|
4508
|
-
username: z.ZodNullable<z.ZodString>;
|
|
4509
|
-
auth_secret: z.ZodNullable<z.ZodString>;
|
|
4510
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
4511
|
-
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
4512
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
4513
|
-
}, z.core.$strip>>;
|
|
4514
3851
|
export declare const publicJobQueueListDlqReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4515
3852
|
msg_id: z.ZodNullable<z.ZodNumber>;
|
|
4516
3853
|
read_ct: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4530,35 +3867,6 @@ export declare const publicLogListUnifiedReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4530
3867
|
resource_id: z.ZodNullable<z.ZodString>;
|
|
4531
3868
|
user_id: z.ZodNullable<z.ZodString>;
|
|
4532
3869
|
}, z.core.$strip>>;
|
|
4533
|
-
export declare const publicNotificationGetPendingActionsReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4534
|
-
id: z.ZodNullable<z.ZodString>;
|
|
4535
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
4536
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
4537
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
4538
|
-
title: z.ZodNullable<z.ZodString>;
|
|
4539
|
-
message: z.ZodNullable<z.ZodString>;
|
|
4540
|
-
notification_type: z.ZodNullable<z.ZodString>;
|
|
4541
|
-
priority: z.ZodNullable<z.ZodString>;
|
|
4542
|
-
source_type: z.ZodNullable<z.ZodString>;
|
|
4543
|
-
source_id: z.ZodNullable<z.ZodString>;
|
|
4544
|
-
action_type: z.ZodNullable<z.ZodString>;
|
|
4545
|
-
action_payload: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4546
|
-
action_completed_at: z.ZodNullable<z.ZodString>;
|
|
4547
|
-
is_read: z.ZodNullable<z.ZodBoolean>;
|
|
4548
|
-
read_at: z.ZodNullable<z.ZodString>;
|
|
4549
|
-
dismissed_at: z.ZodNullable<z.ZodString>;
|
|
4550
|
-
expires_at: z.ZodNullable<z.ZodString>;
|
|
4551
|
-
}, z.core.$strip>>;
|
|
4552
|
-
export declare const publicResourceListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4553
|
-
id: z.ZodNullable<z.ZodString>;
|
|
4554
|
-
target_id: z.ZodNullable<z.ZodString>;
|
|
4555
|
-
title: z.ZodNullable<z.ZodString>;
|
|
4556
|
-
description: z.ZodNullable<z.ZodString>;
|
|
4557
|
-
icon: z.ZodNullable<z.ZodString>;
|
|
4558
|
-
type: z.ZodNullable<z.ZodString>;
|
|
4559
|
-
url: z.ZodNullable<z.ZodString>;
|
|
4560
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
4561
|
-
}, z.core.$strip>>;
|
|
4562
3870
|
export declare const publicTelegramLoginStartReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4563
3871
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
4564
3872
|
step: z.ZodNullable<z.ZodString>;
|