mtmsdk 0.0.41 → 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
|
@@ -1277,11 +1277,77 @@ export declare const UpdateCustomHostnameBodySchema: {
|
|
|
1277
1277
|
readonly properties: {
|
|
1278
1278
|
readonly custom_hostname: {
|
|
1279
1279
|
readonly type: "string";
|
|
1280
|
+
readonly maxLength: 253;
|
|
1280
1281
|
readonly minLength: 1;
|
|
1281
1282
|
};
|
|
1282
1283
|
};
|
|
1283
1284
|
readonly required: readonly ["custom_hostname"];
|
|
1284
1285
|
};
|
|
1286
|
+
export declare const JitAccessResponseSchema: {
|
|
1287
|
+
readonly type: "object";
|
|
1288
|
+
readonly properties: {
|
|
1289
|
+
readonly user_id: {
|
|
1290
|
+
readonly type: "string";
|
|
1291
|
+
readonly format: "uuid";
|
|
1292
|
+
};
|
|
1293
|
+
readonly user_roles: {
|
|
1294
|
+
readonly type: "array";
|
|
1295
|
+
readonly items: {
|
|
1296
|
+
readonly type: "object";
|
|
1297
|
+
readonly properties: {
|
|
1298
|
+
readonly role: {
|
|
1299
|
+
readonly type: "string";
|
|
1300
|
+
readonly minLength: 1;
|
|
1301
|
+
};
|
|
1302
|
+
readonly expires_at: {
|
|
1303
|
+
readonly type: "number";
|
|
1304
|
+
};
|
|
1305
|
+
readonly allowed_networks: {
|
|
1306
|
+
readonly type: "object";
|
|
1307
|
+
readonly properties: {
|
|
1308
|
+
readonly allowed_cidrs: {
|
|
1309
|
+
readonly type: "array";
|
|
1310
|
+
readonly items: {
|
|
1311
|
+
readonly type: "object";
|
|
1312
|
+
readonly properties: {
|
|
1313
|
+
readonly cidr: {
|
|
1314
|
+
readonly type: "string";
|
|
1315
|
+
};
|
|
1316
|
+
};
|
|
1317
|
+
readonly required: readonly ["cidr"];
|
|
1318
|
+
};
|
|
1319
|
+
};
|
|
1320
|
+
readonly allowed_cidrs_v6: {
|
|
1321
|
+
readonly type: "array";
|
|
1322
|
+
readonly items: {
|
|
1323
|
+
readonly type: "object";
|
|
1324
|
+
readonly properties: {
|
|
1325
|
+
readonly cidr: {
|
|
1326
|
+
readonly type: "string";
|
|
1327
|
+
};
|
|
1328
|
+
};
|
|
1329
|
+
readonly required: readonly ["cidr"];
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
};
|
|
1335
|
+
readonly required: readonly ["role"];
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
};
|
|
1339
|
+
readonly required: readonly ["user_id", "user_roles"];
|
|
1340
|
+
};
|
|
1341
|
+
export declare const JitAccessRequestRequestSchema: {
|
|
1342
|
+
readonly type: "object";
|
|
1343
|
+
readonly properties: {
|
|
1344
|
+
readonly state: {
|
|
1345
|
+
readonly type: "string";
|
|
1346
|
+
readonly enum: readonly ["enabled", "disabled", "unavailable"];
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
readonly required: readonly ["state"];
|
|
1350
|
+
};
|
|
1285
1351
|
export declare const NetworkBanResponseSchema: {
|
|
1286
1352
|
readonly type: "object";
|
|
1287
1353
|
readonly properties: {
|
|
@@ -1729,6 +1795,7 @@ export declare const VanitySubdomainBodySchema: {
|
|
|
1729
1795
|
readonly properties: {
|
|
1730
1796
|
readonly vanity_subdomain: {
|
|
1731
1797
|
readonly type: "string";
|
|
1798
|
+
readonly maxLength: 63;
|
|
1732
1799
|
};
|
|
1733
1800
|
};
|
|
1734
1801
|
readonly required: readonly ["vanity_subdomain"];
|
|
@@ -2405,986 +2472,492 @@ export declare const UpdateSigningKeyBodySchema: {
|
|
|
2405
2472
|
readonly required: readonly ["status"];
|
|
2406
2473
|
readonly additionalProperties: false;
|
|
2407
2474
|
};
|
|
2408
|
-
export declare const
|
|
2475
|
+
export declare const AuthConfigResponseSchema: {
|
|
2409
2476
|
readonly type: "object";
|
|
2410
2477
|
readonly properties: {
|
|
2411
|
-
readonly
|
|
2478
|
+
readonly api_max_request_duration: {
|
|
2412
2479
|
readonly type: "integer";
|
|
2413
|
-
readonly
|
|
2480
|
+
readonly nullable: true;
|
|
2414
2481
|
};
|
|
2415
|
-
readonly
|
|
2416
|
-
readonly type: "
|
|
2417
|
-
readonly
|
|
2418
|
-
readonly imageTransformation: {
|
|
2419
|
-
readonly type: "object";
|
|
2420
|
-
readonly properties: {
|
|
2421
|
-
readonly enabled: {
|
|
2422
|
-
readonly type: "boolean";
|
|
2423
|
-
};
|
|
2424
|
-
};
|
|
2425
|
-
readonly required: readonly ["enabled"];
|
|
2426
|
-
};
|
|
2427
|
-
readonly s3Protocol: {
|
|
2428
|
-
readonly type: "object";
|
|
2429
|
-
readonly properties: {
|
|
2430
|
-
readonly enabled: {
|
|
2431
|
-
readonly type: "boolean";
|
|
2432
|
-
};
|
|
2433
|
-
};
|
|
2434
|
-
readonly required: readonly ["enabled"];
|
|
2435
|
-
};
|
|
2436
|
-
readonly icebergCatalog: {
|
|
2437
|
-
readonly type: "object";
|
|
2438
|
-
readonly properties: {
|
|
2439
|
-
readonly enabled: {
|
|
2440
|
-
readonly type: "boolean";
|
|
2441
|
-
};
|
|
2442
|
-
readonly maxNamespaces: {
|
|
2443
|
-
readonly type: "integer";
|
|
2444
|
-
readonly minimum: 0;
|
|
2445
|
-
};
|
|
2446
|
-
readonly maxTables: {
|
|
2447
|
-
readonly type: "integer";
|
|
2448
|
-
readonly minimum: 0;
|
|
2449
|
-
};
|
|
2450
|
-
readonly maxCatalogs: {
|
|
2451
|
-
readonly type: "integer";
|
|
2452
|
-
readonly minimum: 0;
|
|
2453
|
-
};
|
|
2454
|
-
};
|
|
2455
|
-
readonly required: readonly ["enabled", "maxNamespaces", "maxTables", "maxCatalogs"];
|
|
2456
|
-
};
|
|
2457
|
-
readonly vectorBuckets: {
|
|
2458
|
-
readonly type: "object";
|
|
2459
|
-
readonly properties: {
|
|
2460
|
-
readonly enabled: {
|
|
2461
|
-
readonly type: "boolean";
|
|
2462
|
-
};
|
|
2463
|
-
readonly maxBuckets: {
|
|
2464
|
-
readonly type: "integer";
|
|
2465
|
-
readonly minimum: 0;
|
|
2466
|
-
};
|
|
2467
|
-
readonly maxIndexes: {
|
|
2468
|
-
readonly type: "integer";
|
|
2469
|
-
readonly minimum: 0;
|
|
2470
|
-
};
|
|
2471
|
-
};
|
|
2472
|
-
readonly required: readonly ["enabled", "maxBuckets", "maxIndexes"];
|
|
2473
|
-
};
|
|
2474
|
-
};
|
|
2475
|
-
readonly required: readonly ["imageTransformation", "s3Protocol", "icebergCatalog", "vectorBuckets"];
|
|
2482
|
+
readonly db_max_pool_size: {
|
|
2483
|
+
readonly type: "integer";
|
|
2484
|
+
readonly nullable: true;
|
|
2476
2485
|
};
|
|
2477
|
-
readonly
|
|
2478
|
-
readonly type: "
|
|
2479
|
-
readonly
|
|
2480
|
-
|
|
2481
|
-
readonly type: "boolean";
|
|
2482
|
-
};
|
|
2483
|
-
readonly iceberg_catalog: {
|
|
2484
|
-
readonly type: "boolean";
|
|
2485
|
-
};
|
|
2486
|
-
};
|
|
2487
|
-
readonly required: readonly ["list_v2", "iceberg_catalog"];
|
|
2486
|
+
readonly db_max_pool_size_unit: {
|
|
2487
|
+
readonly type: "string";
|
|
2488
|
+
readonly enum: readonly ["connections", "percent"];
|
|
2489
|
+
readonly nullable: true;
|
|
2488
2490
|
};
|
|
2489
|
-
readonly
|
|
2490
|
-
readonly type: "
|
|
2491
|
-
readonly
|
|
2492
|
-
readonly upstreamTarget: {
|
|
2493
|
-
readonly type: "string";
|
|
2494
|
-
readonly enum: readonly ["main", "canary"];
|
|
2495
|
-
};
|
|
2496
|
-
};
|
|
2497
|
-
readonly required: readonly ["upstreamTarget"];
|
|
2491
|
+
readonly disable_signup: {
|
|
2492
|
+
readonly type: "boolean";
|
|
2493
|
+
readonly nullable: true;
|
|
2498
2494
|
};
|
|
2499
|
-
readonly
|
|
2500
|
-
readonly type: "
|
|
2495
|
+
readonly external_anonymous_users_enabled: {
|
|
2496
|
+
readonly type: "boolean";
|
|
2497
|
+
readonly nullable: true;
|
|
2501
2498
|
};
|
|
2502
|
-
readonly
|
|
2499
|
+
readonly external_apple_additional_client_ids: {
|
|
2503
2500
|
readonly type: "string";
|
|
2501
|
+
readonly nullable: true;
|
|
2504
2502
|
};
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
export declare const UpdateStorageConfigBodySchema: {
|
|
2509
|
-
readonly type: "object";
|
|
2510
|
-
readonly properties: {
|
|
2511
|
-
readonly fileSizeLimit: {
|
|
2512
|
-
readonly type: "integer";
|
|
2513
|
-
readonly minimum: 0;
|
|
2514
|
-
readonly maximum: 536870912000;
|
|
2515
|
-
readonly format: "int64";
|
|
2503
|
+
readonly external_apple_client_id: {
|
|
2504
|
+
readonly type: "string";
|
|
2505
|
+
readonly nullable: true;
|
|
2516
2506
|
};
|
|
2517
|
-
readonly
|
|
2518
|
-
readonly type: "
|
|
2519
|
-
readonly
|
|
2520
|
-
readonly imageTransformation: {
|
|
2521
|
-
readonly type: "object";
|
|
2522
|
-
readonly properties: {
|
|
2523
|
-
readonly enabled: {
|
|
2524
|
-
readonly type: "boolean";
|
|
2525
|
-
};
|
|
2526
|
-
};
|
|
2527
|
-
readonly required: readonly ["enabled"];
|
|
2528
|
-
};
|
|
2529
|
-
readonly s3Protocol: {
|
|
2530
|
-
readonly type: "object";
|
|
2531
|
-
readonly properties: {
|
|
2532
|
-
readonly enabled: {
|
|
2533
|
-
readonly type: "boolean";
|
|
2534
|
-
};
|
|
2535
|
-
};
|
|
2536
|
-
readonly required: readonly ["enabled"];
|
|
2537
|
-
};
|
|
2538
|
-
readonly icebergCatalog: {
|
|
2539
|
-
readonly type: "object";
|
|
2540
|
-
readonly properties: {
|
|
2541
|
-
readonly enabled: {
|
|
2542
|
-
readonly type: "boolean";
|
|
2543
|
-
};
|
|
2544
|
-
readonly maxNamespaces: {
|
|
2545
|
-
readonly type: "integer";
|
|
2546
|
-
readonly minimum: 0;
|
|
2547
|
-
};
|
|
2548
|
-
readonly maxTables: {
|
|
2549
|
-
readonly type: "integer";
|
|
2550
|
-
readonly minimum: 0;
|
|
2551
|
-
};
|
|
2552
|
-
readonly maxCatalogs: {
|
|
2553
|
-
readonly type: "integer";
|
|
2554
|
-
readonly minimum: 0;
|
|
2555
|
-
};
|
|
2556
|
-
};
|
|
2557
|
-
readonly required: readonly ["enabled", "maxNamespaces", "maxTables", "maxCatalogs"];
|
|
2558
|
-
};
|
|
2559
|
-
readonly vectorBuckets: {
|
|
2560
|
-
readonly type: "object";
|
|
2561
|
-
readonly properties: {
|
|
2562
|
-
readonly enabled: {
|
|
2563
|
-
readonly type: "boolean";
|
|
2564
|
-
};
|
|
2565
|
-
readonly maxBuckets: {
|
|
2566
|
-
readonly type: "integer";
|
|
2567
|
-
readonly minimum: 0;
|
|
2568
|
-
};
|
|
2569
|
-
readonly maxIndexes: {
|
|
2570
|
-
readonly type: "integer";
|
|
2571
|
-
readonly minimum: 0;
|
|
2572
|
-
};
|
|
2573
|
-
};
|
|
2574
|
-
readonly required: readonly ["enabled", "maxBuckets", "maxIndexes"];
|
|
2575
|
-
};
|
|
2576
|
-
};
|
|
2507
|
+
readonly external_apple_email_optional: {
|
|
2508
|
+
readonly type: "boolean";
|
|
2509
|
+
readonly nullable: true;
|
|
2577
2510
|
};
|
|
2578
|
-
readonly
|
|
2579
|
-
readonly type: "
|
|
2580
|
-
readonly
|
|
2581
|
-
readonly upstreamTarget: {
|
|
2582
|
-
readonly type: "string";
|
|
2583
|
-
readonly enum: readonly ["main", "canary"];
|
|
2584
|
-
};
|
|
2585
|
-
};
|
|
2586
|
-
readonly required: readonly ["upstreamTarget"];
|
|
2511
|
+
readonly external_apple_enabled: {
|
|
2512
|
+
readonly type: "boolean";
|
|
2513
|
+
readonly nullable: true;
|
|
2587
2514
|
};
|
|
2588
|
-
|
|
2589
|
-
readonly additionalProperties: false;
|
|
2590
|
-
};
|
|
2591
|
-
export declare const PostgresConfigResponseSchema: {
|
|
2592
|
-
readonly type: "object";
|
|
2593
|
-
readonly properties: {
|
|
2594
|
-
readonly effective_cache_size: {
|
|
2515
|
+
readonly external_apple_secret: {
|
|
2595
2516
|
readonly type: "string";
|
|
2517
|
+
readonly nullable: true;
|
|
2596
2518
|
};
|
|
2597
|
-
readonly
|
|
2519
|
+
readonly external_azure_client_id: {
|
|
2598
2520
|
readonly type: "string";
|
|
2521
|
+
readonly nullable: true;
|
|
2599
2522
|
};
|
|
2600
|
-
readonly
|
|
2523
|
+
readonly external_azure_email_optional: {
|
|
2524
|
+
readonly type: "boolean";
|
|
2525
|
+
readonly nullable: true;
|
|
2526
|
+
};
|
|
2527
|
+
readonly external_azure_enabled: {
|
|
2528
|
+
readonly type: "boolean";
|
|
2529
|
+
readonly nullable: true;
|
|
2530
|
+
};
|
|
2531
|
+
readonly external_azure_secret: {
|
|
2601
2532
|
readonly type: "string";
|
|
2533
|
+
readonly nullable: true;
|
|
2602
2534
|
};
|
|
2603
|
-
readonly
|
|
2535
|
+
readonly external_azure_url: {
|
|
2604
2536
|
readonly type: "string";
|
|
2537
|
+
readonly nullable: true;
|
|
2605
2538
|
};
|
|
2606
|
-
readonly
|
|
2607
|
-
readonly type: "
|
|
2608
|
-
readonly
|
|
2609
|
-
readonly maximum: 262143;
|
|
2539
|
+
readonly external_bitbucket_client_id: {
|
|
2540
|
+
readonly type: "string";
|
|
2541
|
+
readonly nullable: true;
|
|
2610
2542
|
};
|
|
2611
|
-
readonly
|
|
2612
|
-
readonly type: "
|
|
2613
|
-
readonly
|
|
2614
|
-
readonly maximum: 2147483640;
|
|
2543
|
+
readonly external_bitbucket_email_optional: {
|
|
2544
|
+
readonly type: "boolean";
|
|
2545
|
+
readonly nullable: true;
|
|
2615
2546
|
};
|
|
2616
|
-
readonly
|
|
2617
|
-
readonly type: "
|
|
2618
|
-
readonly
|
|
2619
|
-
readonly maximum: 1024;
|
|
2547
|
+
readonly external_bitbucket_enabled: {
|
|
2548
|
+
readonly type: "boolean";
|
|
2549
|
+
readonly nullable: true;
|
|
2620
2550
|
};
|
|
2621
|
-
readonly
|
|
2622
|
-
readonly type: "
|
|
2623
|
-
readonly
|
|
2624
|
-
readonly maximum: 1024;
|
|
2551
|
+
readonly external_bitbucket_secret: {
|
|
2552
|
+
readonly type: "string";
|
|
2553
|
+
readonly nullable: true;
|
|
2625
2554
|
};
|
|
2626
|
-
readonly
|
|
2627
|
-
readonly type: "
|
|
2628
|
-
readonly
|
|
2629
|
-
readonly maximum: 1024;
|
|
2555
|
+
readonly external_discord_client_id: {
|
|
2556
|
+
readonly type: "string";
|
|
2557
|
+
readonly nullable: true;
|
|
2630
2558
|
};
|
|
2631
|
-
readonly
|
|
2632
|
-
readonly type: "
|
|
2559
|
+
readonly external_discord_email_optional: {
|
|
2560
|
+
readonly type: "boolean";
|
|
2561
|
+
readonly nullable: true;
|
|
2633
2562
|
};
|
|
2634
|
-
readonly
|
|
2635
|
-
readonly type: "
|
|
2563
|
+
readonly external_discord_enabled: {
|
|
2564
|
+
readonly type: "boolean";
|
|
2565
|
+
readonly nullable: true;
|
|
2636
2566
|
};
|
|
2637
|
-
readonly
|
|
2567
|
+
readonly external_discord_secret: {
|
|
2638
2568
|
readonly type: "string";
|
|
2569
|
+
readonly nullable: true;
|
|
2639
2570
|
};
|
|
2640
|
-
readonly
|
|
2641
|
-
readonly type: "
|
|
2571
|
+
readonly external_email_enabled: {
|
|
2572
|
+
readonly type: "boolean";
|
|
2573
|
+
readonly nullable: true;
|
|
2642
2574
|
};
|
|
2643
|
-
readonly
|
|
2575
|
+
readonly external_facebook_client_id: {
|
|
2644
2576
|
readonly type: "string";
|
|
2577
|
+
readonly nullable: true;
|
|
2645
2578
|
};
|
|
2646
|
-
readonly
|
|
2647
|
-
readonly type: "
|
|
2579
|
+
readonly external_facebook_email_optional: {
|
|
2580
|
+
readonly type: "boolean";
|
|
2581
|
+
readonly nullable: true;
|
|
2648
2582
|
};
|
|
2649
|
-
readonly
|
|
2650
|
-
readonly type: "
|
|
2651
|
-
readonly
|
|
2652
|
-
readonly maximum: 262143;
|
|
2583
|
+
readonly external_facebook_enabled: {
|
|
2584
|
+
readonly type: "boolean";
|
|
2585
|
+
readonly nullable: true;
|
|
2653
2586
|
};
|
|
2654
|
-
readonly
|
|
2587
|
+
readonly external_facebook_secret: {
|
|
2655
2588
|
readonly type: "string";
|
|
2656
|
-
readonly
|
|
2589
|
+
readonly nullable: true;
|
|
2657
2590
|
};
|
|
2658
|
-
readonly
|
|
2591
|
+
readonly external_figma_client_id: {
|
|
2659
2592
|
readonly type: "string";
|
|
2593
|
+
readonly nullable: true;
|
|
2660
2594
|
};
|
|
2661
|
-
readonly
|
|
2662
|
-
readonly type: "
|
|
2663
|
-
readonly
|
|
2664
|
-
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
2595
|
+
readonly external_figma_email_optional: {
|
|
2596
|
+
readonly type: "boolean";
|
|
2597
|
+
readonly nullable: true;
|
|
2665
2598
|
};
|
|
2666
|
-
readonly
|
|
2599
|
+
readonly external_figma_enabled: {
|
|
2667
2600
|
readonly type: "boolean";
|
|
2601
|
+
readonly nullable: true;
|
|
2668
2602
|
};
|
|
2669
|
-
readonly
|
|
2603
|
+
readonly external_figma_secret: {
|
|
2670
2604
|
readonly type: "string";
|
|
2605
|
+
readonly nullable: true;
|
|
2671
2606
|
};
|
|
2672
|
-
readonly
|
|
2607
|
+
readonly external_github_client_id: {
|
|
2673
2608
|
readonly type: "string";
|
|
2674
|
-
readonly
|
|
2675
|
-
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
2609
|
+
readonly nullable: true;
|
|
2676
2610
|
};
|
|
2677
|
-
readonly
|
|
2611
|
+
readonly external_github_email_optional: {
|
|
2612
|
+
readonly type: "boolean";
|
|
2613
|
+
readonly nullable: true;
|
|
2614
|
+
};
|
|
2615
|
+
readonly external_github_enabled: {
|
|
2616
|
+
readonly type: "boolean";
|
|
2617
|
+
readonly nullable: true;
|
|
2618
|
+
};
|
|
2619
|
+
readonly external_github_secret: {
|
|
2678
2620
|
readonly type: "string";
|
|
2621
|
+
readonly nullable: true;
|
|
2679
2622
|
};
|
|
2680
|
-
readonly
|
|
2623
|
+
readonly external_gitlab_client_id: {
|
|
2681
2624
|
readonly type: "string";
|
|
2682
|
-
readonly
|
|
2683
|
-
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
2625
|
+
readonly nullable: true;
|
|
2684
2626
|
};
|
|
2685
|
-
readonly
|
|
2627
|
+
readonly external_gitlab_email_optional: {
|
|
2686
2628
|
readonly type: "boolean";
|
|
2629
|
+
readonly nullable: true;
|
|
2687
2630
|
};
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
readonly type: "object";
|
|
2692
|
-
readonly properties: {
|
|
2693
|
-
readonly effective_cache_size: {
|
|
2694
|
-
readonly type: "string";
|
|
2631
|
+
readonly external_gitlab_enabled: {
|
|
2632
|
+
readonly type: "boolean";
|
|
2633
|
+
readonly nullable: true;
|
|
2695
2634
|
};
|
|
2696
|
-
readonly
|
|
2635
|
+
readonly external_gitlab_secret: {
|
|
2697
2636
|
readonly type: "string";
|
|
2637
|
+
readonly nullable: true;
|
|
2698
2638
|
};
|
|
2699
|
-
readonly
|
|
2639
|
+
readonly external_gitlab_url: {
|
|
2700
2640
|
readonly type: "string";
|
|
2641
|
+
readonly nullable: true;
|
|
2701
2642
|
};
|
|
2702
|
-
readonly
|
|
2643
|
+
readonly external_google_additional_client_ids: {
|
|
2703
2644
|
readonly type: "string";
|
|
2645
|
+
readonly nullable: true;
|
|
2704
2646
|
};
|
|
2705
|
-
readonly
|
|
2706
|
-
readonly type: "
|
|
2707
|
-
readonly
|
|
2708
|
-
readonly maximum: 262143;
|
|
2709
|
-
};
|
|
2710
|
-
readonly max_locks_per_transaction: {
|
|
2711
|
-
readonly type: "integer";
|
|
2712
|
-
readonly minimum: 10;
|
|
2713
|
-
readonly maximum: 2147483640;
|
|
2714
|
-
};
|
|
2715
|
-
readonly max_parallel_maintenance_workers: {
|
|
2716
|
-
readonly type: "integer";
|
|
2717
|
-
readonly minimum: 0;
|
|
2718
|
-
readonly maximum: 1024;
|
|
2719
|
-
};
|
|
2720
|
-
readonly max_parallel_workers: {
|
|
2721
|
-
readonly type: "integer";
|
|
2722
|
-
readonly minimum: 0;
|
|
2723
|
-
readonly maximum: 1024;
|
|
2724
|
-
};
|
|
2725
|
-
readonly max_parallel_workers_per_gather: {
|
|
2726
|
-
readonly type: "integer";
|
|
2727
|
-
readonly minimum: 0;
|
|
2728
|
-
readonly maximum: 1024;
|
|
2647
|
+
readonly external_google_client_id: {
|
|
2648
|
+
readonly type: "string";
|
|
2649
|
+
readonly nullable: true;
|
|
2729
2650
|
};
|
|
2730
|
-
readonly
|
|
2731
|
-
readonly type: "
|
|
2651
|
+
readonly external_google_email_optional: {
|
|
2652
|
+
readonly type: "boolean";
|
|
2653
|
+
readonly nullable: true;
|
|
2732
2654
|
};
|
|
2733
|
-
readonly
|
|
2734
|
-
readonly type: "
|
|
2655
|
+
readonly external_google_enabled: {
|
|
2656
|
+
readonly type: "boolean";
|
|
2657
|
+
readonly nullable: true;
|
|
2735
2658
|
};
|
|
2736
|
-
readonly
|
|
2659
|
+
readonly external_google_secret: {
|
|
2737
2660
|
readonly type: "string";
|
|
2661
|
+
readonly nullable: true;
|
|
2738
2662
|
};
|
|
2739
|
-
readonly
|
|
2740
|
-
readonly type: "
|
|
2663
|
+
readonly external_google_skip_nonce_check: {
|
|
2664
|
+
readonly type: "boolean";
|
|
2665
|
+
readonly nullable: true;
|
|
2741
2666
|
};
|
|
2742
|
-
readonly
|
|
2667
|
+
readonly external_kakao_client_id: {
|
|
2743
2668
|
readonly type: "string";
|
|
2669
|
+
readonly nullable: true;
|
|
2744
2670
|
};
|
|
2745
|
-
readonly
|
|
2746
|
-
readonly type: "
|
|
2747
|
-
|
|
2748
|
-
readonly max_worker_processes: {
|
|
2749
|
-
readonly type: "integer";
|
|
2750
|
-
readonly minimum: 0;
|
|
2751
|
-
readonly maximum: 262143;
|
|
2671
|
+
readonly external_kakao_email_optional: {
|
|
2672
|
+
readonly type: "boolean";
|
|
2673
|
+
readonly nullable: true;
|
|
2752
2674
|
};
|
|
2753
|
-
readonly
|
|
2754
|
-
readonly type: "
|
|
2755
|
-
readonly
|
|
2675
|
+
readonly external_kakao_enabled: {
|
|
2676
|
+
readonly type: "boolean";
|
|
2677
|
+
readonly nullable: true;
|
|
2756
2678
|
};
|
|
2757
|
-
readonly
|
|
2679
|
+
readonly external_kakao_secret: {
|
|
2758
2680
|
readonly type: "string";
|
|
2681
|
+
readonly nullable: true;
|
|
2759
2682
|
};
|
|
2760
|
-
readonly
|
|
2683
|
+
readonly external_keycloak_client_id: {
|
|
2761
2684
|
readonly type: "string";
|
|
2762
|
-
readonly
|
|
2763
|
-
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
2685
|
+
readonly nullable: true;
|
|
2764
2686
|
};
|
|
2765
|
-
readonly
|
|
2687
|
+
readonly external_keycloak_email_optional: {
|
|
2766
2688
|
readonly type: "boolean";
|
|
2689
|
+
readonly nullable: true;
|
|
2767
2690
|
};
|
|
2768
|
-
readonly
|
|
2769
|
-
readonly type: "
|
|
2691
|
+
readonly external_keycloak_enabled: {
|
|
2692
|
+
readonly type: "boolean";
|
|
2693
|
+
readonly nullable: true;
|
|
2770
2694
|
};
|
|
2771
|
-
readonly
|
|
2695
|
+
readonly external_keycloak_secret: {
|
|
2772
2696
|
readonly type: "string";
|
|
2773
|
-
readonly
|
|
2774
|
-
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
2697
|
+
readonly nullable: true;
|
|
2775
2698
|
};
|
|
2776
|
-
readonly
|
|
2699
|
+
readonly external_keycloak_url: {
|
|
2777
2700
|
readonly type: "string";
|
|
2701
|
+
readonly nullable: true;
|
|
2778
2702
|
};
|
|
2779
|
-
readonly
|
|
2703
|
+
readonly external_linkedin_oidc_client_id: {
|
|
2780
2704
|
readonly type: "string";
|
|
2781
|
-
readonly
|
|
2782
|
-
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
2705
|
+
readonly nullable: true;
|
|
2783
2706
|
};
|
|
2784
|
-
readonly
|
|
2707
|
+
readonly external_linkedin_oidc_email_optional: {
|
|
2785
2708
|
readonly type: "boolean";
|
|
2709
|
+
readonly nullable: true;
|
|
2786
2710
|
};
|
|
2787
|
-
readonly
|
|
2711
|
+
readonly external_linkedin_oidc_enabled: {
|
|
2788
2712
|
readonly type: "boolean";
|
|
2713
|
+
readonly nullable: true;
|
|
2789
2714
|
};
|
|
2790
|
-
|
|
2791
|
-
readonly additionalProperties: false;
|
|
2792
|
-
};
|
|
2793
|
-
export declare const V1PgbouncerConfigResponseSchema: {
|
|
2794
|
-
readonly type: "object";
|
|
2795
|
-
readonly properties: {
|
|
2796
|
-
readonly default_pool_size: {
|
|
2797
|
-
readonly type: "integer";
|
|
2798
|
-
};
|
|
2799
|
-
readonly ignore_startup_parameters: {
|
|
2800
|
-
readonly type: "string";
|
|
2801
|
-
};
|
|
2802
|
-
readonly max_client_conn: {
|
|
2803
|
-
readonly type: "integer";
|
|
2804
|
-
};
|
|
2805
|
-
readonly pool_mode: {
|
|
2806
|
-
readonly type: "string";
|
|
2807
|
-
readonly enum: readonly ["transaction", "session", "statement"];
|
|
2808
|
-
};
|
|
2809
|
-
readonly connection_string: {
|
|
2810
|
-
readonly type: "string";
|
|
2811
|
-
};
|
|
2812
|
-
readonly server_idle_timeout: {
|
|
2813
|
-
readonly type: "integer";
|
|
2814
|
-
};
|
|
2815
|
-
readonly server_lifetime: {
|
|
2816
|
-
readonly type: "integer";
|
|
2817
|
-
};
|
|
2818
|
-
readonly query_wait_timeout: {
|
|
2819
|
-
readonly type: "integer";
|
|
2820
|
-
};
|
|
2821
|
-
readonly reserve_pool_size: {
|
|
2822
|
-
readonly type: "integer";
|
|
2823
|
-
};
|
|
2824
|
-
};
|
|
2825
|
-
};
|
|
2826
|
-
export declare const SupavisorConfigResponseSchema: {
|
|
2827
|
-
readonly type: "object";
|
|
2828
|
-
readonly properties: {
|
|
2829
|
-
readonly identifier: {
|
|
2715
|
+
readonly external_linkedin_oidc_secret: {
|
|
2830
2716
|
readonly type: "string";
|
|
2717
|
+
readonly nullable: true;
|
|
2831
2718
|
};
|
|
2832
|
-
readonly
|
|
2719
|
+
readonly external_slack_oidc_client_id: {
|
|
2833
2720
|
readonly type: "string";
|
|
2834
|
-
readonly
|
|
2721
|
+
readonly nullable: true;
|
|
2835
2722
|
};
|
|
2836
|
-
readonly
|
|
2723
|
+
readonly external_slack_oidc_email_optional: {
|
|
2837
2724
|
readonly type: "boolean";
|
|
2838
|
-
};
|
|
2839
|
-
readonly db_user: {
|
|
2840
|
-
readonly type: "string";
|
|
2841
|
-
};
|
|
2842
|
-
readonly db_host: {
|
|
2843
|
-
readonly type: "string";
|
|
2844
|
-
};
|
|
2845
|
-
readonly db_port: {
|
|
2846
|
-
readonly type: "integer";
|
|
2847
|
-
};
|
|
2848
|
-
readonly db_name: {
|
|
2849
|
-
readonly type: "string";
|
|
2850
|
-
};
|
|
2851
|
-
readonly connection_string: {
|
|
2852
|
-
readonly type: "string";
|
|
2853
|
-
};
|
|
2854
|
-
readonly connectionString: {
|
|
2855
|
-
readonly type: "string";
|
|
2856
|
-
readonly description: "Use connection_string instead";
|
|
2857
|
-
};
|
|
2858
|
-
readonly default_pool_size: {
|
|
2859
|
-
readonly type: "integer";
|
|
2860
2725
|
readonly nullable: true;
|
|
2861
2726
|
};
|
|
2862
|
-
readonly
|
|
2863
|
-
readonly type: "
|
|
2727
|
+
readonly external_slack_oidc_enabled: {
|
|
2728
|
+
readonly type: "boolean";
|
|
2864
2729
|
readonly nullable: true;
|
|
2865
2730
|
};
|
|
2866
|
-
readonly
|
|
2731
|
+
readonly external_slack_oidc_secret: {
|
|
2867
2732
|
readonly type: "string";
|
|
2868
|
-
readonly enum: readonly ["transaction", "session"];
|
|
2869
|
-
};
|
|
2870
|
-
};
|
|
2871
|
-
readonly required: readonly ["identifier", "database_type", "is_using_scram_auth", "db_user", "db_host", "db_port", "db_name", "connection_string", "connectionString", "default_pool_size", "max_client_conn", "pool_mode"];
|
|
2872
|
-
};
|
|
2873
|
-
export declare const UpdateSupavisorConfigBodySchema: {
|
|
2874
|
-
readonly type: "object";
|
|
2875
|
-
readonly properties: {
|
|
2876
|
-
readonly default_pool_size: {
|
|
2877
|
-
readonly type: "integer";
|
|
2878
|
-
readonly minimum: 0;
|
|
2879
|
-
readonly maximum: 3000;
|
|
2880
2733
|
readonly nullable: true;
|
|
2881
2734
|
};
|
|
2882
|
-
readonly
|
|
2735
|
+
readonly external_notion_client_id: {
|
|
2883
2736
|
readonly type: "string";
|
|
2884
|
-
readonly
|
|
2885
|
-
readonly description: "Dedicated pooler mode for the project";
|
|
2737
|
+
readonly nullable: true;
|
|
2886
2738
|
};
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
export declare const UpdateSupavisorConfigResponseSchema: {
|
|
2890
|
-
readonly type: "object";
|
|
2891
|
-
readonly properties: {
|
|
2892
|
-
readonly default_pool_size: {
|
|
2893
|
-
readonly type: "integer";
|
|
2739
|
+
readonly external_notion_email_optional: {
|
|
2740
|
+
readonly type: "boolean";
|
|
2894
2741
|
readonly nullable: true;
|
|
2895
2742
|
};
|
|
2896
|
-
readonly
|
|
2897
|
-
readonly type: "
|
|
2743
|
+
readonly external_notion_enabled: {
|
|
2744
|
+
readonly type: "boolean";
|
|
2745
|
+
readonly nullable: true;
|
|
2898
2746
|
};
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
};
|
|
2902
|
-
export declare const AuthConfigResponseSchema: {
|
|
2903
|
-
readonly type: "object";
|
|
2904
|
-
readonly properties: {
|
|
2905
|
-
readonly api_max_request_duration: {
|
|
2906
|
-
readonly type: "integer";
|
|
2747
|
+
readonly external_notion_secret: {
|
|
2748
|
+
readonly type: "string";
|
|
2907
2749
|
readonly nullable: true;
|
|
2908
2750
|
};
|
|
2909
|
-
readonly
|
|
2910
|
-
readonly type: "
|
|
2751
|
+
readonly external_phone_enabled: {
|
|
2752
|
+
readonly type: "boolean";
|
|
2911
2753
|
readonly nullable: true;
|
|
2912
2754
|
};
|
|
2913
|
-
readonly
|
|
2755
|
+
readonly external_slack_client_id: {
|
|
2914
2756
|
readonly type: "string";
|
|
2915
|
-
readonly enum: readonly ["connections", "percent"];
|
|
2916
2757
|
readonly nullable: true;
|
|
2917
2758
|
};
|
|
2918
|
-
readonly
|
|
2759
|
+
readonly external_slack_email_optional: {
|
|
2919
2760
|
readonly type: "boolean";
|
|
2920
2761
|
readonly nullable: true;
|
|
2921
2762
|
};
|
|
2922
|
-
readonly
|
|
2763
|
+
readonly external_slack_enabled: {
|
|
2923
2764
|
readonly type: "boolean";
|
|
2924
2765
|
readonly nullable: true;
|
|
2925
2766
|
};
|
|
2926
|
-
readonly
|
|
2767
|
+
readonly external_slack_secret: {
|
|
2927
2768
|
readonly type: "string";
|
|
2928
2769
|
readonly nullable: true;
|
|
2929
2770
|
};
|
|
2930
|
-
readonly
|
|
2771
|
+
readonly external_spotify_client_id: {
|
|
2931
2772
|
readonly type: "string";
|
|
2932
2773
|
readonly nullable: true;
|
|
2933
2774
|
};
|
|
2934
|
-
readonly
|
|
2775
|
+
readonly external_spotify_email_optional: {
|
|
2935
2776
|
readonly type: "boolean";
|
|
2936
2777
|
readonly nullable: true;
|
|
2937
2778
|
};
|
|
2938
|
-
readonly
|
|
2779
|
+
readonly external_spotify_enabled: {
|
|
2939
2780
|
readonly type: "boolean";
|
|
2940
2781
|
readonly nullable: true;
|
|
2941
2782
|
};
|
|
2942
|
-
readonly
|
|
2783
|
+
readonly external_spotify_secret: {
|
|
2943
2784
|
readonly type: "string";
|
|
2944
2785
|
readonly nullable: true;
|
|
2945
2786
|
};
|
|
2946
|
-
readonly
|
|
2787
|
+
readonly external_twitch_client_id: {
|
|
2947
2788
|
readonly type: "string";
|
|
2948
2789
|
readonly nullable: true;
|
|
2949
2790
|
};
|
|
2950
|
-
readonly
|
|
2791
|
+
readonly external_twitch_email_optional: {
|
|
2951
2792
|
readonly type: "boolean";
|
|
2952
2793
|
readonly nullable: true;
|
|
2953
2794
|
};
|
|
2954
|
-
readonly
|
|
2795
|
+
readonly external_twitch_enabled: {
|
|
2955
2796
|
readonly type: "boolean";
|
|
2956
2797
|
readonly nullable: true;
|
|
2957
2798
|
};
|
|
2958
|
-
readonly
|
|
2959
|
-
readonly type: "string";
|
|
2960
|
-
readonly nullable: true;
|
|
2961
|
-
};
|
|
2962
|
-
readonly external_azure_url: {
|
|
2799
|
+
readonly external_twitch_secret: {
|
|
2963
2800
|
readonly type: "string";
|
|
2964
2801
|
readonly nullable: true;
|
|
2965
2802
|
};
|
|
2966
|
-
readonly
|
|
2803
|
+
readonly external_twitter_client_id: {
|
|
2967
2804
|
readonly type: "string";
|
|
2968
2805
|
readonly nullable: true;
|
|
2969
2806
|
};
|
|
2970
|
-
readonly
|
|
2807
|
+
readonly external_twitter_email_optional: {
|
|
2971
2808
|
readonly type: "boolean";
|
|
2972
2809
|
readonly nullable: true;
|
|
2973
2810
|
};
|
|
2974
|
-
readonly
|
|
2811
|
+
readonly external_twitter_enabled: {
|
|
2975
2812
|
readonly type: "boolean";
|
|
2976
2813
|
readonly nullable: true;
|
|
2977
2814
|
};
|
|
2978
|
-
readonly
|
|
2815
|
+
readonly external_twitter_secret: {
|
|
2979
2816
|
readonly type: "string";
|
|
2980
2817
|
readonly nullable: true;
|
|
2981
2818
|
};
|
|
2982
|
-
readonly
|
|
2819
|
+
readonly external_x_client_id: {
|
|
2983
2820
|
readonly type: "string";
|
|
2984
2821
|
readonly nullable: true;
|
|
2985
2822
|
};
|
|
2986
|
-
readonly
|
|
2823
|
+
readonly external_x_email_optional: {
|
|
2987
2824
|
readonly type: "boolean";
|
|
2988
2825
|
readonly nullable: true;
|
|
2989
2826
|
};
|
|
2990
|
-
readonly
|
|
2827
|
+
readonly external_x_enabled: {
|
|
2991
2828
|
readonly type: "boolean";
|
|
2992
2829
|
readonly nullable: true;
|
|
2993
2830
|
};
|
|
2994
|
-
readonly
|
|
2831
|
+
readonly external_x_secret: {
|
|
2995
2832
|
readonly type: "string";
|
|
2996
2833
|
readonly nullable: true;
|
|
2997
2834
|
};
|
|
2998
|
-
readonly
|
|
2999
|
-
readonly type: "boolean";
|
|
3000
|
-
readonly nullable: true;
|
|
3001
|
-
};
|
|
3002
|
-
readonly external_facebook_client_id: {
|
|
2835
|
+
readonly external_workos_client_id: {
|
|
3003
2836
|
readonly type: "string";
|
|
3004
2837
|
readonly nullable: true;
|
|
3005
2838
|
};
|
|
3006
|
-
readonly
|
|
3007
|
-
readonly type: "boolean";
|
|
3008
|
-
readonly nullable: true;
|
|
3009
|
-
};
|
|
3010
|
-
readonly external_facebook_enabled: {
|
|
2839
|
+
readonly external_workos_enabled: {
|
|
3011
2840
|
readonly type: "boolean";
|
|
3012
2841
|
readonly nullable: true;
|
|
3013
2842
|
};
|
|
3014
|
-
readonly
|
|
2843
|
+
readonly external_workos_secret: {
|
|
3015
2844
|
readonly type: "string";
|
|
3016
2845
|
readonly nullable: true;
|
|
3017
2846
|
};
|
|
3018
|
-
readonly
|
|
2847
|
+
readonly external_workos_url: {
|
|
3019
2848
|
readonly type: "string";
|
|
3020
2849
|
readonly nullable: true;
|
|
3021
2850
|
};
|
|
3022
|
-
readonly
|
|
2851
|
+
readonly external_web3_solana_enabled: {
|
|
3023
2852
|
readonly type: "boolean";
|
|
3024
2853
|
readonly nullable: true;
|
|
3025
2854
|
};
|
|
3026
|
-
readonly
|
|
2855
|
+
readonly external_web3_ethereum_enabled: {
|
|
3027
2856
|
readonly type: "boolean";
|
|
3028
2857
|
readonly nullable: true;
|
|
3029
2858
|
};
|
|
3030
|
-
readonly
|
|
2859
|
+
readonly external_zoom_client_id: {
|
|
3031
2860
|
readonly type: "string";
|
|
3032
2861
|
readonly nullable: true;
|
|
3033
2862
|
};
|
|
3034
|
-
readonly
|
|
3035
|
-
readonly type: "
|
|
2863
|
+
readonly external_zoom_email_optional: {
|
|
2864
|
+
readonly type: "boolean";
|
|
3036
2865
|
readonly nullable: true;
|
|
3037
2866
|
};
|
|
3038
|
-
readonly
|
|
2867
|
+
readonly external_zoom_enabled: {
|
|
3039
2868
|
readonly type: "boolean";
|
|
3040
2869
|
readonly nullable: true;
|
|
3041
2870
|
};
|
|
3042
|
-
readonly
|
|
2871
|
+
readonly external_zoom_secret: {
|
|
2872
|
+
readonly type: "string";
|
|
2873
|
+
readonly nullable: true;
|
|
2874
|
+
};
|
|
2875
|
+
readonly hook_custom_access_token_enabled: {
|
|
3043
2876
|
readonly type: "boolean";
|
|
3044
2877
|
readonly nullable: true;
|
|
3045
2878
|
};
|
|
3046
|
-
readonly
|
|
2879
|
+
readonly hook_custom_access_token_uri: {
|
|
3047
2880
|
readonly type: "string";
|
|
3048
2881
|
readonly nullable: true;
|
|
3049
2882
|
};
|
|
3050
|
-
readonly
|
|
2883
|
+
readonly hook_custom_access_token_secrets: {
|
|
3051
2884
|
readonly type: "string";
|
|
3052
2885
|
readonly nullable: true;
|
|
3053
2886
|
};
|
|
3054
|
-
readonly
|
|
2887
|
+
readonly hook_mfa_verification_attempt_enabled: {
|
|
3055
2888
|
readonly type: "boolean";
|
|
3056
2889
|
readonly nullable: true;
|
|
3057
2890
|
};
|
|
3058
|
-
readonly
|
|
3059
|
-
readonly type: "
|
|
2891
|
+
readonly hook_mfa_verification_attempt_uri: {
|
|
2892
|
+
readonly type: "string";
|
|
3060
2893
|
readonly nullable: true;
|
|
3061
2894
|
};
|
|
3062
|
-
readonly
|
|
2895
|
+
readonly hook_mfa_verification_attempt_secrets: {
|
|
3063
2896
|
readonly type: "string";
|
|
3064
2897
|
readonly nullable: true;
|
|
3065
2898
|
};
|
|
3066
|
-
readonly
|
|
3067
|
-
readonly type: "
|
|
2899
|
+
readonly hook_password_verification_attempt_enabled: {
|
|
2900
|
+
readonly type: "boolean";
|
|
3068
2901
|
readonly nullable: true;
|
|
3069
2902
|
};
|
|
3070
|
-
readonly
|
|
2903
|
+
readonly hook_password_verification_attempt_uri: {
|
|
3071
2904
|
readonly type: "string";
|
|
3072
2905
|
readonly nullable: true;
|
|
3073
2906
|
};
|
|
3074
|
-
readonly
|
|
2907
|
+
readonly hook_password_verification_attempt_secrets: {
|
|
3075
2908
|
readonly type: "string";
|
|
3076
2909
|
readonly nullable: true;
|
|
3077
2910
|
};
|
|
3078
|
-
readonly
|
|
2911
|
+
readonly hook_send_sms_enabled: {
|
|
3079
2912
|
readonly type: "boolean";
|
|
3080
2913
|
readonly nullable: true;
|
|
3081
2914
|
};
|
|
3082
|
-
readonly
|
|
3083
|
-
readonly type: "
|
|
2915
|
+
readonly hook_send_sms_uri: {
|
|
2916
|
+
readonly type: "string";
|
|
3084
2917
|
readonly nullable: true;
|
|
3085
2918
|
};
|
|
3086
|
-
readonly
|
|
2919
|
+
readonly hook_send_sms_secrets: {
|
|
3087
2920
|
readonly type: "string";
|
|
3088
2921
|
readonly nullable: true;
|
|
3089
2922
|
};
|
|
3090
|
-
readonly
|
|
2923
|
+
readonly hook_send_email_enabled: {
|
|
3091
2924
|
readonly type: "boolean";
|
|
3092
2925
|
readonly nullable: true;
|
|
3093
2926
|
};
|
|
3094
|
-
readonly
|
|
2927
|
+
readonly hook_send_email_uri: {
|
|
3095
2928
|
readonly type: "string";
|
|
3096
2929
|
readonly nullable: true;
|
|
3097
2930
|
};
|
|
3098
|
-
readonly
|
|
3099
|
-
readonly type: "
|
|
2931
|
+
readonly hook_send_email_secrets: {
|
|
2932
|
+
readonly type: "string";
|
|
3100
2933
|
readonly nullable: true;
|
|
3101
2934
|
};
|
|
3102
|
-
readonly
|
|
2935
|
+
readonly hook_before_user_created_enabled: {
|
|
3103
2936
|
readonly type: "boolean";
|
|
3104
2937
|
readonly nullable: true;
|
|
3105
2938
|
};
|
|
3106
|
-
readonly
|
|
2939
|
+
readonly hook_before_user_created_uri: {
|
|
3107
2940
|
readonly type: "string";
|
|
3108
2941
|
readonly nullable: true;
|
|
3109
2942
|
};
|
|
3110
|
-
readonly
|
|
2943
|
+
readonly hook_before_user_created_secrets: {
|
|
3111
2944
|
readonly type: "string";
|
|
3112
2945
|
readonly nullable: true;
|
|
3113
2946
|
};
|
|
3114
|
-
readonly
|
|
3115
|
-
readonly type: "boolean";
|
|
3116
|
-
readonly nullable: true;
|
|
3117
|
-
};
|
|
3118
|
-
readonly external_keycloak_enabled: {
|
|
2947
|
+
readonly hook_after_user_created_enabled: {
|
|
3119
2948
|
readonly type: "boolean";
|
|
3120
2949
|
readonly nullable: true;
|
|
3121
2950
|
};
|
|
3122
|
-
readonly
|
|
2951
|
+
readonly hook_after_user_created_uri: {
|
|
3123
2952
|
readonly type: "string";
|
|
3124
2953
|
readonly nullable: true;
|
|
3125
2954
|
};
|
|
3126
|
-
readonly
|
|
2955
|
+
readonly hook_after_user_created_secrets: {
|
|
3127
2956
|
readonly type: "string";
|
|
3128
2957
|
readonly nullable: true;
|
|
3129
2958
|
};
|
|
3130
|
-
readonly
|
|
3131
|
-
readonly type: "
|
|
3132
|
-
readonly nullable: true;
|
|
3133
|
-
};
|
|
3134
|
-
readonly external_linkedin_oidc_email_optional: {
|
|
3135
|
-
readonly type: "boolean";
|
|
3136
|
-
readonly nullable: true;
|
|
3137
|
-
};
|
|
3138
|
-
readonly external_linkedin_oidc_enabled: {
|
|
3139
|
-
readonly type: "boolean";
|
|
3140
|
-
readonly nullable: true;
|
|
3141
|
-
};
|
|
3142
|
-
readonly external_linkedin_oidc_secret: {
|
|
3143
|
-
readonly type: "string";
|
|
3144
|
-
readonly nullable: true;
|
|
3145
|
-
};
|
|
3146
|
-
readonly external_slack_oidc_client_id: {
|
|
3147
|
-
readonly type: "string";
|
|
3148
|
-
readonly nullable: true;
|
|
3149
|
-
};
|
|
3150
|
-
readonly external_slack_oidc_email_optional: {
|
|
3151
|
-
readonly type: "boolean";
|
|
3152
|
-
readonly nullable: true;
|
|
3153
|
-
};
|
|
3154
|
-
readonly external_slack_oidc_enabled: {
|
|
3155
|
-
readonly type: "boolean";
|
|
3156
|
-
readonly nullable: true;
|
|
3157
|
-
};
|
|
3158
|
-
readonly external_slack_oidc_secret: {
|
|
3159
|
-
readonly type: "string";
|
|
3160
|
-
readonly nullable: true;
|
|
3161
|
-
};
|
|
3162
|
-
readonly external_notion_client_id: {
|
|
3163
|
-
readonly type: "string";
|
|
3164
|
-
readonly nullable: true;
|
|
3165
|
-
};
|
|
3166
|
-
readonly external_notion_email_optional: {
|
|
3167
|
-
readonly type: "boolean";
|
|
3168
|
-
readonly nullable: true;
|
|
3169
|
-
};
|
|
3170
|
-
readonly external_notion_enabled: {
|
|
3171
|
-
readonly type: "boolean";
|
|
3172
|
-
readonly nullable: true;
|
|
3173
|
-
};
|
|
3174
|
-
readonly external_notion_secret: {
|
|
3175
|
-
readonly type: "string";
|
|
3176
|
-
readonly nullable: true;
|
|
3177
|
-
};
|
|
3178
|
-
readonly external_phone_enabled: {
|
|
3179
|
-
readonly type: "boolean";
|
|
3180
|
-
readonly nullable: true;
|
|
3181
|
-
};
|
|
3182
|
-
readonly external_slack_client_id: {
|
|
3183
|
-
readonly type: "string";
|
|
3184
|
-
readonly nullable: true;
|
|
3185
|
-
};
|
|
3186
|
-
readonly external_slack_email_optional: {
|
|
3187
|
-
readonly type: "boolean";
|
|
3188
|
-
readonly nullable: true;
|
|
3189
|
-
};
|
|
3190
|
-
readonly external_slack_enabled: {
|
|
3191
|
-
readonly type: "boolean";
|
|
3192
|
-
readonly nullable: true;
|
|
3193
|
-
};
|
|
3194
|
-
readonly external_slack_secret: {
|
|
3195
|
-
readonly type: "string";
|
|
3196
|
-
readonly nullable: true;
|
|
3197
|
-
};
|
|
3198
|
-
readonly external_spotify_client_id: {
|
|
3199
|
-
readonly type: "string";
|
|
3200
|
-
readonly nullable: true;
|
|
3201
|
-
};
|
|
3202
|
-
readonly external_spotify_email_optional: {
|
|
3203
|
-
readonly type: "boolean";
|
|
3204
|
-
readonly nullable: true;
|
|
3205
|
-
};
|
|
3206
|
-
readonly external_spotify_enabled: {
|
|
3207
|
-
readonly type: "boolean";
|
|
3208
|
-
readonly nullable: true;
|
|
3209
|
-
};
|
|
3210
|
-
readonly external_spotify_secret: {
|
|
3211
|
-
readonly type: "string";
|
|
3212
|
-
readonly nullable: true;
|
|
3213
|
-
};
|
|
3214
|
-
readonly external_twitch_client_id: {
|
|
3215
|
-
readonly type: "string";
|
|
3216
|
-
readonly nullable: true;
|
|
3217
|
-
};
|
|
3218
|
-
readonly external_twitch_email_optional: {
|
|
3219
|
-
readonly type: "boolean";
|
|
3220
|
-
readonly nullable: true;
|
|
3221
|
-
};
|
|
3222
|
-
readonly external_twitch_enabled: {
|
|
3223
|
-
readonly type: "boolean";
|
|
3224
|
-
readonly nullable: true;
|
|
3225
|
-
};
|
|
3226
|
-
readonly external_twitch_secret: {
|
|
3227
|
-
readonly type: "string";
|
|
3228
|
-
readonly nullable: true;
|
|
3229
|
-
};
|
|
3230
|
-
readonly external_twitter_client_id: {
|
|
3231
|
-
readonly type: "string";
|
|
3232
|
-
readonly nullable: true;
|
|
3233
|
-
};
|
|
3234
|
-
readonly external_twitter_email_optional: {
|
|
3235
|
-
readonly type: "boolean";
|
|
3236
|
-
readonly nullable: true;
|
|
3237
|
-
};
|
|
3238
|
-
readonly external_twitter_enabled: {
|
|
3239
|
-
readonly type: "boolean";
|
|
3240
|
-
readonly nullable: true;
|
|
3241
|
-
};
|
|
3242
|
-
readonly external_twitter_secret: {
|
|
3243
|
-
readonly type: "string";
|
|
3244
|
-
readonly nullable: true;
|
|
3245
|
-
};
|
|
3246
|
-
readonly external_x_client_id: {
|
|
3247
|
-
readonly type: "string";
|
|
3248
|
-
readonly nullable: true;
|
|
3249
|
-
};
|
|
3250
|
-
readonly external_x_email_optional: {
|
|
3251
|
-
readonly type: "boolean";
|
|
3252
|
-
readonly nullable: true;
|
|
3253
|
-
};
|
|
3254
|
-
readonly external_x_enabled: {
|
|
3255
|
-
readonly type: "boolean";
|
|
3256
|
-
readonly nullable: true;
|
|
3257
|
-
};
|
|
3258
|
-
readonly external_x_secret: {
|
|
3259
|
-
readonly type: "string";
|
|
3260
|
-
readonly nullable: true;
|
|
3261
|
-
};
|
|
3262
|
-
readonly external_workos_client_id: {
|
|
3263
|
-
readonly type: "string";
|
|
3264
|
-
readonly nullable: true;
|
|
3265
|
-
};
|
|
3266
|
-
readonly external_workos_enabled: {
|
|
3267
|
-
readonly type: "boolean";
|
|
3268
|
-
readonly nullable: true;
|
|
3269
|
-
};
|
|
3270
|
-
readonly external_workos_secret: {
|
|
3271
|
-
readonly type: "string";
|
|
3272
|
-
readonly nullable: true;
|
|
3273
|
-
};
|
|
3274
|
-
readonly external_workos_url: {
|
|
3275
|
-
readonly type: "string";
|
|
3276
|
-
readonly nullable: true;
|
|
3277
|
-
};
|
|
3278
|
-
readonly external_web3_solana_enabled: {
|
|
3279
|
-
readonly type: "boolean";
|
|
3280
|
-
readonly nullable: true;
|
|
3281
|
-
};
|
|
3282
|
-
readonly external_web3_ethereum_enabled: {
|
|
3283
|
-
readonly type: "boolean";
|
|
3284
|
-
readonly nullable: true;
|
|
3285
|
-
};
|
|
3286
|
-
readonly external_zoom_client_id: {
|
|
3287
|
-
readonly type: "string";
|
|
3288
|
-
readonly nullable: true;
|
|
3289
|
-
};
|
|
3290
|
-
readonly external_zoom_email_optional: {
|
|
3291
|
-
readonly type: "boolean";
|
|
3292
|
-
readonly nullable: true;
|
|
3293
|
-
};
|
|
3294
|
-
readonly external_zoom_enabled: {
|
|
3295
|
-
readonly type: "boolean";
|
|
3296
|
-
readonly nullable: true;
|
|
3297
|
-
};
|
|
3298
|
-
readonly external_zoom_secret: {
|
|
3299
|
-
readonly type: "string";
|
|
3300
|
-
readonly nullable: true;
|
|
3301
|
-
};
|
|
3302
|
-
readonly hook_custom_access_token_enabled: {
|
|
3303
|
-
readonly type: "boolean";
|
|
3304
|
-
readonly nullable: true;
|
|
3305
|
-
};
|
|
3306
|
-
readonly hook_custom_access_token_uri: {
|
|
3307
|
-
readonly type: "string";
|
|
3308
|
-
readonly nullable: true;
|
|
3309
|
-
};
|
|
3310
|
-
readonly hook_custom_access_token_secrets: {
|
|
3311
|
-
readonly type: "string";
|
|
3312
|
-
readonly nullable: true;
|
|
3313
|
-
};
|
|
3314
|
-
readonly hook_mfa_verification_attempt_enabled: {
|
|
3315
|
-
readonly type: "boolean";
|
|
3316
|
-
readonly nullable: true;
|
|
3317
|
-
};
|
|
3318
|
-
readonly hook_mfa_verification_attempt_uri: {
|
|
3319
|
-
readonly type: "string";
|
|
3320
|
-
readonly nullable: true;
|
|
3321
|
-
};
|
|
3322
|
-
readonly hook_mfa_verification_attempt_secrets: {
|
|
3323
|
-
readonly type: "string";
|
|
3324
|
-
readonly nullable: true;
|
|
3325
|
-
};
|
|
3326
|
-
readonly hook_password_verification_attempt_enabled: {
|
|
3327
|
-
readonly type: "boolean";
|
|
3328
|
-
readonly nullable: true;
|
|
3329
|
-
};
|
|
3330
|
-
readonly hook_password_verification_attempt_uri: {
|
|
3331
|
-
readonly type: "string";
|
|
3332
|
-
readonly nullable: true;
|
|
3333
|
-
};
|
|
3334
|
-
readonly hook_password_verification_attempt_secrets: {
|
|
3335
|
-
readonly type: "string";
|
|
3336
|
-
readonly nullable: true;
|
|
3337
|
-
};
|
|
3338
|
-
readonly hook_send_sms_enabled: {
|
|
3339
|
-
readonly type: "boolean";
|
|
3340
|
-
readonly nullable: true;
|
|
3341
|
-
};
|
|
3342
|
-
readonly hook_send_sms_uri: {
|
|
3343
|
-
readonly type: "string";
|
|
3344
|
-
readonly nullable: true;
|
|
3345
|
-
};
|
|
3346
|
-
readonly hook_send_sms_secrets: {
|
|
3347
|
-
readonly type: "string";
|
|
3348
|
-
readonly nullable: true;
|
|
3349
|
-
};
|
|
3350
|
-
readonly hook_send_email_enabled: {
|
|
3351
|
-
readonly type: "boolean";
|
|
3352
|
-
readonly nullable: true;
|
|
3353
|
-
};
|
|
3354
|
-
readonly hook_send_email_uri: {
|
|
3355
|
-
readonly type: "string";
|
|
3356
|
-
readonly nullable: true;
|
|
3357
|
-
};
|
|
3358
|
-
readonly hook_send_email_secrets: {
|
|
3359
|
-
readonly type: "string";
|
|
3360
|
-
readonly nullable: true;
|
|
3361
|
-
};
|
|
3362
|
-
readonly hook_before_user_created_enabled: {
|
|
3363
|
-
readonly type: "boolean";
|
|
3364
|
-
readonly nullable: true;
|
|
3365
|
-
};
|
|
3366
|
-
readonly hook_before_user_created_uri: {
|
|
3367
|
-
readonly type: "string";
|
|
3368
|
-
readonly nullable: true;
|
|
3369
|
-
};
|
|
3370
|
-
readonly hook_before_user_created_secrets: {
|
|
3371
|
-
readonly type: "string";
|
|
3372
|
-
readonly nullable: true;
|
|
3373
|
-
};
|
|
3374
|
-
readonly hook_after_user_created_enabled: {
|
|
3375
|
-
readonly type: "boolean";
|
|
3376
|
-
readonly nullable: true;
|
|
3377
|
-
};
|
|
3378
|
-
readonly hook_after_user_created_uri: {
|
|
3379
|
-
readonly type: "string";
|
|
3380
|
-
readonly nullable: true;
|
|
3381
|
-
};
|
|
3382
|
-
readonly hook_after_user_created_secrets: {
|
|
3383
|
-
readonly type: "string";
|
|
3384
|
-
readonly nullable: true;
|
|
3385
|
-
};
|
|
3386
|
-
readonly jwt_exp: {
|
|
3387
|
-
readonly type: "integer";
|
|
2959
|
+
readonly jwt_exp: {
|
|
2960
|
+
readonly type: "integer";
|
|
3388
2961
|
readonly nullable: true;
|
|
3389
2962
|
};
|
|
3390
2963
|
readonly mailer_allow_unverified_email_sign_ins: {
|
|
@@ -4791,140 +4364,6 @@ export declare const UpdateAuthConfigBodySchema: {
|
|
|
4791
4364
|
};
|
|
4792
4365
|
};
|
|
4793
4366
|
};
|
|
4794
|
-
export declare const RealtimeConfigResponseSchema: {
|
|
4795
|
-
readonly type: "object";
|
|
4796
|
-
readonly properties: {
|
|
4797
|
-
readonly private_only: {
|
|
4798
|
-
readonly type: "boolean";
|
|
4799
|
-
readonly nullable: true;
|
|
4800
|
-
readonly description: "Whether to only allow private channels";
|
|
4801
|
-
};
|
|
4802
|
-
readonly connection_pool: {
|
|
4803
|
-
readonly type: "integer";
|
|
4804
|
-
readonly minimum: 1;
|
|
4805
|
-
readonly maximum: 100;
|
|
4806
|
-
readonly nullable: true;
|
|
4807
|
-
readonly description: "Sets connection pool size for Realtime Authorization";
|
|
4808
|
-
};
|
|
4809
|
-
readonly max_concurrent_users: {
|
|
4810
|
-
readonly type: "integer";
|
|
4811
|
-
readonly minimum: 1;
|
|
4812
|
-
readonly maximum: 50000;
|
|
4813
|
-
readonly nullable: true;
|
|
4814
|
-
readonly description: "Sets maximum number of concurrent users rate limit";
|
|
4815
|
-
};
|
|
4816
|
-
readonly max_events_per_second: {
|
|
4817
|
-
readonly type: "integer";
|
|
4818
|
-
readonly minimum: 1;
|
|
4819
|
-
readonly maximum: 50000;
|
|
4820
|
-
readonly nullable: true;
|
|
4821
|
-
readonly description: "Sets maximum number of events per second rate per channel limit";
|
|
4822
|
-
};
|
|
4823
|
-
readonly max_bytes_per_second: {
|
|
4824
|
-
readonly type: "integer";
|
|
4825
|
-
readonly minimum: 1;
|
|
4826
|
-
readonly maximum: 10000000;
|
|
4827
|
-
readonly nullable: true;
|
|
4828
|
-
readonly description: "Sets maximum number of bytes per second rate per channel limit";
|
|
4829
|
-
};
|
|
4830
|
-
readonly max_channels_per_client: {
|
|
4831
|
-
readonly type: "integer";
|
|
4832
|
-
readonly minimum: 1;
|
|
4833
|
-
readonly maximum: 10000;
|
|
4834
|
-
readonly nullable: true;
|
|
4835
|
-
readonly description: "Sets maximum number of channels per client rate limit";
|
|
4836
|
-
};
|
|
4837
|
-
readonly max_joins_per_second: {
|
|
4838
|
-
readonly type: "integer";
|
|
4839
|
-
readonly minimum: 1;
|
|
4840
|
-
readonly maximum: 5000;
|
|
4841
|
-
readonly nullable: true;
|
|
4842
|
-
readonly description: "Sets maximum number of joins per second rate limit";
|
|
4843
|
-
};
|
|
4844
|
-
readonly max_presence_events_per_second: {
|
|
4845
|
-
readonly type: "integer";
|
|
4846
|
-
readonly minimum: 1;
|
|
4847
|
-
readonly maximum: 5000;
|
|
4848
|
-
readonly nullable: true;
|
|
4849
|
-
readonly description: "Sets maximum number of presence events per second rate limit";
|
|
4850
|
-
};
|
|
4851
|
-
readonly max_payload_size_in_kb: {
|
|
4852
|
-
readonly type: "integer";
|
|
4853
|
-
readonly minimum: 1;
|
|
4854
|
-
readonly maximum: 10000;
|
|
4855
|
-
readonly nullable: true;
|
|
4856
|
-
readonly description: "Sets maximum number of payload size in KB rate limit";
|
|
4857
|
-
};
|
|
4858
|
-
readonly suspend: {
|
|
4859
|
-
readonly type: "boolean";
|
|
4860
|
-
readonly nullable: true;
|
|
4861
|
-
readonly description: "Whether to suspend realtime";
|
|
4862
|
-
};
|
|
4863
|
-
};
|
|
4864
|
-
readonly required: readonly ["private_only", "connection_pool", "max_concurrent_users", "max_events_per_second", "max_bytes_per_second", "max_channels_per_client", "max_joins_per_second", "max_presence_events_per_second", "max_payload_size_in_kb", "suspend"];
|
|
4865
|
-
};
|
|
4866
|
-
export declare const UpdateRealtimeConfigBodySchema: {
|
|
4867
|
-
readonly type: "object";
|
|
4868
|
-
readonly properties: {
|
|
4869
|
-
readonly private_only: {
|
|
4870
|
-
readonly type: "boolean";
|
|
4871
|
-
readonly description: "Whether to only allow private channels";
|
|
4872
|
-
};
|
|
4873
|
-
readonly connection_pool: {
|
|
4874
|
-
readonly type: "integer";
|
|
4875
|
-
readonly minimum: 1;
|
|
4876
|
-
readonly maximum: 100;
|
|
4877
|
-
readonly description: "Sets connection pool size for Realtime Authorization";
|
|
4878
|
-
};
|
|
4879
|
-
readonly max_concurrent_users: {
|
|
4880
|
-
readonly type: "integer";
|
|
4881
|
-
readonly minimum: 1;
|
|
4882
|
-
readonly maximum: 50000;
|
|
4883
|
-
readonly description: "Sets maximum number of concurrent users rate limit";
|
|
4884
|
-
};
|
|
4885
|
-
readonly max_events_per_second: {
|
|
4886
|
-
readonly type: "integer";
|
|
4887
|
-
readonly minimum: 1;
|
|
4888
|
-
readonly maximum: 50000;
|
|
4889
|
-
readonly description: "Sets maximum number of events per second rate per channel limit";
|
|
4890
|
-
};
|
|
4891
|
-
readonly max_bytes_per_second: {
|
|
4892
|
-
readonly type: "integer";
|
|
4893
|
-
readonly minimum: 1;
|
|
4894
|
-
readonly maximum: 10000000;
|
|
4895
|
-
readonly description: "Sets maximum number of bytes per second rate per channel limit";
|
|
4896
|
-
};
|
|
4897
|
-
readonly max_channels_per_client: {
|
|
4898
|
-
readonly type: "integer";
|
|
4899
|
-
readonly minimum: 1;
|
|
4900
|
-
readonly maximum: 10000;
|
|
4901
|
-
readonly description: "Sets maximum number of channels per client rate limit";
|
|
4902
|
-
};
|
|
4903
|
-
readonly max_joins_per_second: {
|
|
4904
|
-
readonly type: "integer";
|
|
4905
|
-
readonly minimum: 1;
|
|
4906
|
-
readonly maximum: 5000;
|
|
4907
|
-
readonly description: "Sets maximum number of joins per second rate limit";
|
|
4908
|
-
};
|
|
4909
|
-
readonly max_presence_events_per_second: {
|
|
4910
|
-
readonly type: "integer";
|
|
4911
|
-
readonly minimum: 1;
|
|
4912
|
-
readonly maximum: 5000;
|
|
4913
|
-
readonly description: "Sets maximum number of presence events per second rate limit";
|
|
4914
|
-
};
|
|
4915
|
-
readonly max_payload_size_in_kb: {
|
|
4916
|
-
readonly type: "integer";
|
|
4917
|
-
readonly minimum: 1;
|
|
4918
|
-
readonly maximum: 10000;
|
|
4919
|
-
readonly description: "Sets maximum number of payload size in KB rate limit";
|
|
4920
|
-
};
|
|
4921
|
-
readonly suspend: {
|
|
4922
|
-
readonly type: "boolean";
|
|
4923
|
-
readonly description: "Whether to suspend realtime";
|
|
4924
|
-
};
|
|
4925
|
-
};
|
|
4926
|
-
readonly additionalProperties: false;
|
|
4927
|
-
};
|
|
4928
4367
|
export declare const CreateThirdPartyAuthBodySchema: {
|
|
4929
4368
|
readonly type: "object";
|
|
4930
4369
|
readonly properties: {
|
|
@@ -5687,61 +5126,6 @@ export declare const V1UpdatePasswordResponseSchema: {
|
|
|
5687
5126
|
};
|
|
5688
5127
|
readonly required: readonly ["message"];
|
|
5689
5128
|
};
|
|
5690
|
-
export declare const JitAccessResponseSchema: {
|
|
5691
|
-
readonly type: "object";
|
|
5692
|
-
readonly properties: {
|
|
5693
|
-
readonly user_id: {
|
|
5694
|
-
readonly type: "string";
|
|
5695
|
-
readonly format: "uuid";
|
|
5696
|
-
};
|
|
5697
|
-
readonly user_roles: {
|
|
5698
|
-
readonly type: "array";
|
|
5699
|
-
readonly items: {
|
|
5700
|
-
readonly type: "object";
|
|
5701
|
-
readonly properties: {
|
|
5702
|
-
readonly role: {
|
|
5703
|
-
readonly type: "string";
|
|
5704
|
-
readonly minLength: 1;
|
|
5705
|
-
};
|
|
5706
|
-
readonly expires_at: {
|
|
5707
|
-
readonly type: "number";
|
|
5708
|
-
};
|
|
5709
|
-
readonly allowed_networks: {
|
|
5710
|
-
readonly type: "object";
|
|
5711
|
-
readonly properties: {
|
|
5712
|
-
readonly allowed_cidrs: {
|
|
5713
|
-
readonly type: "array";
|
|
5714
|
-
readonly items: {
|
|
5715
|
-
readonly type: "object";
|
|
5716
|
-
readonly properties: {
|
|
5717
|
-
readonly cidr: {
|
|
5718
|
-
readonly type: "string";
|
|
5719
|
-
};
|
|
5720
|
-
};
|
|
5721
|
-
readonly required: readonly ["cidr"];
|
|
5722
|
-
};
|
|
5723
|
-
};
|
|
5724
|
-
readonly allowed_cidrs_v6: {
|
|
5725
|
-
readonly type: "array";
|
|
5726
|
-
readonly items: {
|
|
5727
|
-
readonly type: "object";
|
|
5728
|
-
readonly properties: {
|
|
5729
|
-
readonly cidr: {
|
|
5730
|
-
readonly type: "string";
|
|
5731
|
-
};
|
|
5732
|
-
};
|
|
5733
|
-
readonly required: readonly ["cidr"];
|
|
5734
|
-
};
|
|
5735
|
-
};
|
|
5736
|
-
};
|
|
5737
|
-
};
|
|
5738
|
-
};
|
|
5739
|
-
readonly required: readonly ["role"];
|
|
5740
|
-
};
|
|
5741
|
-
};
|
|
5742
|
-
};
|
|
5743
|
-
readonly required: readonly ["user_id", "user_roles"];
|
|
5744
|
-
};
|
|
5745
5129
|
export declare const AuthorizeJitAccessBodySchema: {
|
|
5746
5130
|
readonly type: "object";
|
|
5747
5131
|
readonly properties: {
|
|
@@ -6260,6 +5644,740 @@ export declare const V1StorageBucketResponseSchema: {
|
|
|
6260
5644
|
};
|
|
6261
5645
|
readonly required: readonly ["id", "name", "owner", "created_at", "updated_at", "public"];
|
|
6262
5646
|
};
|
|
5647
|
+
export declare const DiskUtilMetricsResponseSchema: {
|
|
5648
|
+
readonly type: "object";
|
|
5649
|
+
readonly properties: {
|
|
5650
|
+
readonly timestamp: {
|
|
5651
|
+
readonly type: "string";
|
|
5652
|
+
};
|
|
5653
|
+
readonly metrics: {
|
|
5654
|
+
readonly type: "object";
|
|
5655
|
+
readonly properties: {
|
|
5656
|
+
readonly fs_size_bytes: {
|
|
5657
|
+
readonly type: "number";
|
|
5658
|
+
};
|
|
5659
|
+
readonly fs_avail_bytes: {
|
|
5660
|
+
readonly type: "number";
|
|
5661
|
+
};
|
|
5662
|
+
readonly fs_used_bytes: {
|
|
5663
|
+
readonly type: "number";
|
|
5664
|
+
};
|
|
5665
|
+
};
|
|
5666
|
+
readonly required: readonly ["fs_size_bytes", "fs_avail_bytes", "fs_used_bytes"];
|
|
5667
|
+
};
|
|
5668
|
+
};
|
|
5669
|
+
readonly required: readonly ["timestamp", "metrics"];
|
|
5670
|
+
};
|
|
5671
|
+
export declare const DiskRequestBodySchema: {
|
|
5672
|
+
readonly type: "object";
|
|
5673
|
+
readonly properties: {
|
|
5674
|
+
readonly attributes: {
|
|
5675
|
+
readonly discriminator: {
|
|
5676
|
+
readonly propertyName: "type";
|
|
5677
|
+
};
|
|
5678
|
+
readonly oneOf: readonly [{
|
|
5679
|
+
readonly type: "object";
|
|
5680
|
+
readonly properties: {
|
|
5681
|
+
readonly iops: {
|
|
5682
|
+
readonly type: "integer";
|
|
5683
|
+
readonly minimum: 0;
|
|
5684
|
+
readonly exclusiveMinimum: true;
|
|
5685
|
+
};
|
|
5686
|
+
readonly size_gb: {
|
|
5687
|
+
readonly type: "integer";
|
|
5688
|
+
readonly minimum: 0;
|
|
5689
|
+
readonly exclusiveMinimum: true;
|
|
5690
|
+
};
|
|
5691
|
+
readonly throughput_mibps: {
|
|
5692
|
+
readonly type: "integer";
|
|
5693
|
+
readonly minimum: 0;
|
|
5694
|
+
readonly exclusiveMinimum: true;
|
|
5695
|
+
};
|
|
5696
|
+
readonly type: {
|
|
5697
|
+
readonly type: "string";
|
|
5698
|
+
readonly enum: readonly ["gp3"];
|
|
5699
|
+
};
|
|
5700
|
+
};
|
|
5701
|
+
readonly required: readonly ["iops", "size_gb", "type"];
|
|
5702
|
+
}, {
|
|
5703
|
+
readonly type: "object";
|
|
5704
|
+
readonly properties: {
|
|
5705
|
+
readonly iops: {
|
|
5706
|
+
readonly type: "integer";
|
|
5707
|
+
readonly minimum: 0;
|
|
5708
|
+
readonly exclusiveMinimum: true;
|
|
5709
|
+
};
|
|
5710
|
+
readonly size_gb: {
|
|
5711
|
+
readonly type: "integer";
|
|
5712
|
+
readonly minimum: 0;
|
|
5713
|
+
readonly exclusiveMinimum: true;
|
|
5714
|
+
};
|
|
5715
|
+
readonly type: {
|
|
5716
|
+
readonly type: "string";
|
|
5717
|
+
readonly enum: readonly ["io2"];
|
|
5718
|
+
};
|
|
5719
|
+
};
|
|
5720
|
+
readonly required: readonly ["iops", "size_gb", "type"];
|
|
5721
|
+
}];
|
|
5722
|
+
};
|
|
5723
|
+
};
|
|
5724
|
+
readonly required: readonly ["attributes"];
|
|
5725
|
+
};
|
|
5726
|
+
export declare const DiskAutoscaleConfigSchema: {
|
|
5727
|
+
readonly type: "object";
|
|
5728
|
+
readonly properties: {
|
|
5729
|
+
readonly growth_percent: {
|
|
5730
|
+
readonly type: "integer";
|
|
5731
|
+
readonly minimum: 0;
|
|
5732
|
+
readonly exclusiveMinimum: true;
|
|
5733
|
+
readonly nullable: true;
|
|
5734
|
+
readonly description: "Growth percentage for disk autoscaling";
|
|
5735
|
+
};
|
|
5736
|
+
readonly min_increment_gb: {
|
|
5737
|
+
readonly type: "integer";
|
|
5738
|
+
readonly minimum: 0;
|
|
5739
|
+
readonly exclusiveMinimum: true;
|
|
5740
|
+
readonly nullable: true;
|
|
5741
|
+
readonly description: "Minimum increment size for disk autoscaling in GB";
|
|
5742
|
+
};
|
|
5743
|
+
readonly max_size_gb: {
|
|
5744
|
+
readonly type: "integer";
|
|
5745
|
+
readonly minimum: 0;
|
|
5746
|
+
readonly exclusiveMinimum: true;
|
|
5747
|
+
readonly nullable: true;
|
|
5748
|
+
readonly description: "Maximum limit the disk size will grow to in GB";
|
|
5749
|
+
};
|
|
5750
|
+
};
|
|
5751
|
+
readonly required: readonly ["growth_percent", "min_increment_gb", "max_size_gb"];
|
|
5752
|
+
};
|
|
5753
|
+
export declare const StorageConfigResponseSchema: {
|
|
5754
|
+
readonly type: "object";
|
|
5755
|
+
readonly properties: {
|
|
5756
|
+
readonly fileSizeLimit: {
|
|
5757
|
+
readonly type: "integer";
|
|
5758
|
+
readonly format: "int64";
|
|
5759
|
+
};
|
|
5760
|
+
readonly features: {
|
|
5761
|
+
readonly type: "object";
|
|
5762
|
+
readonly properties: {
|
|
5763
|
+
readonly imageTransformation: {
|
|
5764
|
+
readonly type: "object";
|
|
5765
|
+
readonly properties: {
|
|
5766
|
+
readonly enabled: {
|
|
5767
|
+
readonly type: "boolean";
|
|
5768
|
+
};
|
|
5769
|
+
};
|
|
5770
|
+
readonly required: readonly ["enabled"];
|
|
5771
|
+
};
|
|
5772
|
+
readonly s3Protocol: {
|
|
5773
|
+
readonly type: "object";
|
|
5774
|
+
readonly properties: {
|
|
5775
|
+
readonly enabled: {
|
|
5776
|
+
readonly type: "boolean";
|
|
5777
|
+
};
|
|
5778
|
+
};
|
|
5779
|
+
readonly required: readonly ["enabled"];
|
|
5780
|
+
};
|
|
5781
|
+
readonly icebergCatalog: {
|
|
5782
|
+
readonly type: "object";
|
|
5783
|
+
readonly properties: {
|
|
5784
|
+
readonly enabled: {
|
|
5785
|
+
readonly type: "boolean";
|
|
5786
|
+
};
|
|
5787
|
+
readonly maxNamespaces: {
|
|
5788
|
+
readonly type: "integer";
|
|
5789
|
+
readonly minimum: 0;
|
|
5790
|
+
};
|
|
5791
|
+
readonly maxTables: {
|
|
5792
|
+
readonly type: "integer";
|
|
5793
|
+
readonly minimum: 0;
|
|
5794
|
+
};
|
|
5795
|
+
readonly maxCatalogs: {
|
|
5796
|
+
readonly type: "integer";
|
|
5797
|
+
readonly minimum: 0;
|
|
5798
|
+
};
|
|
5799
|
+
};
|
|
5800
|
+
readonly required: readonly ["enabled", "maxNamespaces", "maxTables", "maxCatalogs"];
|
|
5801
|
+
};
|
|
5802
|
+
readonly vectorBuckets: {
|
|
5803
|
+
readonly type: "object";
|
|
5804
|
+
readonly properties: {
|
|
5805
|
+
readonly enabled: {
|
|
5806
|
+
readonly type: "boolean";
|
|
5807
|
+
};
|
|
5808
|
+
readonly maxBuckets: {
|
|
5809
|
+
readonly type: "integer";
|
|
5810
|
+
readonly minimum: 0;
|
|
5811
|
+
};
|
|
5812
|
+
readonly maxIndexes: {
|
|
5813
|
+
readonly type: "integer";
|
|
5814
|
+
readonly minimum: 0;
|
|
5815
|
+
};
|
|
5816
|
+
};
|
|
5817
|
+
readonly required: readonly ["enabled", "maxBuckets", "maxIndexes"];
|
|
5818
|
+
};
|
|
5819
|
+
};
|
|
5820
|
+
readonly required: readonly ["imageTransformation", "s3Protocol", "icebergCatalog", "vectorBuckets"];
|
|
5821
|
+
};
|
|
5822
|
+
readonly capabilities: {
|
|
5823
|
+
readonly type: "object";
|
|
5824
|
+
readonly properties: {
|
|
5825
|
+
readonly list_v2: {
|
|
5826
|
+
readonly type: "boolean";
|
|
5827
|
+
};
|
|
5828
|
+
readonly iceberg_catalog: {
|
|
5829
|
+
readonly type: "boolean";
|
|
5830
|
+
};
|
|
5831
|
+
};
|
|
5832
|
+
readonly required: readonly ["list_v2", "iceberg_catalog"];
|
|
5833
|
+
};
|
|
5834
|
+
readonly external: {
|
|
5835
|
+
readonly type: "object";
|
|
5836
|
+
readonly properties: {
|
|
5837
|
+
readonly upstreamTarget: {
|
|
5838
|
+
readonly type: "string";
|
|
5839
|
+
readonly enum: readonly ["main", "canary"];
|
|
5840
|
+
};
|
|
5841
|
+
};
|
|
5842
|
+
readonly required: readonly ["upstreamTarget"];
|
|
5843
|
+
};
|
|
5844
|
+
readonly migrationVersion: {
|
|
5845
|
+
readonly type: "string";
|
|
5846
|
+
};
|
|
5847
|
+
readonly databasePoolMode: {
|
|
5848
|
+
readonly type: "string";
|
|
5849
|
+
};
|
|
5850
|
+
};
|
|
5851
|
+
readonly required: readonly ["fileSizeLimit", "features", "capabilities", "external", "migrationVersion", "databasePoolMode"];
|
|
5852
|
+
};
|
|
5853
|
+
export declare const UpdateStorageConfigBodySchema: {
|
|
5854
|
+
readonly type: "object";
|
|
5855
|
+
readonly properties: {
|
|
5856
|
+
readonly fileSizeLimit: {
|
|
5857
|
+
readonly type: "integer";
|
|
5858
|
+
readonly minimum: 0;
|
|
5859
|
+
readonly maximum: 536870912000;
|
|
5860
|
+
readonly format: "int64";
|
|
5861
|
+
};
|
|
5862
|
+
readonly features: {
|
|
5863
|
+
readonly type: "object";
|
|
5864
|
+
readonly properties: {
|
|
5865
|
+
readonly imageTransformation: {
|
|
5866
|
+
readonly type: "object";
|
|
5867
|
+
readonly properties: {
|
|
5868
|
+
readonly enabled: {
|
|
5869
|
+
readonly type: "boolean";
|
|
5870
|
+
};
|
|
5871
|
+
};
|
|
5872
|
+
readonly required: readonly ["enabled"];
|
|
5873
|
+
};
|
|
5874
|
+
readonly s3Protocol: {
|
|
5875
|
+
readonly type: "object";
|
|
5876
|
+
readonly properties: {
|
|
5877
|
+
readonly enabled: {
|
|
5878
|
+
readonly type: "boolean";
|
|
5879
|
+
};
|
|
5880
|
+
};
|
|
5881
|
+
readonly required: readonly ["enabled"];
|
|
5882
|
+
};
|
|
5883
|
+
readonly icebergCatalog: {
|
|
5884
|
+
readonly type: "object";
|
|
5885
|
+
readonly properties: {
|
|
5886
|
+
readonly enabled: {
|
|
5887
|
+
readonly type: "boolean";
|
|
5888
|
+
};
|
|
5889
|
+
readonly maxNamespaces: {
|
|
5890
|
+
readonly type: "integer";
|
|
5891
|
+
readonly minimum: 0;
|
|
5892
|
+
};
|
|
5893
|
+
readonly maxTables: {
|
|
5894
|
+
readonly type: "integer";
|
|
5895
|
+
readonly minimum: 0;
|
|
5896
|
+
};
|
|
5897
|
+
readonly maxCatalogs: {
|
|
5898
|
+
readonly type: "integer";
|
|
5899
|
+
readonly minimum: 0;
|
|
5900
|
+
};
|
|
5901
|
+
};
|
|
5902
|
+
readonly required: readonly ["enabled", "maxNamespaces", "maxTables", "maxCatalogs"];
|
|
5903
|
+
};
|
|
5904
|
+
readonly vectorBuckets: {
|
|
5905
|
+
readonly type: "object";
|
|
5906
|
+
readonly properties: {
|
|
5907
|
+
readonly enabled: {
|
|
5908
|
+
readonly type: "boolean";
|
|
5909
|
+
};
|
|
5910
|
+
readonly maxBuckets: {
|
|
5911
|
+
readonly type: "integer";
|
|
5912
|
+
readonly minimum: 0;
|
|
5913
|
+
};
|
|
5914
|
+
readonly maxIndexes: {
|
|
5915
|
+
readonly type: "integer";
|
|
5916
|
+
readonly minimum: 0;
|
|
5917
|
+
};
|
|
5918
|
+
};
|
|
5919
|
+
readonly required: readonly ["enabled", "maxBuckets", "maxIndexes"];
|
|
5920
|
+
};
|
|
5921
|
+
};
|
|
5922
|
+
};
|
|
5923
|
+
readonly external: {
|
|
5924
|
+
readonly type: "object";
|
|
5925
|
+
readonly properties: {
|
|
5926
|
+
readonly upstreamTarget: {
|
|
5927
|
+
readonly type: "string";
|
|
5928
|
+
readonly enum: readonly ["main", "canary"];
|
|
5929
|
+
};
|
|
5930
|
+
};
|
|
5931
|
+
readonly required: readonly ["upstreamTarget"];
|
|
5932
|
+
};
|
|
5933
|
+
};
|
|
5934
|
+
readonly additionalProperties: false;
|
|
5935
|
+
};
|
|
5936
|
+
export declare const V1PgbouncerConfigResponseSchema: {
|
|
5937
|
+
readonly type: "object";
|
|
5938
|
+
readonly properties: {
|
|
5939
|
+
readonly default_pool_size: {
|
|
5940
|
+
readonly type: "integer";
|
|
5941
|
+
};
|
|
5942
|
+
readonly ignore_startup_parameters: {
|
|
5943
|
+
readonly type: "string";
|
|
5944
|
+
};
|
|
5945
|
+
readonly max_client_conn: {
|
|
5946
|
+
readonly type: "integer";
|
|
5947
|
+
};
|
|
5948
|
+
readonly pool_mode: {
|
|
5949
|
+
readonly type: "string";
|
|
5950
|
+
readonly enum: readonly ["transaction", "session", "statement"];
|
|
5951
|
+
};
|
|
5952
|
+
readonly connection_string: {
|
|
5953
|
+
readonly type: "string";
|
|
5954
|
+
};
|
|
5955
|
+
readonly server_idle_timeout: {
|
|
5956
|
+
readonly type: "integer";
|
|
5957
|
+
};
|
|
5958
|
+
readonly server_lifetime: {
|
|
5959
|
+
readonly type: "integer";
|
|
5960
|
+
};
|
|
5961
|
+
readonly query_wait_timeout: {
|
|
5962
|
+
readonly type: "integer";
|
|
5963
|
+
};
|
|
5964
|
+
readonly reserve_pool_size: {
|
|
5965
|
+
readonly type: "integer";
|
|
5966
|
+
};
|
|
5967
|
+
};
|
|
5968
|
+
};
|
|
5969
|
+
export declare const SupavisorConfigResponseSchema: {
|
|
5970
|
+
readonly type: "object";
|
|
5971
|
+
readonly properties: {
|
|
5972
|
+
readonly identifier: {
|
|
5973
|
+
readonly type: "string";
|
|
5974
|
+
};
|
|
5975
|
+
readonly database_type: {
|
|
5976
|
+
readonly type: "string";
|
|
5977
|
+
readonly enum: readonly ["PRIMARY", "READ_REPLICA"];
|
|
5978
|
+
};
|
|
5979
|
+
readonly is_using_scram_auth: {
|
|
5980
|
+
readonly type: "boolean";
|
|
5981
|
+
};
|
|
5982
|
+
readonly db_user: {
|
|
5983
|
+
readonly type: "string";
|
|
5984
|
+
};
|
|
5985
|
+
readonly db_host: {
|
|
5986
|
+
readonly type: "string";
|
|
5987
|
+
};
|
|
5988
|
+
readonly db_port: {
|
|
5989
|
+
readonly type: "integer";
|
|
5990
|
+
};
|
|
5991
|
+
readonly db_name: {
|
|
5992
|
+
readonly type: "string";
|
|
5993
|
+
};
|
|
5994
|
+
readonly connection_string: {
|
|
5995
|
+
readonly type: "string";
|
|
5996
|
+
};
|
|
5997
|
+
readonly connectionString: {
|
|
5998
|
+
readonly type: "string";
|
|
5999
|
+
readonly description: "Use connection_string instead";
|
|
6000
|
+
};
|
|
6001
|
+
readonly default_pool_size: {
|
|
6002
|
+
readonly type: "integer";
|
|
6003
|
+
readonly nullable: true;
|
|
6004
|
+
};
|
|
6005
|
+
readonly max_client_conn: {
|
|
6006
|
+
readonly type: "integer";
|
|
6007
|
+
readonly nullable: true;
|
|
6008
|
+
};
|
|
6009
|
+
readonly pool_mode: {
|
|
6010
|
+
readonly type: "string";
|
|
6011
|
+
readonly enum: readonly ["transaction", "session"];
|
|
6012
|
+
};
|
|
6013
|
+
};
|
|
6014
|
+
readonly required: readonly ["identifier", "database_type", "is_using_scram_auth", "db_user", "db_host", "db_port", "db_name", "connection_string", "connectionString", "default_pool_size", "max_client_conn", "pool_mode"];
|
|
6015
|
+
};
|
|
6016
|
+
export declare const UpdateSupavisorConfigBodySchema: {
|
|
6017
|
+
readonly type: "object";
|
|
6018
|
+
readonly properties: {
|
|
6019
|
+
readonly default_pool_size: {
|
|
6020
|
+
readonly type: "integer";
|
|
6021
|
+
readonly minimum: 0;
|
|
6022
|
+
readonly maximum: 3000;
|
|
6023
|
+
readonly nullable: true;
|
|
6024
|
+
};
|
|
6025
|
+
readonly pool_mode: {
|
|
6026
|
+
readonly type: "string";
|
|
6027
|
+
readonly enum: readonly ["transaction", "session"];
|
|
6028
|
+
readonly description: "Dedicated pooler mode for the project";
|
|
6029
|
+
};
|
|
6030
|
+
};
|
|
6031
|
+
};
|
|
6032
|
+
export declare const UpdateSupavisorConfigResponseSchema: {
|
|
6033
|
+
readonly type: "object";
|
|
6034
|
+
readonly properties: {
|
|
6035
|
+
readonly default_pool_size: {
|
|
6036
|
+
readonly type: "integer";
|
|
6037
|
+
readonly nullable: true;
|
|
6038
|
+
};
|
|
6039
|
+
readonly pool_mode: {
|
|
6040
|
+
readonly type: "string";
|
|
6041
|
+
};
|
|
6042
|
+
};
|
|
6043
|
+
readonly required: readonly ["default_pool_size", "pool_mode"];
|
|
6044
|
+
};
|
|
6045
|
+
export declare const PostgresConfigResponseSchema: {
|
|
6046
|
+
readonly type: "object";
|
|
6047
|
+
readonly properties: {
|
|
6048
|
+
readonly effective_cache_size: {
|
|
6049
|
+
readonly type: "string";
|
|
6050
|
+
};
|
|
6051
|
+
readonly logical_decoding_work_mem: {
|
|
6052
|
+
readonly type: "string";
|
|
6053
|
+
};
|
|
6054
|
+
readonly maintenance_work_mem: {
|
|
6055
|
+
readonly type: "string";
|
|
6056
|
+
};
|
|
6057
|
+
readonly track_activity_query_size: {
|
|
6058
|
+
readonly type: "string";
|
|
6059
|
+
};
|
|
6060
|
+
readonly max_connections: {
|
|
6061
|
+
readonly type: "integer";
|
|
6062
|
+
readonly minimum: 1;
|
|
6063
|
+
readonly maximum: 262143;
|
|
6064
|
+
};
|
|
6065
|
+
readonly max_locks_per_transaction: {
|
|
6066
|
+
readonly type: "integer";
|
|
6067
|
+
readonly minimum: 10;
|
|
6068
|
+
readonly maximum: 2147483640;
|
|
6069
|
+
};
|
|
6070
|
+
readonly max_parallel_maintenance_workers: {
|
|
6071
|
+
readonly type: "integer";
|
|
6072
|
+
readonly minimum: 0;
|
|
6073
|
+
readonly maximum: 1024;
|
|
6074
|
+
};
|
|
6075
|
+
readonly max_parallel_workers: {
|
|
6076
|
+
readonly type: "integer";
|
|
6077
|
+
readonly minimum: 0;
|
|
6078
|
+
readonly maximum: 1024;
|
|
6079
|
+
};
|
|
6080
|
+
readonly max_parallel_workers_per_gather: {
|
|
6081
|
+
readonly type: "integer";
|
|
6082
|
+
readonly minimum: 0;
|
|
6083
|
+
readonly maximum: 1024;
|
|
6084
|
+
};
|
|
6085
|
+
readonly max_replication_slots: {
|
|
6086
|
+
readonly type: "integer";
|
|
6087
|
+
};
|
|
6088
|
+
readonly max_slot_wal_keep_size: {
|
|
6089
|
+
readonly type: "string";
|
|
6090
|
+
};
|
|
6091
|
+
readonly max_standby_archive_delay: {
|
|
6092
|
+
readonly type: "string";
|
|
6093
|
+
};
|
|
6094
|
+
readonly max_standby_streaming_delay: {
|
|
6095
|
+
readonly type: "string";
|
|
6096
|
+
};
|
|
6097
|
+
readonly max_wal_size: {
|
|
6098
|
+
readonly type: "string";
|
|
6099
|
+
};
|
|
6100
|
+
readonly max_wal_senders: {
|
|
6101
|
+
readonly type: "integer";
|
|
6102
|
+
};
|
|
6103
|
+
readonly max_worker_processes: {
|
|
6104
|
+
readonly type: "integer";
|
|
6105
|
+
readonly minimum: 0;
|
|
6106
|
+
readonly maximum: 262143;
|
|
6107
|
+
};
|
|
6108
|
+
readonly session_replication_role: {
|
|
6109
|
+
readonly type: "string";
|
|
6110
|
+
readonly enum: readonly ["origin", "replica", "local"];
|
|
6111
|
+
};
|
|
6112
|
+
readonly shared_buffers: {
|
|
6113
|
+
readonly type: "string";
|
|
6114
|
+
};
|
|
6115
|
+
readonly statement_timeout: {
|
|
6116
|
+
readonly type: "string";
|
|
6117
|
+
readonly description: "Default unit: ms";
|
|
6118
|
+
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
6119
|
+
};
|
|
6120
|
+
readonly track_commit_timestamp: {
|
|
6121
|
+
readonly type: "boolean";
|
|
6122
|
+
};
|
|
6123
|
+
readonly wal_keep_size: {
|
|
6124
|
+
readonly type: "string";
|
|
6125
|
+
};
|
|
6126
|
+
readonly wal_sender_timeout: {
|
|
6127
|
+
readonly type: "string";
|
|
6128
|
+
readonly description: "Default unit: ms";
|
|
6129
|
+
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
6130
|
+
};
|
|
6131
|
+
readonly work_mem: {
|
|
6132
|
+
readonly type: "string";
|
|
6133
|
+
};
|
|
6134
|
+
readonly checkpoint_timeout: {
|
|
6135
|
+
readonly type: "string";
|
|
6136
|
+
readonly description: "Default unit: s";
|
|
6137
|
+
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
6138
|
+
};
|
|
6139
|
+
readonly hot_standby_feedback: {
|
|
6140
|
+
readonly type: "boolean";
|
|
6141
|
+
};
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
6144
|
+
export declare const UpdatePostgresConfigBodySchema: {
|
|
6145
|
+
readonly type: "object";
|
|
6146
|
+
readonly properties: {
|
|
6147
|
+
readonly effective_cache_size: {
|
|
6148
|
+
readonly type: "string";
|
|
6149
|
+
};
|
|
6150
|
+
readonly logical_decoding_work_mem: {
|
|
6151
|
+
readonly type: "string";
|
|
6152
|
+
};
|
|
6153
|
+
readonly maintenance_work_mem: {
|
|
6154
|
+
readonly type: "string";
|
|
6155
|
+
};
|
|
6156
|
+
readonly track_activity_query_size: {
|
|
6157
|
+
readonly type: "string";
|
|
6158
|
+
};
|
|
6159
|
+
readonly max_connections: {
|
|
6160
|
+
readonly type: "integer";
|
|
6161
|
+
readonly minimum: 1;
|
|
6162
|
+
readonly maximum: 262143;
|
|
6163
|
+
};
|
|
6164
|
+
readonly max_locks_per_transaction: {
|
|
6165
|
+
readonly type: "integer";
|
|
6166
|
+
readonly minimum: 10;
|
|
6167
|
+
readonly maximum: 2147483640;
|
|
6168
|
+
};
|
|
6169
|
+
readonly max_parallel_maintenance_workers: {
|
|
6170
|
+
readonly type: "integer";
|
|
6171
|
+
readonly minimum: 0;
|
|
6172
|
+
readonly maximum: 1024;
|
|
6173
|
+
};
|
|
6174
|
+
readonly max_parallel_workers: {
|
|
6175
|
+
readonly type: "integer";
|
|
6176
|
+
readonly minimum: 0;
|
|
6177
|
+
readonly maximum: 1024;
|
|
6178
|
+
};
|
|
6179
|
+
readonly max_parallel_workers_per_gather: {
|
|
6180
|
+
readonly type: "integer";
|
|
6181
|
+
readonly minimum: 0;
|
|
6182
|
+
readonly maximum: 1024;
|
|
6183
|
+
};
|
|
6184
|
+
readonly max_replication_slots: {
|
|
6185
|
+
readonly type: "integer";
|
|
6186
|
+
};
|
|
6187
|
+
readonly max_slot_wal_keep_size: {
|
|
6188
|
+
readonly type: "string";
|
|
6189
|
+
};
|
|
6190
|
+
readonly max_standby_archive_delay: {
|
|
6191
|
+
readonly type: "string";
|
|
6192
|
+
};
|
|
6193
|
+
readonly max_standby_streaming_delay: {
|
|
6194
|
+
readonly type: "string";
|
|
6195
|
+
};
|
|
6196
|
+
readonly max_wal_size: {
|
|
6197
|
+
readonly type: "string";
|
|
6198
|
+
};
|
|
6199
|
+
readonly max_wal_senders: {
|
|
6200
|
+
readonly type: "integer";
|
|
6201
|
+
};
|
|
6202
|
+
readonly max_worker_processes: {
|
|
6203
|
+
readonly type: "integer";
|
|
6204
|
+
readonly minimum: 0;
|
|
6205
|
+
readonly maximum: 262143;
|
|
6206
|
+
};
|
|
6207
|
+
readonly session_replication_role: {
|
|
6208
|
+
readonly type: "string";
|
|
6209
|
+
readonly enum: readonly ["origin", "replica", "local"];
|
|
6210
|
+
};
|
|
6211
|
+
readonly shared_buffers: {
|
|
6212
|
+
readonly type: "string";
|
|
6213
|
+
};
|
|
6214
|
+
readonly statement_timeout: {
|
|
6215
|
+
readonly type: "string";
|
|
6216
|
+
readonly description: "Default unit: ms";
|
|
6217
|
+
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
6218
|
+
};
|
|
6219
|
+
readonly track_commit_timestamp: {
|
|
6220
|
+
readonly type: "boolean";
|
|
6221
|
+
};
|
|
6222
|
+
readonly wal_keep_size: {
|
|
6223
|
+
readonly type: "string";
|
|
6224
|
+
};
|
|
6225
|
+
readonly wal_sender_timeout: {
|
|
6226
|
+
readonly type: "string";
|
|
6227
|
+
readonly description: "Default unit: ms";
|
|
6228
|
+
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
6229
|
+
};
|
|
6230
|
+
readonly work_mem: {
|
|
6231
|
+
readonly type: "string";
|
|
6232
|
+
};
|
|
6233
|
+
readonly checkpoint_timeout: {
|
|
6234
|
+
readonly type: "string";
|
|
6235
|
+
readonly description: "Default unit: s";
|
|
6236
|
+
readonly pattern: "^(-?[0-9]+(?:\\.[0-9]+)?)(us|ms|s|min|h|d)?$";
|
|
6237
|
+
};
|
|
6238
|
+
readonly hot_standby_feedback: {
|
|
6239
|
+
readonly type: "boolean";
|
|
6240
|
+
};
|
|
6241
|
+
readonly restart_database: {
|
|
6242
|
+
readonly type: "boolean";
|
|
6243
|
+
};
|
|
6244
|
+
};
|
|
6245
|
+
readonly additionalProperties: false;
|
|
6246
|
+
};
|
|
6247
|
+
export declare const RealtimeConfigResponseSchema: {
|
|
6248
|
+
readonly type: "object";
|
|
6249
|
+
readonly properties: {
|
|
6250
|
+
readonly private_only: {
|
|
6251
|
+
readonly type: "boolean";
|
|
6252
|
+
readonly nullable: true;
|
|
6253
|
+
readonly description: "Whether to only allow private channels";
|
|
6254
|
+
};
|
|
6255
|
+
readonly connection_pool: {
|
|
6256
|
+
readonly type: "integer";
|
|
6257
|
+
readonly minimum: 1;
|
|
6258
|
+
readonly maximum: 100;
|
|
6259
|
+
readonly nullable: true;
|
|
6260
|
+
readonly description: "Sets connection pool size for Realtime Authorization";
|
|
6261
|
+
};
|
|
6262
|
+
readonly max_concurrent_users: {
|
|
6263
|
+
readonly type: "integer";
|
|
6264
|
+
readonly minimum: 1;
|
|
6265
|
+
readonly maximum: 50000;
|
|
6266
|
+
readonly nullable: true;
|
|
6267
|
+
readonly description: "Sets maximum number of concurrent users rate limit";
|
|
6268
|
+
};
|
|
6269
|
+
readonly max_events_per_second: {
|
|
6270
|
+
readonly type: "integer";
|
|
6271
|
+
readonly minimum: 1;
|
|
6272
|
+
readonly maximum: 50000;
|
|
6273
|
+
readonly nullable: true;
|
|
6274
|
+
readonly description: "Sets maximum number of events per second rate per channel limit";
|
|
6275
|
+
};
|
|
6276
|
+
readonly max_bytes_per_second: {
|
|
6277
|
+
readonly type: "integer";
|
|
6278
|
+
readonly minimum: 1;
|
|
6279
|
+
readonly maximum: 10000000;
|
|
6280
|
+
readonly nullable: true;
|
|
6281
|
+
readonly description: "Sets maximum number of bytes per second rate per channel limit";
|
|
6282
|
+
};
|
|
6283
|
+
readonly max_channels_per_client: {
|
|
6284
|
+
readonly type: "integer";
|
|
6285
|
+
readonly minimum: 1;
|
|
6286
|
+
readonly maximum: 10000;
|
|
6287
|
+
readonly nullable: true;
|
|
6288
|
+
readonly description: "Sets maximum number of channels per client rate limit";
|
|
6289
|
+
};
|
|
6290
|
+
readonly max_joins_per_second: {
|
|
6291
|
+
readonly type: "integer";
|
|
6292
|
+
readonly minimum: 1;
|
|
6293
|
+
readonly maximum: 5000;
|
|
6294
|
+
readonly nullable: true;
|
|
6295
|
+
readonly description: "Sets maximum number of joins per second rate limit";
|
|
6296
|
+
};
|
|
6297
|
+
readonly max_presence_events_per_second: {
|
|
6298
|
+
readonly type: "integer";
|
|
6299
|
+
readonly minimum: 1;
|
|
6300
|
+
readonly maximum: 5000;
|
|
6301
|
+
readonly nullable: true;
|
|
6302
|
+
readonly description: "Sets maximum number of presence events per second rate limit";
|
|
6303
|
+
};
|
|
6304
|
+
readonly max_payload_size_in_kb: {
|
|
6305
|
+
readonly type: "integer";
|
|
6306
|
+
readonly minimum: 1;
|
|
6307
|
+
readonly maximum: 10000;
|
|
6308
|
+
readonly nullable: true;
|
|
6309
|
+
readonly description: "Sets maximum number of payload size in KB rate limit";
|
|
6310
|
+
};
|
|
6311
|
+
readonly suspend: {
|
|
6312
|
+
readonly type: "boolean";
|
|
6313
|
+
readonly nullable: true;
|
|
6314
|
+
readonly description: "Whether to suspend realtime";
|
|
6315
|
+
};
|
|
6316
|
+
};
|
|
6317
|
+
readonly required: readonly ["private_only", "connection_pool", "max_concurrent_users", "max_events_per_second", "max_bytes_per_second", "max_channels_per_client", "max_joins_per_second", "max_presence_events_per_second", "max_payload_size_in_kb", "suspend"];
|
|
6318
|
+
};
|
|
6319
|
+
export declare const UpdateRealtimeConfigBodySchema: {
|
|
6320
|
+
readonly type: "object";
|
|
6321
|
+
readonly properties: {
|
|
6322
|
+
readonly private_only: {
|
|
6323
|
+
readonly type: "boolean";
|
|
6324
|
+
readonly description: "Whether to only allow private channels";
|
|
6325
|
+
};
|
|
6326
|
+
readonly connection_pool: {
|
|
6327
|
+
readonly type: "integer";
|
|
6328
|
+
readonly minimum: 1;
|
|
6329
|
+
readonly maximum: 100;
|
|
6330
|
+
readonly description: "Sets connection pool size for Realtime Authorization";
|
|
6331
|
+
};
|
|
6332
|
+
readonly max_concurrent_users: {
|
|
6333
|
+
readonly type: "integer";
|
|
6334
|
+
readonly minimum: 1;
|
|
6335
|
+
readonly maximum: 50000;
|
|
6336
|
+
readonly description: "Sets maximum number of concurrent users rate limit";
|
|
6337
|
+
};
|
|
6338
|
+
readonly max_events_per_second: {
|
|
6339
|
+
readonly type: "integer";
|
|
6340
|
+
readonly minimum: 1;
|
|
6341
|
+
readonly maximum: 50000;
|
|
6342
|
+
readonly description: "Sets maximum number of events per second rate per channel limit";
|
|
6343
|
+
};
|
|
6344
|
+
readonly max_bytes_per_second: {
|
|
6345
|
+
readonly type: "integer";
|
|
6346
|
+
readonly minimum: 1;
|
|
6347
|
+
readonly maximum: 10000000;
|
|
6348
|
+
readonly description: "Sets maximum number of bytes per second rate per channel limit";
|
|
6349
|
+
};
|
|
6350
|
+
readonly max_channels_per_client: {
|
|
6351
|
+
readonly type: "integer";
|
|
6352
|
+
readonly minimum: 1;
|
|
6353
|
+
readonly maximum: 10000;
|
|
6354
|
+
readonly description: "Sets maximum number of channels per client rate limit";
|
|
6355
|
+
};
|
|
6356
|
+
readonly max_joins_per_second: {
|
|
6357
|
+
readonly type: "integer";
|
|
6358
|
+
readonly minimum: 1;
|
|
6359
|
+
readonly maximum: 5000;
|
|
6360
|
+
readonly description: "Sets maximum number of joins per second rate limit";
|
|
6361
|
+
};
|
|
6362
|
+
readonly max_presence_events_per_second: {
|
|
6363
|
+
readonly type: "integer";
|
|
6364
|
+
readonly minimum: 1;
|
|
6365
|
+
readonly maximum: 5000;
|
|
6366
|
+
readonly description: "Sets maximum number of presence events per second rate limit";
|
|
6367
|
+
};
|
|
6368
|
+
readonly max_payload_size_in_kb: {
|
|
6369
|
+
readonly type: "integer";
|
|
6370
|
+
readonly minimum: 1;
|
|
6371
|
+
readonly maximum: 10000;
|
|
6372
|
+
readonly description: "Sets maximum number of payload size in KB rate limit";
|
|
6373
|
+
};
|
|
6374
|
+
readonly suspend: {
|
|
6375
|
+
readonly type: "boolean";
|
|
6376
|
+
readonly description: "Whether to suspend realtime";
|
|
6377
|
+
};
|
|
6378
|
+
};
|
|
6379
|
+
readonly additionalProperties: false;
|
|
6380
|
+
};
|
|
6263
6381
|
export declare const CreateProviderBodySchema: {
|
|
6264
6382
|
readonly type: "object";
|
|
6265
6383
|
readonly properties: {
|