mtmsdk 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloud-account/platform-configs.d.ts +64 -0
- package/dist/cloud-account/platform-configs.d.ts.map +1 -0
- package/dist/cloud-account/platform-configs.js +44 -0
- package/dist/cloud-account/platform-configs.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/@tanstack/react-query.gen.d.ts +202 -8
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/@tanstack/react-query.gen.js +300 -10
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +1 -0
- package/dist/{opencode → gomtmapi}/client/client.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client/client.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/client/index.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client/index.js.map +1 -1
- package/dist/{opencode → gomtmapi}/client/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/client/types.gen.js.map +1 -0
- package/dist/{opencode → gomtmapi}/client/utils.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client/utils.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/client.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/auth.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/auth.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/bodySerializer.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/params.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/params.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/pathSerializer.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/pathSerializer.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/queryKeySerializer.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/queryKeySerializer.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/serverSentEvents.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/core/types.gen.js.map +1 -0
- package/dist/{opencode → gomtmapi}/core/utils.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/utils.gen.js.map +1 -1
- package/dist/gomtmapi/index.d.ts +3 -0
- package/dist/gomtmapi/index.d.ts.map +1 -0
- package/dist/gomtmapi/index.js +3 -0
- package/dist/gomtmapi/index.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/schemas.gen.d.ts +337 -50
- package/dist/gomtmapi/schemas.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/schemas.gen.js +355 -50
- package/dist/gomtmapi/schemas.gen.js.map +1 -0
- package/dist/gomtmapi/sdk.gen.d.ts +378 -0
- package/dist/gomtmapi/sdk.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/sdk.gen.js +234 -15
- package/dist/gomtmapi/sdk.gen.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/types.gen.d.ts +494 -50
- package/dist/gomtmapi/types.gen.d.ts.map +1 -0
- package/dist/gomtmapi/types.gen.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/zod.gen.d.ts +391 -45
- package/dist/gomtmapi/zod.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/zod.gen.js +270 -31
- package/dist/gomtmapi/zod.gen.js.map +1 -0
- package/dist/lib/logger/index.d.ts +3 -0
- package/dist/lib/logger/index.d.ts.map +1 -1
- package/dist/lib/schema.d.ts +14 -2
- package/dist/lib/schema.d.ts.map +1 -1
- package/dist/lib/schema.js +1 -1
- package/dist/lib/schema.js.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +29 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +17 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtgate_api/index.d.ts +2 -2
- package/dist/mtgate_api/index.d.ts.map +1 -1
- package/dist/mtgate_api/index.js +1 -1
- package/dist/mtgate_api/index.js.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +1 -0
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +8 -1
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +5 -1
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +4 -0
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +7 -1
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +26 -3
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +12 -1
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/openclaw/client-info.d.ts +56 -0
- package/dist/openclaw/client-info.d.ts.map +1 -0
- package/dist/openclaw/client-info.js +44 -0
- package/dist/openclaw/client-info.js.map +1 -0
- package/dist/openclaw/device-auth-utils.d.ts +13 -0
- package/dist/openclaw/device-auth-utils.d.ts.map +1 -0
- package/dist/openclaw/device-auth-utils.js +20 -0
- package/dist/openclaw/device-auth-utils.js.map +1 -0
- package/dist/openclaw/device-auth.d.ts +21 -0
- package/dist/openclaw/device-auth.d.ts.map +1 -0
- package/dist/openclaw/device-auth.js +84 -0
- package/dist/openclaw/device-auth.js.map +1 -0
- package/dist/openclaw/device-identity.d.ts +8 -0
- package/dist/openclaw/device-identity.d.ts.map +1 -0
- package/dist/openclaw/device-identity.js +87 -0
- package/dist/openclaw/device-identity.js.map +1 -0
- package/dist/openclaw/gateway.d.ts +86 -0
- package/dist/openclaw/gateway.d.ts.map +1 -0
- package/dist/openclaw/gateway.js +268 -0
- package/dist/openclaw/gateway.js.map +1 -0
- package/dist/openclaw/types.d.ts +473 -0
- package/dist/openclaw/types.d.ts.map +1 -0
- package/dist/openclaw/types.js +2 -0
- package/dist/openclaw/types.js.map +1 -0
- package/dist/openclaw/uuid.d.ts +6 -0
- package/dist/openclaw/uuid.d.ts.map +1 -0
- package/dist/openclaw/uuid.js +39 -0
- package/dist/openclaw/uuid.js.map +1 -0
- package/dist/sbapi/@tanstack/react-query.gen.d.ts +3251 -6
- package/dist/sbapi/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/sbapi/@tanstack/react-query.gen.js +6050 -6
- package/dist/sbapi/@tanstack/react-query.gen.js.map +1 -1
- package/dist/sbapi/client.gen.d.ts.map +1 -1
- package/dist/sbapi/client.gen.js +1 -1
- package/dist/sbapi/client.gen.js.map +1 -1
- package/dist/sbapi/index.d.ts +2 -2
- package/dist/sbapi/index.d.ts.map +1 -1
- package/dist/sbapi/index.js +1 -1
- package/dist/sbapi/index.js.map +1 -1
- package/dist/sbapi/schemas.gen.d.ts +2320 -36
- package/dist/sbapi/schemas.gen.d.ts.map +1 -1
- package/dist/sbapi/schemas.gen.js +2593 -45
- package/dist/sbapi/schemas.gen.js.map +1 -1
- package/dist/sbapi/sdk.gen.d.ts +819 -2
- package/dist/sbapi/sdk.gen.d.ts.map +1 -1
- package/dist/sbapi/sdk.gen.js +2463 -1
- package/dist/sbapi/sdk.gen.js.map +1 -1
- package/dist/sbapi/types.gen.d.ts +11701 -29
- package/dist/sbapi/types.gen.d.ts.map +1 -1
- package/dist/sbapi/zod.gen.d.ts +8134 -26
- package/dist/sbapi/zod.gen.d.ts.map +1 -1
- package/dist/sbapi/zod.gen.js +6572 -18
- package/dist/sbapi/zod.gen.js.map +1 -1
- package/dist/sbmng/@tanstack/react-query.gen.d.ts +253 -157
- package/dist/sbmng/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/sbmng/@tanstack/react-query.gen.js +241 -145
- package/dist/sbmng/@tanstack/react-query.gen.js.map +1 -1
- package/dist/sbmng/index.d.ts +2 -2
- package/dist/sbmng/index.d.ts.map +1 -1
- package/dist/sbmng/index.js +1 -1
- package/dist/sbmng/index.js.map +1 -1
- package/dist/sbmng/schemas.gen.d.ts +1035 -917
- package/dist/sbmng/schemas.gen.d.ts.map +1 -1
- package/dist/sbmng/schemas.gen.js +1219 -1067
- package/dist/sbmng/schemas.gen.js.map +1 -1
- package/dist/sbmng/sdk.gen.d.ts +62 -38
- package/dist/sbmng/sdk.gen.d.ts.map +1 -1
- package/dist/sbmng/sdk.gen.js +140 -84
- package/dist/sbmng/sdk.gen.js.map +1 -1
- package/dist/sbmng/types.gen.d.ts +1214 -991
- package/dist/sbmng/types.gen.d.ts.map +1 -1
- package/dist/supabase/auth-provider.d.ts +4 -0
- package/dist/supabase/auth-provider.d.ts.map +1 -0
- package/dist/supabase/auth-provider.js +45 -0
- package/dist/supabase/auth-provider.js.map +1 -0
- package/dist/supabase/cursor-pagination.d.ts +92 -0
- package/dist/supabase/cursor-pagination.d.ts.map +1 -0
- package/dist/supabase/cursor-pagination.js +116 -0
- package/dist/supabase/cursor-pagination.js.map +1 -0
- package/dist/supabase/schema/browser.d.ts.map +1 -0
- package/dist/supabase/schema/browser.js.map +1 -0
- package/dist/supabase/schema/index.d.ts +29 -0
- package/dist/supabase/schema/index.d.ts.map +1 -0
- package/dist/supabase/schema/index.js +38 -0
- package/dist/supabase/schema/index.js.map +1 -0
- package/dist/supabase/supabase-client.d.ts +1912 -1128
- package/dist/supabase/supabase-client.d.ts.map +1 -1
- package/dist/supabase/supabase.d.ts +4466 -2898
- package/dist/supabase/supabase.d.ts.map +1 -1
- package/dist/supabase/supabase.js +7 -4
- package/dist/supabase/supabase.js.map +1 -1
- package/dist/supabase/use-sb-query/use-query.d.ts +1 -1
- package/dist/supabase/use-sb-query/use-query.d.ts.map +1 -1
- package/dist/supabase/use-sb-query/use-query.js +2 -6
- package/dist/supabase/use-sb-query/use-query.js.map +1 -1
- package/dist/supabase/use-sb-query/use-rpc-mutation.d.ts +61 -0
- package/dist/supabase/use-sb-query/use-rpc-mutation.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/use-rpc-mutation.js +63 -0
- package/dist/supabase/use-sb-query/use-rpc-mutation.js.map +1 -0
- package/dist/supabase/use-sb-query/use-rpc-query.d.ts +124 -0
- package/dist/supabase/use-sb-query/use-rpc-query.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/use-rpc-query.js +91 -0
- package/dist/supabase/use-sb-query/use-rpc-query.js.map +1 -0
- package/dist/supabase/utils.d.ts +1 -1
- package/dist/supabase/utils.d.ts.map +1 -1
- package/dist/types/database.schemas.d.ts +3911 -0
- package/dist/types/database.schemas.d.ts.map +1 -0
- package/dist/types/database.schemas.js +3180 -0
- package/dist/types/database.schemas.js.map +1 -0
- package/dist/types/database.types.d.ts +1923 -1134
- package/dist/types/database.types.d.ts.map +1 -1
- package/dist/types/database.types.js +24 -0
- package/dist/types/database.types.js.map +1 -1
- package/dist/types/index.d.ts +47 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +27 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/rpc.schemas.d.ts +64 -0
- package/dist/types/rpc.schemas.d.ts.map +1 -0
- package/dist/types/rpc.schemas.js +122 -0
- package/dist/types/rpc.schemas.js.map +1 -0
- package/package.json +48 -39
- package/src/adk/api/client.ts +46 -0
- package/src/adk/core/constants/tool-icons.ts +51 -0
- package/src/adk/core/models/AgentBuilder.ts +80 -0
- package/src/adk/core/models/AgentRunRequest.ts +33 -0
- package/src/adk/core/models/Eval.ts +70 -0
- package/src/adk/core/models/LiveRequest.ts +23 -0
- package/src/adk/core/models/RuntimeConfig.ts +33 -0
- package/src/adk/core/models/Session.ts +52 -0
- package/src/adk/core/models/Trace.ts +42 -0
- package/src/adk/core/models/types.ts +255 -0
- package/src/api_hatchet/@tanstack/react-query.gen.ts +3025 -0
- package/src/api_hatchet/client/client.gen.ts +311 -0
- package/src/api_hatchet/client/index.ts +25 -0
- package/src/api_hatchet/client/types.gen.ts +241 -0
- package/src/api_hatchet/client/utils.gen.ts +332 -0
- package/{dist/opencode/client.gen.d.ts → src/api_hatchet/client.gen.ts} +6 -3
- package/src/api_hatchet/core/auth.gen.ts +42 -0
- package/src/api_hatchet/core/bodySerializer.gen.ts +100 -0
- package/src/api_hatchet/core/params.gen.ts +176 -0
- package/src/api_hatchet/core/pathSerializer.gen.ts +181 -0
- package/src/api_hatchet/core/queryKeySerializer.gen.ts +136 -0
- package/src/api_hatchet/core/serverSentEvents.gen.ts +266 -0
- package/src/api_hatchet/core/types.gen.ts +118 -0
- package/src/api_hatchet/core/utils.gen.ts +143 -0
- package/src/api_hatchet/index.ts +4 -0
- package/src/api_hatchet/schemas.gen.ts +4961 -0
- package/src/api_hatchet/sdk.gen.ts +1994 -0
- package/src/api_hatchet/types.gen.ts +7688 -0
- package/src/api_hatchet/zod.gen.ts +3230 -0
- package/src/cloud-account/platform-configs.ts +73 -0
- package/src/gomtmapi/@tanstack/react-query.gen.ts +757 -0
- package/src/gomtmapi/client/client.gen.ts +311 -0
- package/src/gomtmapi/client/index.ts +25 -0
- package/src/gomtmapi/client/types.gen.ts +241 -0
- package/src/gomtmapi/client/utils.gen.ts +332 -0
- package/src/gomtmapi/client.gen.ts +16 -0
- package/src/gomtmapi/core/auth.gen.ts +42 -0
- package/src/gomtmapi/core/bodySerializer.gen.ts +100 -0
- package/src/gomtmapi/core/params.gen.ts +176 -0
- package/src/gomtmapi/core/pathSerializer.gen.ts +181 -0
- package/src/gomtmapi/core/queryKeySerializer.gen.ts +136 -0
- package/src/gomtmapi/core/serverSentEvents.gen.ts +266 -0
- package/src/gomtmapi/core/types.gen.ts +118 -0
- package/src/gomtmapi/core/utils.gen.ts +143 -0
- package/src/gomtmapi/index.ts +4 -0
- package/src/gomtmapi/schemas.gen.ts +904 -0
- package/src/gomtmapi/sdk.gen.ts +541 -0
- package/src/gomtmapi/types.gen.ts +1456 -0
- package/src/gomtmapi/zod.gen.ts +758 -0
- package/src/index.ts +5 -0
- package/src/lib/aisdk/types.ts +8 -0
- package/src/lib/logger/index.ts +8 -0
- package/src/lib/schema.ts +50 -0
- package/src/lib/utils.ts +54 -0
- package/src/mtgate_api/@tanstack/react-query.gen.ts +175 -0
- package/src/mtgate_api/client/client.gen.ts +311 -0
- package/src/mtgate_api/client/index.ts +25 -0
- package/src/mtgate_api/client/types.gen.ts +241 -0
- package/src/mtgate_api/client/utils.gen.ts +332 -0
- package/src/mtgate_api/client.gen.ts +16 -0
- package/src/mtgate_api/core/auth.gen.ts +42 -0
- package/src/mtgate_api/core/bodySerializer.gen.ts +100 -0
- package/src/mtgate_api/core/params.gen.ts +176 -0
- package/src/mtgate_api/core/pathSerializer.gen.ts +181 -0
- package/src/mtgate_api/core/queryKeySerializer.gen.ts +136 -0
- package/src/mtgate_api/core/serverSentEvents.gen.ts +266 -0
- package/src/mtgate_api/core/types.gen.ts +118 -0
- package/src/mtgate_api/core/utils.gen.ts +143 -0
- package/src/mtgate_api/index.ts +4 -0
- package/src/mtgate_api/schemas.gen.ts +337 -0
- package/src/mtgate_api/sdk.gen.ts +61 -0
- package/src/mtgate_api/types.gen.ts +324 -0
- package/src/mtgate_api/zod.gen.ts +234 -0
- package/src/mtmai_api/@tanstack/react-query.gen.ts +1010 -0
- package/src/mtmai_api/client/client.gen.ts +311 -0
- package/src/mtmai_api/client/index.ts +25 -0
- package/src/mtmai_api/client/types.gen.ts +241 -0
- package/src/mtmai_api/client/utils.gen.ts +332 -0
- package/src/mtmai_api/client.gen.ts +16 -0
- package/src/mtmai_api/core/auth.gen.ts +42 -0
- package/src/mtmai_api/core/bodySerializer.gen.ts +100 -0
- package/src/mtmai_api/core/params.gen.ts +176 -0
- package/src/mtmai_api/core/pathSerializer.gen.ts +181 -0
- package/src/mtmai_api/core/queryKeySerializer.gen.ts +136 -0
- package/src/mtmai_api/core/serverSentEvents.gen.ts +266 -0
- package/src/mtmai_api/core/types.gen.ts +118 -0
- package/src/mtmai_api/core/utils.gen.ts +143 -0
- package/src/mtmai_api/index.ts +4 -0
- package/src/mtmai_api/schemas.gen.ts +9980 -0
- package/src/mtmai_api/sdk.gen.ts +471 -0
- package/src/mtmai_api/types.gen.ts +7609 -0
- package/src/mtmai_api/zod.gen.ts +5101 -0
- package/src/openclaw/client-info.ts +63 -0
- package/src/openclaw/device-auth-utils.ts +31 -0
- package/src/openclaw/device-auth.ts +96 -0
- package/src/openclaw/device-identity.ts +108 -0
- package/src/openclaw/gateway.ts +351 -0
- package/src/openclaw/types.ts +518 -0
- package/src/openclaw/uuid.ts +48 -0
- package/src/sbapi/@tanstack/react-query.gen.ts +6591 -0
- package/src/sbapi/client/client.gen.ts +311 -0
- package/src/sbapi/client/index.ts +25 -0
- package/src/sbapi/client/types.gen.ts +241 -0
- package/src/sbapi/client/utils.gen.ts +332 -0
- package/src/sbapi/client.gen.ts +16 -0
- package/src/sbapi/core/auth.gen.ts +42 -0
- package/src/sbapi/core/bodySerializer.gen.ts +100 -0
- package/src/sbapi/core/params.gen.ts +176 -0
- package/src/sbapi/core/pathSerializer.gen.ts +181 -0
- package/src/sbapi/core/queryKeySerializer.gen.ts +136 -0
- package/src/sbapi/core/serverSentEvents.gen.ts +266 -0
- package/src/sbapi/core/types.gen.ts +118 -0
- package/src/sbapi/core/utils.gen.ts +143 -0
- package/src/sbapi/index.ts +4 -0
- package/src/sbapi/schemas.gen.ts +2643 -0
- package/src/sbapi/sdk.gen.ts +2822 -0
- package/src/sbapi/types.gen.ts +12503 -0
- package/src/sbapi/zod.gen.ts +7021 -0
- package/src/sbmng/@tanstack/react-query.gen.ts +2999 -0
- package/src/sbmng/client/client.gen.ts +311 -0
- package/src/sbmng/client/index.ts +25 -0
- package/src/sbmng/client/types.gen.ts +241 -0
- package/src/sbmng/client/utils.gen.ts +332 -0
- package/src/sbmng/client.gen.ts +16 -0
- package/src/sbmng/core/auth.gen.ts +42 -0
- package/src/sbmng/core/bodySerializer.gen.ts +100 -0
- package/src/sbmng/core/params.gen.ts +176 -0
- package/src/sbmng/core/pathSerializer.gen.ts +181 -0
- package/src/sbmng/core/queryKeySerializer.gen.ts +136 -0
- package/src/sbmng/core/serverSentEvents.gen.ts +266 -0
- package/src/sbmng/core/types.gen.ts +118 -0
- package/src/sbmng/core/utils.gen.ts +143 -0
- package/src/sbmng/index.ts +4 -0
- package/src/sbmng/schemas.gen.ts +9680 -0
- package/src/sbmng/sdk.gen.ts +1771 -0
- package/src/sbmng/types.gen.ts +7956 -0
- package/src/supabase/auth-provider.tsx +67 -0
- package/src/supabase/context.tsx +51 -0
- package/src/supabase/cursor-pagination.ts +155 -0
- package/src/supabase/schema/browser.ts +45 -0
- package/src/supabase/schema/index.ts +50 -0
- package/src/supabase/supabase-client.ts +30 -0
- package/src/supabase/supabase.ts +65 -0
- package/src/supabase/use-sb-query/build-query-opts.ts +56 -0
- package/src/supabase/use-sb-query/key.ts +57 -0
- package/src/supabase/use-sb-query/prefetch.ts +59 -0
- package/src/supabase/use-sb-query/use-query.ts +340 -0
- package/src/supabase/use-sb-query/use-rpc-mutation.ts +83 -0
- package/src/supabase/use-sb-query/use-rpc-query.ts +230 -0
- package/src/supabase/utils.ts +75 -0
- package/src/types/database.schemas.ts +3804 -0
- package/src/types/database.types.ts +3828 -0
- package/src/types/index.ts +119 -0
- package/src/types/rpc.schemas.ts +157 -0
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/client.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client/index.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/index.js.map +0 -1
- package/dist/gomtmapi_v2/client/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/types.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/utils.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/auth.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/auth.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/params.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/params.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/types.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/utils.gen.js.map +0 -1
- package/dist/gomtmapi_v2/index.d.ts +0 -3
- package/dist/gomtmapi_v2/index.d.ts.map +0 -1
- package/dist/gomtmapi_v2/index.js +0 -3
- package/dist/gomtmapi_v2/index.js.map +0 -1
- package/dist/gomtmapi_v2/schemas.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/schemas.gen.js.map +0 -1
- package/dist/gomtmapi_v2/sdk.gen.d.ts +0 -208
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/sdk.gen.js.map +0 -1
- package/dist/gomtmapi_v2/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/types.gen.js.map +0 -1
- package/dist/gomtmapi_v2/zod.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/zod.gen.js.map +0 -1
- package/dist/opencode/@tanstack/react-query.gen.d.ts +0 -1903
- package/dist/opencode/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/opencode/@tanstack/react-query.gen.js +0 -1696
- package/dist/opencode/@tanstack/react-query.gen.js.map +0 -1
- package/dist/opencode/client/client.gen.d.ts +0 -3
- package/dist/opencode/client/client.gen.js +0 -236
- package/dist/opencode/client/index.d.ts +0 -9
- package/dist/opencode/client/index.js +0 -7
- package/dist/opencode/client/types.gen.d.ts +0 -118
- package/dist/opencode/client/types.gen.js +0 -3
- package/dist/opencode/client/types.gen.js.map +0 -1
- package/dist/opencode/client/utils.gen.d.ts +0 -34
- package/dist/opencode/client/utils.gen.js +0 -232
- package/dist/opencode/client.gen.js +0 -4
- package/dist/opencode/core/auth.gen.d.ts +0 -19
- package/dist/opencode/core/auth.gen.js +0 -15
- package/dist/opencode/core/bodySerializer.gen.d.ts +0 -26
- package/dist/opencode/core/bodySerializer.gen.js +0 -58
- package/dist/opencode/core/params.gen.d.ts +0 -44
- package/dist/opencode/core/params.gen.js +0 -101
- package/dist/opencode/core/pathSerializer.gen.d.ts +0 -34
- package/dist/opencode/core/pathSerializer.gen.js +0 -115
- package/dist/opencode/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/opencode/core/queryKeySerializer.gen.js +0 -100
- package/dist/opencode/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/opencode/core/serverSentEvents.gen.js +0 -138
- package/dist/opencode/core/types.gen.d.ts +0 -79
- package/dist/opencode/core/types.gen.js +0 -3
- package/dist/opencode/core/types.gen.js.map +0 -1
- package/dist/opencode/core/utils.gen.d.ts +0 -20
- package/dist/opencode/core/utils.gen.js +0 -88
- package/dist/opencode/index.d.ts +0 -3
- package/dist/opencode/index.d.ts.map +0 -1
- package/dist/opencode/index.js +0 -4
- package/dist/opencode/index.js.map +0 -1
- package/dist/opencode/schemas.gen.d.ts +0 -4823
- package/dist/opencode/schemas.gen.d.ts.map +0 -1
- package/dist/opencode/schemas.gen.js +0 -5816
- package/dist/opencode/schemas.gen.js.map +0 -1
- package/dist/opencode/sdk.gen.d.ts +0 -562
- package/dist/opencode/sdk.gen.d.ts.map +0 -1
- package/dist/opencode/sdk.gen.js +0 -766
- package/dist/opencode/sdk.gen.js.map +0 -1
- package/dist/opencode/types.gen.d.ts +0 -4213
- package/dist/opencode/types.gen.d.ts.map +0 -1
- package/dist/opencode/types.gen.js +0 -25
- package/dist/opencode/types.gen.js.map +0 -1
- package/dist/opencode/zod.gen.d.ts +0 -17243
- package/dist/opencode/zod.gen.d.ts.map +0 -1
- package/dist/opencode/zod.gen.js +0 -2876
- package/dist/opencode/zod.gen.js.map +0 -1
- package/dist/schema/browser.d.ts.map +0 -1
- package/dist/schema/browser.js.map +0 -1
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/client.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/client.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/index.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/index.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/types.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/types.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/utils.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/utils.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/auth.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/auth.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/bodySerializer.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/bodySerializer.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/params.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/params.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/pathSerializer.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/pathSerializer.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/queryKeySerializer.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/queryKeySerializer.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/serverSentEvents.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/serverSentEvents.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/types.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/types.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/utils.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/utils.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/types.gen.js +0 -0
- /package/dist/{schema → supabase/schema}/browser.d.ts +0 -0
- /package/dist/{schema → supabase/schema}/browser.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type DefaultError, type InfiniteData, type UseMutationOptions } from '@tanstack/react-query';
|
|
2
2
|
import { type Options } from '../sdk.gen';
|
|
3
|
-
import type { V1ActivateCustomHostnameData, V1ActivateCustomHostnameResponse, V1ActivateVanitySubdomainConfigData, V1ActivateVanitySubdomainConfigResponse, V1ApplyAMigrationData, V1ApplyProjectAddonData, V1AuthorizeJitAccessData, V1AuthorizeJitAccessResponse, V1AuthorizeUserData, V1BulkCreateSecretsData, V1BulkDeleteSecretsData, V1BulkUpdateFunctionsData, V1BulkUpdateFunctionsResponse, V1CancelAProjectRestorationData, V1CheckVanitySubdomainAvailabilityData, V1CheckVanitySubdomainAvailabilityResponse, V1ClaimProjectForOrganizationData, V1ClaimProjectForOrganizationResponse, V1CreateABranchData, V1CreateABranchResponse, V1CreateAFunctionData, V1CreateAFunctionResponse, V1CreateAnOrganizationData, V1CreateAnOrganizationResponse, V1CreateAProjectData, V1CreateAProjectResponse, V1CreateAssoProviderData, V1CreateAssoProviderResponse, V1CreateLegacySigningKeyData, V1CreateLegacySigningKeyResponse, V1CreateLoginRoleData, V1CreateLoginRoleResponse, V1CreateProjectApiKeyData, V1CreateProjectApiKeyResponse, V1CreateProjectClaimTokenData, V1CreateProjectClaimTokenResponse, V1CreateProjectSigningKeyData, V1CreateProjectSigningKeyResponse, V1CreateProjectTpaIntegrationData, V1CreateProjectTpaIntegrationResponse, V1CreateRestorePointData, V1CreateRestorePointResponse, V1DeactivateVanitySubdomainConfigData, V1DeleteABranchData, V1DeleteABranchResponse, V1DeleteAFunctionData, V1DeleteAProjectData, V1DeleteAProjectResponse, V1DeleteAssoProviderData, V1DeleteAssoProviderResponse, V1DeleteHostnameConfigData, V1DeleteJitAccessData, V1DeleteLoginRolesData, V1DeleteLoginRolesResponse, V1DeleteNetworkBansData, V1DeleteProjectApiKeyData, V1DeleteProjectApiKeyResponse, V1DeleteProjectClaimTokenData, V1DeleteProjectClaimTokenResponse, V1DeleteProjectTpaIntegrationData, V1DeleteProjectTpaIntegrationResponse, V1DeployAFunctionData, V1DeployAFunctionResponse, V1DiffABranchData, V1DisablePreviewBranchingData, V1DisableReadonlyModeTemporarilyData, V1EnableDatabaseWebhookData, V1ExchangeOauthTokenData, V1ExchangeOauthTokenResponse, V1GenerateTypescriptTypesData, V1GetABranchConfigData, V1GetABranchData, V1GetActionRunData, V1GetActionRunLogsData, V1GetAFunctionBodyData, V1GetAFunctionData, V1GetAllProjectsForOrganizationData, V1GetAMigrationData, V1GetAnOrganizationData, V1GetASnippetData, V1GetAssoProviderData, V1GetAuthServiceConfigData, V1GetAvailableRegionsData, V1GetDatabaseMetadataData, V1GetHostnameConfigData, V1GetJitAccessData, V1GetLegacySigningKeyData, V1GetNetworkRestrictionsData, V1GetOrganizationProjectClaimData, V1GetPerformanceAdvisorsData, V1GetPgsodiumConfigData, V1GetPoolerConfigData, V1GetPostgresConfigData, V1GetPostgrestServiceConfigData, V1GetPostgresUpgradeEligibilityData, V1GetPostgresUpgradeStatusData, V1GetProjectApiKeyData, V1GetProjectApiKeysData, V1GetProjectClaimTokenData, V1GetProjectData, V1GetProjectFunctionCombinedStatsData, V1GetProjectLegacyApiKeysData, V1GetProjectLogsData, V1GetProjectPgbouncerConfigData, V1GetProjectSigningKeyData, V1GetProjectSigningKeysData, V1GetProjectTpaIntegrationData, V1GetProjectUsageApiCountData, V1GetProjectUsageRequestCountData, V1GetReadonlyModeStatusData, V1GetRealtimeConfigData, V1GetRestorePointData, V1GetSecurityAdvisorsData, V1GetServicesHealthData, V1GetSslEnforcementConfigData, V1GetStorageConfigData, V1GetVanitySubdomainConfigData, V1ListActionRunsData, V1ListAllBackupsData, V1ListAllBranchesData, V1ListAllBucketsData, V1ListAllFunctionsData, V1ListAllNetworkBansData, V1ListAllNetworkBansEnrichedData, V1ListAllNetworkBansEnrichedResponse, V1ListAllNetworkBansResponse, V1ListAllOrganizationsData, V1ListAllProjectsData, V1ListAllSecretsData, V1ListAllSnippetsData, V1ListAllSsoProviderData, V1ListAvailableRestoreVersionsData, V1ListJitAccessData, V1ListMigrationHistoryData, V1ListOrganizationMembersData, V1ListProjectAddonsData, V1ListProjectTpaIntegrationsData, V1MergeABranchData, V1MergeABranchResponse, V1OauthAuthorizeProjectClaimData, V1PatchAMigrationData, V1PatchNetworkRestrictionsData, V1PatchNetworkRestrictionsResponse, V1PauseAProjectData, V1PushABranchData, V1PushABranchResponse, V1ReadOnlyQueryData, V1RemoveAReadReplicaData, V1RemoveProjectAddonData, V1RemoveProjectSigningKeyData, V1RemoveProjectSigningKeyResponse, V1ResetABranchData, V1ResetABranchResponse, V1RestoreABranchData, V1RestoreABranchResponse, V1RestoreAProjectData, V1RestorePitrBackupData, V1RevokeTokenData, V1RevokeTokenResponse, V1RollbackMigrationsData, V1RunAQueryData, V1SetupAReadReplicaData, V1UndoData, V1UpdateABranchConfigData, V1UpdateABranchConfigResponse, V1UpdateActionRunStatusData, V1UpdateActionRunStatusResponse, V1UpdateAFunctionData, V1UpdateAFunctionResponse, V1UpdateAProjectData, V1UpdateAProjectResponse, V1UpdateAssoProviderData, V1UpdateAssoProviderResponse, V1UpdateAuthServiceConfigData, V1UpdateAuthServiceConfigResponse, V1UpdateDatabasePasswordData, V1UpdateDatabasePasswordResponse, V1UpdateHostnameConfigData, V1UpdateHostnameConfigResponse, V1UpdateJitAccessData, V1UpdateJitAccessResponse, V1UpdateNetworkRestrictionsData, V1UpdateNetworkRestrictionsResponse, V1UpdatePgsodiumConfigData, V1UpdatePgsodiumConfigResponse, V1UpdatePoolerConfigData, V1UpdatePoolerConfigResponse, V1UpdatePostgresConfigData, V1UpdatePostgresConfigResponse, V1UpdatePostgrestServiceConfigData, V1UpdatePostgrestServiceConfigResponse, V1UpdateProjectApiKeyData, V1UpdateProjectApiKeyResponse, V1UpdateProjectLegacyApiKeysData, V1UpdateProjectLegacyApiKeysResponse, V1UpdateProjectSigningKeyData, V1UpdateProjectSigningKeyResponse, V1UpdateRealtimeConfigData, V1UpdateRealtimeConfigResponse, V1UpdateSslEnforcementConfigData, V1UpdateSslEnforcementConfigResponse, V1UpdateStorageConfigData, V1UpgradePostgresVersionData, V1UpgradePostgresVersionResponse, V1UpsertAMigrationData, V1VerifyDnsConfigData, V1VerifyDnsConfigResponse } from '../types.gen';
|
|
3
|
+
import type { V1ActivateCustomHostnameData, V1ActivateCustomHostnameResponse, V1ActivateVanitySubdomainConfigData, V1ActivateVanitySubdomainConfigResponse, V1ApplyAMigrationData, V1ApplyProjectAddonData, V1AuthorizeJitAccessData, V1AuthorizeJitAccessResponse, V1AuthorizeUserData, V1BulkCreateSecretsData, V1BulkDeleteSecretsData, V1BulkUpdateFunctionsData, V1BulkUpdateFunctionsResponse, V1CancelAProjectRestorationData, V1CheckVanitySubdomainAvailabilityData, V1CheckVanitySubdomainAvailabilityResponse, V1ClaimProjectForOrganizationData, V1ClaimProjectForOrganizationResponse, V1CreateABranchData, V1CreateABranchResponse, V1CreateAFunctionData, V1CreateAFunctionResponse, V1CreateAnOrganizationData, V1CreateAnOrganizationResponse, V1CreateAProjectData, V1CreateAProjectResponse, V1CreateAssoProviderData, V1CreateAssoProviderResponse, V1CreateLegacySigningKeyData, V1CreateLegacySigningKeyResponse, V1CreateLoginRoleData, V1CreateLoginRoleResponse, V1CreateProjectApiKeyData, V1CreateProjectApiKeyResponse, V1CreateProjectClaimTokenData, V1CreateProjectClaimTokenResponse, V1CreateProjectSigningKeyData, V1CreateProjectSigningKeyResponse, V1CreateProjectTpaIntegrationData, V1CreateProjectTpaIntegrationResponse, V1CreateRestorePointData, V1CreateRestorePointResponse, V1DeactivateVanitySubdomainConfigData, V1DeleteABranchData, V1DeleteABranchResponse, V1DeleteAFunctionData, V1DeleteAProjectData, V1DeleteAProjectResponse, V1DeleteAssoProviderData, V1DeleteAssoProviderResponse, V1DeleteHostnameConfigData, V1DeleteJitAccessData, V1DeleteLoginRolesData, V1DeleteLoginRolesResponse, V1DeleteNetworkBansData, V1DeleteProjectApiKeyData, V1DeleteProjectApiKeyResponse, V1DeleteProjectClaimTokenData, V1DeleteProjectClaimTokenResponse, V1DeleteProjectTpaIntegrationData, V1DeleteProjectTpaIntegrationResponse, V1DeployAFunctionData, V1DeployAFunctionResponse, V1DiffABranchData, V1DisablePreviewBranchingData, V1DisableReadonlyModeTemporarilyData, V1EnableDatabaseWebhookData, V1ExchangeOauthTokenData, V1ExchangeOauthTokenResponse, V1GenerateTypescriptTypesData, V1GetABranchConfigData, V1GetABranchData, V1GetActionRunData, V1GetActionRunLogsData, V1GetAFunctionBodyData, V1GetAFunctionData, V1GetAllProjectsForOrganizationData, V1GetAMigrationData, V1GetAnOrganizationData, V1GetASnippetData, V1GetAssoProviderData, V1GetAuthServiceConfigData, V1GetAvailableRegionsData, V1GetDatabaseMetadataData, V1GetDiskUtilizationData, V1GetHostnameConfigData, V1GetJitAccessConfigData, V1GetJitAccessData, V1GetLegacySigningKeyData, V1GetNetworkRestrictionsData, V1GetOrganizationProjectClaimData, V1GetPerformanceAdvisorsData, V1GetPgsodiumConfigData, V1GetPoolerConfigData, V1GetPostgresConfigData, V1GetPostgrestServiceConfigData, V1GetPostgresUpgradeEligibilityData, V1GetPostgresUpgradeStatusData, V1GetProjectApiKeyData, V1GetProjectApiKeysData, V1GetProjectClaimTokenData, V1GetProjectData, V1GetProjectDiskAutoscaleConfigData, V1GetProjectFunctionCombinedStatsData, V1GetProjectLegacyApiKeysData, V1GetProjectLogsData, V1GetProjectPgbouncerConfigData, V1GetProjectSigningKeyData, V1GetProjectSigningKeysData, V1GetProjectTpaIntegrationData, V1GetProjectUsageApiCountData, V1GetProjectUsageRequestCountData, V1GetReadonlyModeStatusData, V1GetRealtimeConfigData, V1GetRestorePointData, V1GetSecurityAdvisorsData, V1GetServicesHealthData, V1GetSslEnforcementConfigData, V1GetStorageConfigData, V1GetVanitySubdomainConfigData, V1ListActionRunsData, V1ListAllBackupsData, V1ListAllBranchesData, V1ListAllBucketsData, V1ListAllFunctionsData, V1ListAllNetworkBansData, V1ListAllNetworkBansEnrichedData, V1ListAllNetworkBansEnrichedResponse, V1ListAllNetworkBansResponse, V1ListAllOrganizationsData, V1ListAllProjectsData, V1ListAllSecretsData, V1ListAllSnippetsData, V1ListAllSsoProviderData, V1ListAvailableRestoreVersionsData, V1ListJitAccessData, V1ListMigrationHistoryData, V1ListOrganizationMembersData, V1ListProjectAddonsData, V1ListProjectTpaIntegrationsData, V1MergeABranchData, V1MergeABranchResponse, V1ModifyDatabaseDiskData, V1OauthAuthorizeProjectClaimData, V1PatchAMigrationData, V1PatchNetworkRestrictionsData, V1PatchNetworkRestrictionsResponse, V1PauseAProjectData, V1PushABranchData, V1PushABranchResponse, V1ReadOnlyQueryData, V1RemoveAReadReplicaData, V1RemoveProjectAddonData, V1RemoveProjectSigningKeyData, V1RemoveProjectSigningKeyResponse, V1ResetABranchData, V1ResetABranchResponse, V1RestoreABranchData, V1RestoreABranchResponse, V1RestoreAProjectData, V1RestorePitrBackupData, V1RevokeTokenData, V1RevokeTokenResponse, V1RollbackMigrationsData, V1RunAQueryData, V1SetupAReadReplicaData, V1ShutdownRealtimeData, V1ShutdownRealtimeResponse, V1UndoData, V1UpdateABranchConfigData, V1UpdateABranchConfigResponse, V1UpdateActionRunStatusData, V1UpdateActionRunStatusResponse, V1UpdateAFunctionData, V1UpdateAFunctionResponse, V1UpdateAProjectData, V1UpdateAProjectResponse, V1UpdateAssoProviderData, V1UpdateAssoProviderResponse, V1UpdateAuthServiceConfigData, V1UpdateAuthServiceConfigResponse, V1UpdateDatabasePasswordData, V1UpdateDatabasePasswordResponse, V1UpdateHostnameConfigData, V1UpdateHostnameConfigResponse, V1UpdateJitAccessConfigData, V1UpdateJitAccessConfigResponse, V1UpdateJitAccessData, V1UpdateJitAccessResponse, V1UpdateNetworkRestrictionsData, V1UpdateNetworkRestrictionsResponse, V1UpdatePgsodiumConfigData, V1UpdatePgsodiumConfigResponse, V1UpdatePoolerConfigData, V1UpdatePoolerConfigResponse, V1UpdatePostgresConfigData, V1UpdatePostgresConfigResponse, V1UpdatePostgrestServiceConfigData, V1UpdatePostgrestServiceConfigResponse, V1UpdateProjectApiKeyData, V1UpdateProjectApiKeyResponse, V1UpdateProjectLegacyApiKeysData, V1UpdateProjectLegacyApiKeysResponse, V1UpdateProjectSigningKeyData, V1UpdateProjectSigningKeyResponse, V1UpdateRealtimeConfigData, V1UpdateRealtimeConfigResponse, V1UpdateSslEnforcementConfigData, V1UpdateSslEnforcementConfigResponse, V1UpdateStorageConfigData, V1UpgradePostgresVersionData, V1UpgradePostgresVersionResponse, V1UpsertAMigrationData, V1VerifyDnsConfigData, V1VerifyDnsConfigResponse } from '../types.gen';
|
|
4
4
|
/**
|
|
5
5
|
* Delete a database branch
|
|
6
6
|
*
|
|
@@ -686,6 +686,38 @@ export declare const v1VerifyDnsConfigMutation: (options?: Partial<Options<V1Ver
|
|
|
686
686
|
* [Beta] Activates a custom hostname for a project.
|
|
687
687
|
*/
|
|
688
688
|
export declare const v1ActivateCustomHostnameMutation: (options?: Partial<Options<V1ActivateCustomHostnameData>>) => UseMutationOptions<V1ActivateCustomHostnameResponse, DefaultError, Options<V1ActivateCustomHostnameData>>;
|
|
689
|
+
export declare const v1GetJitAccessConfigQueryKey: (options: Options<V1GetJitAccessConfigData>) => [Pick<Options<V1GetJitAccessConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
690
|
+
_id: string;
|
|
691
|
+
_infinite?: boolean;
|
|
692
|
+
tags?: ReadonlyArray<string>;
|
|
693
|
+
}];
|
|
694
|
+
/**
|
|
695
|
+
* [Beta] Get project's just-in-time access configuration.
|
|
696
|
+
*/
|
|
697
|
+
export declare const v1GetJitAccessConfigOptions: (options: Options<V1GetJitAccessConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").JitAccessResponse, Error, import("..").JitAccessResponse, [Pick<Options<V1GetJitAccessConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
698
|
+
_id: string;
|
|
699
|
+
_infinite?: boolean;
|
|
700
|
+
tags?: ReadonlyArray<string>;
|
|
701
|
+
}]>, "queryFn"> & {
|
|
702
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").JitAccessResponse, [Pick<Options<V1GetJitAccessConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
703
|
+
_id: string;
|
|
704
|
+
_infinite?: boolean;
|
|
705
|
+
tags?: ReadonlyArray<string>;
|
|
706
|
+
}], never> | undefined;
|
|
707
|
+
} & {
|
|
708
|
+
queryKey: [Pick<Options<V1GetJitAccessConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
709
|
+
_id: string;
|
|
710
|
+
_infinite?: boolean;
|
|
711
|
+
tags?: ReadonlyArray<string>;
|
|
712
|
+
}] & {
|
|
713
|
+
[dataTagSymbol]: import("..").JitAccessResponse;
|
|
714
|
+
[dataTagErrorSymbol]: Error;
|
|
715
|
+
};
|
|
716
|
+
};
|
|
717
|
+
/**
|
|
718
|
+
* [Beta] Update project's just-in-time access configuration.
|
|
719
|
+
*/
|
|
720
|
+
export declare const v1UpdateJitAccessConfigMutation: (options?: Partial<Options<V1UpdateJitAccessConfigData>>) => UseMutationOptions<V1UpdateJitAccessConfigResponse, DefaultError, Options<V1UpdateJitAccessConfigData>>;
|
|
689
721
|
/**
|
|
690
722
|
* [Beta] Gets project's network bans
|
|
691
723
|
*/
|
|
@@ -1206,130 +1238,6 @@ export declare const v1GetProjectSigningKeyOptions: (options: Options<V1GetProje
|
|
|
1206
1238
|
* Update a signing key, mainly its status
|
|
1207
1239
|
*/
|
|
1208
1240
|
export declare const v1UpdateProjectSigningKeyMutation: (options?: Partial<Options<V1UpdateProjectSigningKeyData>>) => UseMutationOptions<V1UpdateProjectSigningKeyResponse, DefaultError, Options<V1UpdateProjectSigningKeyData>>;
|
|
1209
|
-
export declare const v1GetStorageConfigQueryKey: (options: Options<V1GetStorageConfigData>) => [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1210
|
-
_id: string;
|
|
1211
|
-
_infinite?: boolean;
|
|
1212
|
-
tags?: ReadonlyArray<string>;
|
|
1213
|
-
}];
|
|
1214
|
-
/**
|
|
1215
|
-
* Gets project's storage config
|
|
1216
|
-
*/
|
|
1217
|
-
export declare const v1GetStorageConfigOptions: (options: Options<V1GetStorageConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").StorageConfigResponse, Error, import("..").StorageConfigResponse, [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1218
|
-
_id: string;
|
|
1219
|
-
_infinite?: boolean;
|
|
1220
|
-
tags?: ReadonlyArray<string>;
|
|
1221
|
-
}]>, "queryFn"> & {
|
|
1222
|
-
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").StorageConfigResponse, [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1223
|
-
_id: string;
|
|
1224
|
-
_infinite?: boolean;
|
|
1225
|
-
tags?: ReadonlyArray<string>;
|
|
1226
|
-
}], never> | undefined;
|
|
1227
|
-
} & {
|
|
1228
|
-
queryKey: [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1229
|
-
_id: string;
|
|
1230
|
-
_infinite?: boolean;
|
|
1231
|
-
tags?: ReadonlyArray<string>;
|
|
1232
|
-
}] & {
|
|
1233
|
-
[dataTagSymbol]: import("..").StorageConfigResponse;
|
|
1234
|
-
[dataTagErrorSymbol]: Error;
|
|
1235
|
-
};
|
|
1236
|
-
};
|
|
1237
|
-
/**
|
|
1238
|
-
* Updates project's storage config
|
|
1239
|
-
*/
|
|
1240
|
-
export declare const v1UpdateStorageConfigMutation: (options?: Partial<Options<V1UpdateStorageConfigData>>) => UseMutationOptions<unknown, DefaultError, Options<V1UpdateStorageConfigData>>;
|
|
1241
|
-
export declare const v1GetPostgresConfigQueryKey: (options: Options<V1GetPostgresConfigData>) => [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1242
|
-
_id: string;
|
|
1243
|
-
_infinite?: boolean;
|
|
1244
|
-
tags?: ReadonlyArray<string>;
|
|
1245
|
-
}];
|
|
1246
|
-
/**
|
|
1247
|
-
* Gets project's Postgres config
|
|
1248
|
-
*/
|
|
1249
|
-
export declare const v1GetPostgresConfigOptions: (options: Options<V1GetPostgresConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").PostgresConfigResponse, Error, import("..").PostgresConfigResponse, [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1250
|
-
_id: string;
|
|
1251
|
-
_infinite?: boolean;
|
|
1252
|
-
tags?: ReadonlyArray<string>;
|
|
1253
|
-
}]>, "queryFn"> & {
|
|
1254
|
-
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").PostgresConfigResponse, [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1255
|
-
_id: string;
|
|
1256
|
-
_infinite?: boolean;
|
|
1257
|
-
tags?: ReadonlyArray<string>;
|
|
1258
|
-
}], never> | undefined;
|
|
1259
|
-
} & {
|
|
1260
|
-
queryKey: [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1261
|
-
_id: string;
|
|
1262
|
-
_infinite?: boolean;
|
|
1263
|
-
tags?: ReadonlyArray<string>;
|
|
1264
|
-
}] & {
|
|
1265
|
-
[dataTagSymbol]: import("..").PostgresConfigResponse;
|
|
1266
|
-
[dataTagErrorSymbol]: Error;
|
|
1267
|
-
};
|
|
1268
|
-
};
|
|
1269
|
-
/**
|
|
1270
|
-
* Updates project's Postgres config
|
|
1271
|
-
*/
|
|
1272
|
-
export declare const v1UpdatePostgresConfigMutation: (options?: Partial<Options<V1UpdatePostgresConfigData>>) => UseMutationOptions<V1UpdatePostgresConfigResponse, DefaultError, Options<V1UpdatePostgresConfigData>>;
|
|
1273
|
-
export declare const v1GetProjectPgbouncerConfigQueryKey: (options: Options<V1GetProjectPgbouncerConfigData>) => [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1274
|
-
_id: string;
|
|
1275
|
-
_infinite?: boolean;
|
|
1276
|
-
tags?: ReadonlyArray<string>;
|
|
1277
|
-
}];
|
|
1278
|
-
/**
|
|
1279
|
-
* Get project's pgbouncer config
|
|
1280
|
-
*/
|
|
1281
|
-
export declare const v1GetProjectPgbouncerConfigOptions: (options: Options<V1GetProjectPgbouncerConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").V1PgbouncerConfigResponse, Error, import("..").V1PgbouncerConfigResponse, [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1282
|
-
_id: string;
|
|
1283
|
-
_infinite?: boolean;
|
|
1284
|
-
tags?: ReadonlyArray<string>;
|
|
1285
|
-
}]>, "queryFn"> & {
|
|
1286
|
-
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").V1PgbouncerConfigResponse, [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1287
|
-
_id: string;
|
|
1288
|
-
_infinite?: boolean;
|
|
1289
|
-
tags?: ReadonlyArray<string>;
|
|
1290
|
-
}], never> | undefined;
|
|
1291
|
-
} & {
|
|
1292
|
-
queryKey: [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1293
|
-
_id: string;
|
|
1294
|
-
_infinite?: boolean;
|
|
1295
|
-
tags?: ReadonlyArray<string>;
|
|
1296
|
-
}] & {
|
|
1297
|
-
[dataTagSymbol]: import("..").V1PgbouncerConfigResponse;
|
|
1298
|
-
[dataTagErrorSymbol]: Error;
|
|
1299
|
-
};
|
|
1300
|
-
};
|
|
1301
|
-
export declare const v1GetPoolerConfigQueryKey: (options: Options<V1GetPoolerConfigData>) => [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1302
|
-
_id: string;
|
|
1303
|
-
_infinite?: boolean;
|
|
1304
|
-
tags?: ReadonlyArray<string>;
|
|
1305
|
-
}];
|
|
1306
|
-
/**
|
|
1307
|
-
* Gets project's supavisor config
|
|
1308
|
-
*/
|
|
1309
|
-
export declare const v1GetPoolerConfigOptions: (options: Options<V1GetPoolerConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").SupavisorConfigResponse[], Error, import("..").SupavisorConfigResponse[], [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1310
|
-
_id: string;
|
|
1311
|
-
_infinite?: boolean;
|
|
1312
|
-
tags?: ReadonlyArray<string>;
|
|
1313
|
-
}]>, "queryFn"> & {
|
|
1314
|
-
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").SupavisorConfigResponse[], [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1315
|
-
_id: string;
|
|
1316
|
-
_infinite?: boolean;
|
|
1317
|
-
tags?: ReadonlyArray<string>;
|
|
1318
|
-
}], never> | undefined;
|
|
1319
|
-
} & {
|
|
1320
|
-
queryKey: [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1321
|
-
_id: string;
|
|
1322
|
-
_infinite?: boolean;
|
|
1323
|
-
tags?: ReadonlyArray<string>;
|
|
1324
|
-
}] & {
|
|
1325
|
-
[dataTagSymbol]: import("..").SupavisorConfigResponse[];
|
|
1326
|
-
[dataTagErrorSymbol]: Error;
|
|
1327
|
-
};
|
|
1328
|
-
};
|
|
1329
|
-
/**
|
|
1330
|
-
* Updates project's supavisor config
|
|
1331
|
-
*/
|
|
1332
|
-
export declare const v1UpdatePoolerConfigMutation: (options?: Partial<Options<V1UpdatePoolerConfigData>>) => UseMutationOptions<V1UpdatePoolerConfigResponse, DefaultError, Options<V1UpdatePoolerConfigData>>;
|
|
1333
1241
|
export declare const v1GetAuthServiceConfigQueryKey: (options: Options<V1GetAuthServiceConfigData>) => [Pick<Options<V1GetAuthServiceConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1334
1242
|
_id: string;
|
|
1335
1243
|
_infinite?: boolean;
|
|
@@ -1362,38 +1270,6 @@ export declare const v1GetAuthServiceConfigOptions: (options: Options<V1GetAuthS
|
|
|
1362
1270
|
* Updates a project's auth config
|
|
1363
1271
|
*/
|
|
1364
1272
|
export declare const v1UpdateAuthServiceConfigMutation: (options?: Partial<Options<V1UpdateAuthServiceConfigData>>) => UseMutationOptions<V1UpdateAuthServiceConfigResponse, DefaultError, Options<V1UpdateAuthServiceConfigData>>;
|
|
1365
|
-
export declare const v1GetRealtimeConfigQueryKey: (options: Options<V1GetRealtimeConfigData>) => [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1366
|
-
_id: string;
|
|
1367
|
-
_infinite?: boolean;
|
|
1368
|
-
tags?: ReadonlyArray<string>;
|
|
1369
|
-
}];
|
|
1370
|
-
/**
|
|
1371
|
-
* Gets realtime configuration
|
|
1372
|
-
*/
|
|
1373
|
-
export declare const v1GetRealtimeConfigOptions: (options: Options<V1GetRealtimeConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").RealtimeConfigResponse, Error, import("..").RealtimeConfigResponse, [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1374
|
-
_id: string;
|
|
1375
|
-
_infinite?: boolean;
|
|
1376
|
-
tags?: ReadonlyArray<string>;
|
|
1377
|
-
}]>, "queryFn"> & {
|
|
1378
|
-
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").RealtimeConfigResponse, [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1379
|
-
_id: string;
|
|
1380
|
-
_infinite?: boolean;
|
|
1381
|
-
tags?: ReadonlyArray<string>;
|
|
1382
|
-
}], never> | undefined;
|
|
1383
|
-
} & {
|
|
1384
|
-
queryKey: [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1385
|
-
_id: string;
|
|
1386
|
-
_infinite?: boolean;
|
|
1387
|
-
tags?: ReadonlyArray<string>;
|
|
1388
|
-
}] & {
|
|
1389
|
-
[dataTagSymbol]: import("..").RealtimeConfigResponse;
|
|
1390
|
-
[dataTagErrorSymbol]: Error;
|
|
1391
|
-
};
|
|
1392
|
-
};
|
|
1393
|
-
/**
|
|
1394
|
-
* Updates realtime configuration
|
|
1395
|
-
*/
|
|
1396
|
-
export declare const v1UpdateRealtimeConfigMutation: (options?: Partial<Options<V1UpdateRealtimeConfigData>>) => UseMutationOptions<V1UpdateRealtimeConfigResponse, DefaultError, Options<V1UpdateRealtimeConfigData>>;
|
|
1397
1273
|
export declare const v1ListProjectTpaIntegrationsQueryKey: (options: Options<V1ListProjectTpaIntegrationsData>) => [Pick<Options<V1ListProjectTpaIntegrationsData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
1398
1274
|
_id: string;
|
|
1399
1275
|
_infinite?: boolean;
|
|
@@ -2131,6 +2007,226 @@ export declare const v1ListAllBucketsOptions: (options: Options<V1ListAllBuckets
|
|
|
2131
2007
|
[dataTagErrorSymbol]: Error;
|
|
2132
2008
|
};
|
|
2133
2009
|
};
|
|
2010
|
+
export declare const v1GetDiskUtilizationQueryKey: (options: Options<V1GetDiskUtilizationData>) => [Pick<Options<V1GetDiskUtilizationData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2011
|
+
_id: string;
|
|
2012
|
+
_infinite?: boolean;
|
|
2013
|
+
tags?: ReadonlyArray<string>;
|
|
2014
|
+
}];
|
|
2015
|
+
/**
|
|
2016
|
+
* Get disk utilization
|
|
2017
|
+
*/
|
|
2018
|
+
export declare const v1GetDiskUtilizationOptions: (options: Options<V1GetDiskUtilizationData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").DiskUtilMetricsResponse, Error, import("..").DiskUtilMetricsResponse, [Pick<Options<V1GetDiskUtilizationData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2019
|
+
_id: string;
|
|
2020
|
+
_infinite?: boolean;
|
|
2021
|
+
tags?: ReadonlyArray<string>;
|
|
2022
|
+
}]>, "queryFn"> & {
|
|
2023
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").DiskUtilMetricsResponse, [Pick<Options<V1GetDiskUtilizationData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2024
|
+
_id: string;
|
|
2025
|
+
_infinite?: boolean;
|
|
2026
|
+
tags?: ReadonlyArray<string>;
|
|
2027
|
+
}], never> | undefined;
|
|
2028
|
+
} & {
|
|
2029
|
+
queryKey: [Pick<Options<V1GetDiskUtilizationData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2030
|
+
_id: string;
|
|
2031
|
+
_infinite?: boolean;
|
|
2032
|
+
tags?: ReadonlyArray<string>;
|
|
2033
|
+
}] & {
|
|
2034
|
+
[dataTagSymbol]: import("..").DiskUtilMetricsResponse;
|
|
2035
|
+
[dataTagErrorSymbol]: Error;
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
/**
|
|
2039
|
+
* Modify database disk
|
|
2040
|
+
*/
|
|
2041
|
+
export declare const v1ModifyDatabaseDiskMutation: (options?: Partial<Options<V1ModifyDatabaseDiskData>>) => UseMutationOptions<unknown, DefaultError, Options<V1ModifyDatabaseDiskData>>;
|
|
2042
|
+
export declare const v1GetProjectDiskAutoscaleConfigQueryKey: (options: Options<V1GetProjectDiskAutoscaleConfigData>) => [Pick<Options<V1GetProjectDiskAutoscaleConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2043
|
+
_id: string;
|
|
2044
|
+
_infinite?: boolean;
|
|
2045
|
+
tags?: ReadonlyArray<string>;
|
|
2046
|
+
}];
|
|
2047
|
+
/**
|
|
2048
|
+
* Gets project disk autoscale config
|
|
2049
|
+
*/
|
|
2050
|
+
export declare const v1GetProjectDiskAutoscaleConfigOptions: (options: Options<V1GetProjectDiskAutoscaleConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").DiskAutoscaleConfig, Error, import("..").DiskAutoscaleConfig, [Pick<Options<V1GetProjectDiskAutoscaleConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2051
|
+
_id: string;
|
|
2052
|
+
_infinite?: boolean;
|
|
2053
|
+
tags?: ReadonlyArray<string>;
|
|
2054
|
+
}]>, "queryFn"> & {
|
|
2055
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").DiskAutoscaleConfig, [Pick<Options<V1GetProjectDiskAutoscaleConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2056
|
+
_id: string;
|
|
2057
|
+
_infinite?: boolean;
|
|
2058
|
+
tags?: ReadonlyArray<string>;
|
|
2059
|
+
}], never> | undefined;
|
|
2060
|
+
} & {
|
|
2061
|
+
queryKey: [Pick<Options<V1GetProjectDiskAutoscaleConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2062
|
+
_id: string;
|
|
2063
|
+
_infinite?: boolean;
|
|
2064
|
+
tags?: ReadonlyArray<string>;
|
|
2065
|
+
}] & {
|
|
2066
|
+
[dataTagSymbol]: import("..").DiskAutoscaleConfig;
|
|
2067
|
+
[dataTagErrorSymbol]: Error;
|
|
2068
|
+
};
|
|
2069
|
+
};
|
|
2070
|
+
export declare const v1GetStorageConfigQueryKey: (options: Options<V1GetStorageConfigData>) => [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2071
|
+
_id: string;
|
|
2072
|
+
_infinite?: boolean;
|
|
2073
|
+
tags?: ReadonlyArray<string>;
|
|
2074
|
+
}];
|
|
2075
|
+
/**
|
|
2076
|
+
* Gets project's storage config
|
|
2077
|
+
*/
|
|
2078
|
+
export declare const v1GetStorageConfigOptions: (options: Options<V1GetStorageConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").StorageConfigResponse, Error, import("..").StorageConfigResponse, [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2079
|
+
_id: string;
|
|
2080
|
+
_infinite?: boolean;
|
|
2081
|
+
tags?: ReadonlyArray<string>;
|
|
2082
|
+
}]>, "queryFn"> & {
|
|
2083
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").StorageConfigResponse, [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2084
|
+
_id: string;
|
|
2085
|
+
_infinite?: boolean;
|
|
2086
|
+
tags?: ReadonlyArray<string>;
|
|
2087
|
+
}], never> | undefined;
|
|
2088
|
+
} & {
|
|
2089
|
+
queryKey: [Pick<Options<V1GetStorageConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2090
|
+
_id: string;
|
|
2091
|
+
_infinite?: boolean;
|
|
2092
|
+
tags?: ReadonlyArray<string>;
|
|
2093
|
+
}] & {
|
|
2094
|
+
[dataTagSymbol]: import("..").StorageConfigResponse;
|
|
2095
|
+
[dataTagErrorSymbol]: Error;
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
2098
|
+
/**
|
|
2099
|
+
* Updates project's storage config
|
|
2100
|
+
*/
|
|
2101
|
+
export declare const v1UpdateStorageConfigMutation: (options?: Partial<Options<V1UpdateStorageConfigData>>) => UseMutationOptions<unknown, DefaultError, Options<V1UpdateStorageConfigData>>;
|
|
2102
|
+
export declare const v1GetProjectPgbouncerConfigQueryKey: (options: Options<V1GetProjectPgbouncerConfigData>) => [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2103
|
+
_id: string;
|
|
2104
|
+
_infinite?: boolean;
|
|
2105
|
+
tags?: ReadonlyArray<string>;
|
|
2106
|
+
}];
|
|
2107
|
+
/**
|
|
2108
|
+
* Get project's pgbouncer config
|
|
2109
|
+
*/
|
|
2110
|
+
export declare const v1GetProjectPgbouncerConfigOptions: (options: Options<V1GetProjectPgbouncerConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").V1PgbouncerConfigResponse, Error, import("..").V1PgbouncerConfigResponse, [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2111
|
+
_id: string;
|
|
2112
|
+
_infinite?: boolean;
|
|
2113
|
+
tags?: ReadonlyArray<string>;
|
|
2114
|
+
}]>, "queryFn"> & {
|
|
2115
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").V1PgbouncerConfigResponse, [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2116
|
+
_id: string;
|
|
2117
|
+
_infinite?: boolean;
|
|
2118
|
+
tags?: ReadonlyArray<string>;
|
|
2119
|
+
}], never> | undefined;
|
|
2120
|
+
} & {
|
|
2121
|
+
queryKey: [Pick<Options<V1GetProjectPgbouncerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2122
|
+
_id: string;
|
|
2123
|
+
_infinite?: boolean;
|
|
2124
|
+
tags?: ReadonlyArray<string>;
|
|
2125
|
+
}] & {
|
|
2126
|
+
[dataTagSymbol]: import("..").V1PgbouncerConfigResponse;
|
|
2127
|
+
[dataTagErrorSymbol]: Error;
|
|
2128
|
+
};
|
|
2129
|
+
};
|
|
2130
|
+
export declare const v1GetPoolerConfigQueryKey: (options: Options<V1GetPoolerConfigData>) => [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2131
|
+
_id: string;
|
|
2132
|
+
_infinite?: boolean;
|
|
2133
|
+
tags?: ReadonlyArray<string>;
|
|
2134
|
+
}];
|
|
2135
|
+
/**
|
|
2136
|
+
* Gets project's supavisor config
|
|
2137
|
+
*/
|
|
2138
|
+
export declare const v1GetPoolerConfigOptions: (options: Options<V1GetPoolerConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").SupavisorConfigResponse[], Error, import("..").SupavisorConfigResponse[], [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2139
|
+
_id: string;
|
|
2140
|
+
_infinite?: boolean;
|
|
2141
|
+
tags?: ReadonlyArray<string>;
|
|
2142
|
+
}]>, "queryFn"> & {
|
|
2143
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").SupavisorConfigResponse[], [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2144
|
+
_id: string;
|
|
2145
|
+
_infinite?: boolean;
|
|
2146
|
+
tags?: ReadonlyArray<string>;
|
|
2147
|
+
}], never> | undefined;
|
|
2148
|
+
} & {
|
|
2149
|
+
queryKey: [Pick<Options<V1GetPoolerConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2150
|
+
_id: string;
|
|
2151
|
+
_infinite?: boolean;
|
|
2152
|
+
tags?: ReadonlyArray<string>;
|
|
2153
|
+
}] & {
|
|
2154
|
+
[dataTagSymbol]: import("..").SupavisorConfigResponse[];
|
|
2155
|
+
[dataTagErrorSymbol]: Error;
|
|
2156
|
+
};
|
|
2157
|
+
};
|
|
2158
|
+
/**
|
|
2159
|
+
* Updates project's supavisor config
|
|
2160
|
+
*/
|
|
2161
|
+
export declare const v1UpdatePoolerConfigMutation: (options?: Partial<Options<V1UpdatePoolerConfigData>>) => UseMutationOptions<V1UpdatePoolerConfigResponse, DefaultError, Options<V1UpdatePoolerConfigData>>;
|
|
2162
|
+
export declare const v1GetPostgresConfigQueryKey: (options: Options<V1GetPostgresConfigData>) => [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2163
|
+
_id: string;
|
|
2164
|
+
_infinite?: boolean;
|
|
2165
|
+
tags?: ReadonlyArray<string>;
|
|
2166
|
+
}];
|
|
2167
|
+
/**
|
|
2168
|
+
* Gets project's Postgres config
|
|
2169
|
+
*/
|
|
2170
|
+
export declare const v1GetPostgresConfigOptions: (options: Options<V1GetPostgresConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").PostgresConfigResponse, Error, import("..").PostgresConfigResponse, [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2171
|
+
_id: string;
|
|
2172
|
+
_infinite?: boolean;
|
|
2173
|
+
tags?: ReadonlyArray<string>;
|
|
2174
|
+
}]>, "queryFn"> & {
|
|
2175
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").PostgresConfigResponse, [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2176
|
+
_id: string;
|
|
2177
|
+
_infinite?: boolean;
|
|
2178
|
+
tags?: ReadonlyArray<string>;
|
|
2179
|
+
}], never> | undefined;
|
|
2180
|
+
} & {
|
|
2181
|
+
queryKey: [Pick<Options<V1GetPostgresConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2182
|
+
_id: string;
|
|
2183
|
+
_infinite?: boolean;
|
|
2184
|
+
tags?: ReadonlyArray<string>;
|
|
2185
|
+
}] & {
|
|
2186
|
+
[dataTagSymbol]: import("..").PostgresConfigResponse;
|
|
2187
|
+
[dataTagErrorSymbol]: Error;
|
|
2188
|
+
};
|
|
2189
|
+
};
|
|
2190
|
+
/**
|
|
2191
|
+
* Updates project's Postgres config
|
|
2192
|
+
*/
|
|
2193
|
+
export declare const v1UpdatePostgresConfigMutation: (options?: Partial<Options<V1UpdatePostgresConfigData>>) => UseMutationOptions<V1UpdatePostgresConfigResponse, DefaultError, Options<V1UpdatePostgresConfigData>>;
|
|
2194
|
+
export declare const v1GetRealtimeConfigQueryKey: (options: Options<V1GetRealtimeConfigData>) => [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2195
|
+
_id: string;
|
|
2196
|
+
_infinite?: boolean;
|
|
2197
|
+
tags?: ReadonlyArray<string>;
|
|
2198
|
+
}];
|
|
2199
|
+
/**
|
|
2200
|
+
* Gets realtime configuration
|
|
2201
|
+
*/
|
|
2202
|
+
export declare const v1GetRealtimeConfigOptions: (options: Options<V1GetRealtimeConfigData>) => import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<import("..").RealtimeConfigResponse, Error, import("..").RealtimeConfigResponse, [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2203
|
+
_id: string;
|
|
2204
|
+
_infinite?: boolean;
|
|
2205
|
+
tags?: ReadonlyArray<string>;
|
|
2206
|
+
}]>, "queryFn"> & {
|
|
2207
|
+
queryFn?: import("@tanstack/react-query").QueryFunction<import("..").RealtimeConfigResponse, [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2208
|
+
_id: string;
|
|
2209
|
+
_infinite?: boolean;
|
|
2210
|
+
tags?: ReadonlyArray<string>;
|
|
2211
|
+
}], never> | undefined;
|
|
2212
|
+
} & {
|
|
2213
|
+
queryKey: [Pick<Options<V1GetRealtimeConfigData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2214
|
+
_id: string;
|
|
2215
|
+
_infinite?: boolean;
|
|
2216
|
+
tags?: ReadonlyArray<string>;
|
|
2217
|
+
}] & {
|
|
2218
|
+
[dataTagSymbol]: import("..").RealtimeConfigResponse;
|
|
2219
|
+
[dataTagErrorSymbol]: Error;
|
|
2220
|
+
};
|
|
2221
|
+
};
|
|
2222
|
+
/**
|
|
2223
|
+
* Updates realtime configuration
|
|
2224
|
+
*/
|
|
2225
|
+
export declare const v1UpdateRealtimeConfigMutation: (options?: Partial<Options<V1UpdateRealtimeConfigData>>) => UseMutationOptions<V1UpdateRealtimeConfigResponse, DefaultError, Options<V1UpdateRealtimeConfigData>>;
|
|
2226
|
+
/**
|
|
2227
|
+
* Shutdowns realtime connections for a project
|
|
2228
|
+
*/
|
|
2229
|
+
export declare const v1ShutdownRealtimeMutation: (options?: Partial<Options<V1ShutdownRealtimeData>>) => UseMutationOptions<V1ShutdownRealtimeResponse, DefaultError, Options<V1ShutdownRealtimeData>>;
|
|
2134
2230
|
export declare const v1ListAllSsoProviderQueryKey: (options: Options<V1ListAllSsoProviderData>) => [Pick<Options<V1ListAllSsoProviderData>, "query" | "body" | "headers" | "path" | "baseUrl"> & {
|
|
2135
2231
|
_id: string;
|
|
2136
2232
|
_infinite?: boolean;
|