mtmsdk 0.0.14 → 0.0.16
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/adk/api/client.d.ts +9 -0
- package/dist/adk/api/client.d.ts.map +1 -0
- package/dist/adk/api/client.js +39 -0
- package/dist/adk/api/client.js.map +1 -0
- package/dist/adk/core/constants/tool-icons.d.ts +21 -0
- package/dist/adk/core/constants/tool-icons.d.ts.map +1 -0
- package/dist/adk/core/constants/tool-icons.js +47 -0
- package/dist/adk/core/constants/tool-icons.js.map +1 -0
- package/dist/adk/core/models/AgentBuilder.d.ts +77 -0
- package/dist/adk/core/models/AgentBuilder.d.ts.map +1 -0
- package/dist/adk/core/models/AgentBuilder.js +18 -0
- package/dist/adk/core/models/AgentBuilder.js.map +1 -0
- package/dist/adk/core/models/AgentRunRequest.d.ts +37 -0
- package/dist/adk/core/models/AgentRunRequest.d.ts.map +1 -0
- package/dist/adk/core/models/AgentRunRequest.js +18 -0
- package/dist/adk/core/models/AgentRunRequest.js.map +1 -0
- package/dist/adk/core/models/Eval.d.ts +55 -0
- package/dist/adk/core/models/Eval.d.ts.map +1 -0
- package/dist/adk/core/models/Eval.js +27 -0
- package/dist/adk/core/models/Eval.js.map +1 -0
- package/dist/adk/core/models/LiveRequest.d.ts +23 -0
- package/dist/adk/core/models/LiveRequest.d.ts.map +1 -0
- package/dist/adk/core/models/LiveRequest.js +18 -0
- package/dist/adk/core/models/LiveRequest.js.map +1 -0
- package/dist/adk/core/models/RuntimeConfig.d.ts +32 -0
- package/dist/adk/core/models/RuntimeConfig.d.ts.map +1 -0
- package/dist/adk/core/models/RuntimeConfig.js +18 -0
- package/dist/adk/core/models/RuntimeConfig.js.map +1 -0
- package/dist/adk/core/models/Session.d.ts +117 -0
- package/dist/adk/core/models/Session.d.ts.map +1 -0
- package/dist/adk/core/models/Session.js +31 -0
- package/dist/adk/core/models/Session.js.map +1 -0
- package/dist/adk/core/models/Trace.d.ts +40 -0
- package/dist/adk/core/models/Trace.d.ts.map +1 -0
- package/dist/adk/core/models/Trace.js +2 -0
- package/dist/adk/core/models/Trace.js.map +1 -0
- package/dist/adk/core/models/types.d.ts +338 -0
- package/dist/adk/core/models/types.d.ts.map +1 -0
- package/dist/adk/core/models/types.js +189 -0
- package/dist/adk/core/models/types.js.map +1 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.d.ts +3017 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.js +2776 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.js.map +1 -0
- package/dist/api_hatchet/client/client.gen.d.ts +3 -0
- package/dist/api_hatchet/client/client.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/client.gen.js +70 -46
- package/dist/api_hatchet/client/client.gen.js.map +1 -0
- package/dist/api_hatchet/client/index.d.ts +9 -0
- package/dist/api_hatchet/client/index.d.ts.map +1 -0
- package/dist/api_hatchet/client/index.js +7 -0
- package/dist/api_hatchet/client/index.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/types.gen.d.ts +19 -26
- package/dist/api_hatchet/client/types.gen.d.ts.map +1 -0
- package/dist/api_hatchet/client/types.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/utils.gen.d.ts +4 -4
- package/dist/api_hatchet/client/utils.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/utils.gen.js +41 -40
- package/dist/api_hatchet/client/utils.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client.gen.d.ts +2 -2
- package/dist/api_hatchet/client.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client.gen.js +1 -1
- package/dist/api_hatchet/client.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/auth.gen.d.ts +3 -3
- package/dist/api_hatchet/core/auth.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/auth.gen.js +3 -3
- package/dist/api_hatchet/core/auth.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/bodySerializer.gen.d.ts +13 -5
- package/dist/api_hatchet/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/bodySerializer.gen.js +3 -3
- package/dist/api_hatchet/core/bodySerializer.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/params.gen.d.ts +13 -3
- package/dist/api_hatchet/core/params.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/params.gen.js +24 -12
- package/dist/api_hatchet/core/params.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/pathSerializer.gen.d.ts +3 -3
- package/dist/api_hatchet/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/pathSerializer.gen.js +36 -36
- package/dist/api_hatchet/core/pathSerializer.gen.js.map +1 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.js +100 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/api_hatchet/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/serverSentEvents.gen.js +20 -18
- package/dist/api_hatchet/core/serverSentEvents.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/types.gen.d.ts +4 -4
- package/dist/api_hatchet/core/types.gen.d.ts.map +1 -0
- package/dist/api_hatchet/core/types.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/utils.gen.d.ts +1 -1
- package/dist/api_hatchet/core/utils.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/utils.gen.js +17 -17
- package/dist/api_hatchet/core/utils.gen.js.map +1 -0
- package/dist/api_hatchet/index.d.ts +3 -0
- package/dist/api_hatchet/index.d.ts.map +1 -0
- package/dist/api_hatchet/index.js +4 -0
- package/dist/api_hatchet/index.js.map +1 -0
- package/dist/api_hatchet/schemas.gen.d.ts +4068 -0
- package/dist/api_hatchet/schemas.gen.d.ts.map +1 -0
- package/dist/api_hatchet/schemas.gen.js +4743 -0
- package/dist/api_hatchet/schemas.gen.js.map +1 -0
- package/dist/api_hatchet/sdk.gen.d.ts +784 -0
- package/dist/api_hatchet/sdk.gen.d.ts.map +1 -0
- package/dist/api_hatchet/sdk.gen.js +1849 -0
- package/dist/api_hatchet/sdk.gen.js.map +1 -0
- package/dist/api_hatchet/types.gen.d.ts +6861 -0
- package/dist/api_hatchet/types.gen.d.ts.map +1 -0
- package/dist/api_hatchet/types.gen.js +209 -0
- package/dist/api_hatchet/types.gen.js.map +1 -0
- package/dist/api_hatchet/zod.gen.d.ts +10429 -0
- package/dist/api_hatchet/zod.gen.d.ts.map +1 -0
- package/dist/api_hatchet/zod.gen.js +2766 -0
- package/dist/api_hatchet/zod.gen.js.map +1 -0
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts +156 -668
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js +460 -1007
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts +1 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/client.gen.js +70 -46
- package/dist/gomtmapi_v2/client/client.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client/index.d.ts +8 -7
- package/dist/gomtmapi_v2/client/index.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/index.js +5 -4
- package/dist/gomtmapi_v2/client/index.js.map +1 -1
- package/dist/gomtmapi_v2/client/types.gen.d.ts +19 -26
- package/dist/gomtmapi_v2/client/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/utils.gen.d.ts +4 -4
- package/dist/gomtmapi_v2/client/utils.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/utils.gen.js +41 -40
- package/dist/gomtmapi_v2/client/utils.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client.gen.d.ts +2 -2
- package/dist/gomtmapi_v2/client.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client.gen.js +1 -1
- package/dist/gomtmapi_v2/client.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/auth.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/core/auth.gen.js +3 -3
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts +13 -5
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js +3 -3
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/params.gen.d.ts +13 -3
- package/dist/gomtmapi_v2/core/params.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/params.gen.js +24 -12
- package/dist/gomtmapi_v2/core/params.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/core/pathSerializer.gen.js +36 -36
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js +100 -0
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js +20 -18
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/types.gen.d.ts +4 -4
- package/dist/gomtmapi_v2/core/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/utils.gen.d.ts +1 -1
- package/dist/gomtmapi_v2/core/utils.gen.js +17 -17
- package/dist/gomtmapi_v2/index.d.ts +2 -2
- package/dist/gomtmapi_v2/index.js +1 -1
- package/dist/gomtmapi_v2/schemas.gen.d.ts +51 -727
- package/dist/gomtmapi_v2/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/schemas.gen.js +752 -1392
- package/dist/gomtmapi_v2/schemas.gen.js.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.d.ts +90 -362
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.js +241 -776
- package/dist/gomtmapi_v2/sdk.gen.js.map +1 -1
- package/dist/gomtmapi_v2/types.gen.d.ts +132 -917
- package/dist/gomtmapi_v2/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.d.ts +40 -734
- package/dist/gomtmapi_v2/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.js +191 -651
- package/dist/gomtmapi_v2/zod.gen.js.map +1 -1
- package/dist/lib/aisdk/types.d.ts +3 -0
- package/dist/lib/aisdk/types.d.ts.map +1 -0
- package/dist/lib/aisdk/types.js +5 -0
- package/dist/lib/aisdk/types.js.map +1 -0
- package/dist/lib/logger/index.d.ts +19 -0
- package/dist/lib/logger/index.d.ts.map +1 -0
- package/dist/lib/logger/index.js +7 -0
- package/dist/lib/logger/index.js.map +1 -0
- package/dist/lib/schema.d.ts +41 -0
- package/dist/lib/schema.d.ts.map +1 -0
- package/dist/lib/schema.js +37 -0
- package/dist/lib/schema.js.map +1 -0
- package/dist/lib/utils.d.ts +14 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +45 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +194 -1693
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +234 -1405
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtgate_api/client/client.gen.d.ts +1 -1
- package/dist/mtgate_api/client/client.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/client.gen.js +70 -46
- package/dist/mtgate_api/client/client.gen.js.map +1 -1
- package/dist/mtgate_api/client/index.d.ts +8 -7
- package/dist/mtgate_api/client/index.d.ts.map +1 -1
- package/dist/mtgate_api/client/index.js +5 -4
- package/dist/mtgate_api/client/index.js.map +1 -1
- package/dist/mtgate_api/client/types.gen.d.ts +19 -26
- package/dist/mtgate_api/client/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/utils.gen.d.ts +4 -4
- package/dist/mtgate_api/client/utils.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/utils.gen.js +41 -40
- package/dist/mtgate_api/client/utils.gen.js.map +1 -1
- package/dist/mtgate_api/client.gen.d.ts +2 -2
- package/dist/mtgate_api/client.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client.gen.js +2 -4
- package/dist/mtgate_api/client.gen.js.map +1 -1
- package/dist/mtgate_api/core/auth.gen.d.ts +3 -3
- package/dist/mtgate_api/core/auth.gen.js +3 -3
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts +13 -5
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/bodySerializer.gen.js +3 -3
- package/dist/mtgate_api/core/bodySerializer.gen.js.map +1 -1
- package/dist/mtgate_api/core/params.gen.d.ts +13 -3
- package/dist/mtgate_api/core/params.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/params.gen.js +24 -12
- package/dist/mtgate_api/core/params.gen.js.map +1 -1
- package/dist/mtgate_api/core/pathSerializer.gen.d.ts +3 -3
- package/dist/mtgate_api/core/pathSerializer.gen.js +36 -36
- package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/mtgate_api/core/queryKeySerializer.gen.js +100 -0
- package/dist/mtgate_api/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/serverSentEvents.gen.js +20 -18
- package/dist/mtgate_api/core/serverSentEvents.gen.js.map +1 -1
- package/dist/mtgate_api/core/types.gen.d.ts +4 -4
- package/dist/mtgate_api/core/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/utils.gen.d.ts +1 -1
- package/dist/mtgate_api/core/utils.gen.js +17 -17
- 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 -2
- package/dist/mtgate_api/index.js.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +384 -1302
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +595 -1485
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +25 -137
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +97 -643
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +432 -2300
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/types.gen.js +1 -7
- package/dist/mtgate_api/types.gen.js.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +985 -2672
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +322 -1472
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts +105 -82
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.js +439 -475
- package/dist/mtmai_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtmai_api/client/client.gen.d.ts +1 -1
- package/dist/mtmai_api/client/client.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/client.gen.js +70 -46
- package/dist/mtmai_api/client/client.gen.js.map +1 -1
- package/dist/mtmai_api/client/index.d.ts +8 -7
- package/dist/mtmai_api/client/index.d.ts.map +1 -1
- package/dist/mtmai_api/client/index.js +5 -4
- package/dist/mtmai_api/client/index.js.map +1 -1
- package/dist/mtmai_api/client/types.gen.d.ts +19 -26
- package/dist/mtmai_api/client/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/utils.gen.d.ts +4 -4
- package/dist/mtmai_api/client/utils.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/utils.gen.js +41 -40
- package/dist/mtmai_api/client/utils.gen.js.map +1 -1
- package/dist/mtmai_api/client.gen.d.ts +2 -2
- package/dist/mtmai_api/client.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client.gen.js +1 -1
- package/dist/mtmai_api/client.gen.js.map +1 -1
- package/dist/mtmai_api/core/auth.gen.d.ts +3 -3
- package/dist/mtmai_api/core/auth.gen.js +3 -3
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts +13 -5
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/bodySerializer.gen.js +3 -3
- package/dist/mtmai_api/core/bodySerializer.gen.js.map +1 -1
- package/dist/mtmai_api/core/params.gen.d.ts +13 -3
- package/dist/mtmai_api/core/params.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/params.gen.js +24 -12
- package/dist/mtmai_api/core/params.gen.js.map +1 -1
- package/dist/mtmai_api/core/pathSerializer.gen.d.ts +3 -3
- package/dist/mtmai_api/core/pathSerializer.gen.js +36 -36
- package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/queryKeySerializer.gen.js +100 -0
- package/dist/mtmai_api/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/serverSentEvents.gen.js +20 -18
- package/dist/mtmai_api/core/serverSentEvents.gen.js.map +1 -1
- package/dist/mtmai_api/core/types.gen.d.ts +4 -4
- package/dist/mtmai_api/core/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/utils.gen.d.ts +1 -1
- package/dist/mtmai_api/core/utils.gen.js +17 -17
- package/dist/mtmai_api/index.d.ts +2 -2
- package/dist/mtmai_api/index.js +2 -2
- package/dist/mtmai_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtmai_api/schemas.gen.js +4363 -4616
- package/dist/mtmai_api/schemas.gen.js.map +1 -1
- package/dist/mtmai_api/sdk.gen.d.ts +25 -2
- package/dist/mtmai_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtmai_api/sdk.gen.js +211 -391
- package/dist/mtmai_api/sdk.gen.js.map +1 -1
- package/dist/mtmai_api/types.gen.d.ts +645 -81
- package/dist/mtmai_api/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/types.gen.js +116 -103
- package/dist/mtmai_api/types.gen.js.map +1 -1
- package/dist/mtmai_api/zod.gen.d.ts +17408 -17216
- package/dist/mtmai_api/zod.gen.d.ts.map +1 -1
- package/dist/mtmai_api/zod.gen.js +3741 -1895
- package/dist/mtmai_api/zod.gen.js.map +1 -1
- package/dist/sbapi/@tanstack/react-query.gen.d.ts +35 -0
- package/dist/sbapi/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/sbapi/@tanstack/react-query.gen.js +40 -0
- package/dist/sbapi/@tanstack/react-query.gen.js.map +1 -0
- package/dist/sbapi/client/client.gen.d.ts +3 -0
- package/dist/sbapi/client/client.gen.d.ts.map +1 -0
- package/dist/sbapi/client/client.gen.js +229 -0
- package/dist/sbapi/client/client.gen.js.map +1 -0
- package/dist/sbapi/client/index.d.ts +9 -0
- package/dist/sbapi/client/index.d.ts.map +1 -0
- package/dist/sbapi/client/index.js +7 -0
- package/dist/sbapi/client/index.js.map +1 -0
- package/dist/sbapi/client/types.gen.d.ts +118 -0
- package/dist/sbapi/client/types.gen.d.ts.map +1 -0
- package/dist/sbapi/client/types.gen.js +3 -0
- package/dist/sbapi/client/types.gen.js.map +1 -0
- package/dist/sbapi/client/utils.gen.d.ts +34 -0
- package/dist/sbapi/client/utils.gen.d.ts.map +1 -0
- package/dist/sbapi/client/utils.gen.js +232 -0
- package/dist/sbapi/client/utils.gen.js.map +1 -0
- package/dist/sbapi/client.gen.d.ts +13 -0
- package/dist/sbapi/client.gen.d.ts.map +1 -0
- package/dist/sbapi/client.gen.js +4 -0
- package/dist/sbapi/client.gen.js.map +1 -0
- package/dist/sbapi/core/auth.gen.d.ts +19 -0
- package/dist/sbapi/core/auth.gen.d.ts.map +1 -0
- package/dist/sbapi/core/auth.gen.js +15 -0
- package/dist/sbapi/core/auth.gen.js.map +1 -0
- package/dist/sbapi/core/bodySerializer.gen.d.ts +26 -0
- package/dist/sbapi/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/sbapi/core/bodySerializer.gen.js +58 -0
- package/dist/sbapi/core/bodySerializer.gen.js.map +1 -0
- package/dist/sbapi/core/params.gen.d.ts +44 -0
- package/dist/sbapi/core/params.gen.d.ts.map +1 -0
- package/dist/sbapi/core/params.gen.js +101 -0
- package/dist/sbapi/core/params.gen.js.map +1 -0
- package/dist/sbapi/core/pathSerializer.gen.d.ts +34 -0
- package/dist/sbapi/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/sbapi/core/pathSerializer.gen.js +115 -0
- package/dist/sbapi/core/pathSerializer.gen.js.map +1 -0
- package/dist/sbapi/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/sbapi/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/sbapi/core/queryKeySerializer.gen.js +100 -0
- package/dist/sbapi/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/sbapi/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/sbapi/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/sbapi/core/serverSentEvents.gen.js +138 -0
- package/dist/sbapi/core/serverSentEvents.gen.js.map +1 -0
- package/dist/sbapi/core/types.gen.d.ts +79 -0
- package/dist/sbapi/core/types.gen.d.ts.map +1 -0
- package/dist/sbapi/core/types.gen.js +3 -0
- package/dist/sbapi/core/types.gen.js.map +1 -0
- package/dist/sbapi/core/utils.gen.d.ts +20 -0
- package/dist/sbapi/core/utils.gen.d.ts.map +1 -0
- package/dist/sbapi/core/utils.gen.js +88 -0
- package/dist/sbapi/core/utils.gen.js.map +1 -0
- package/dist/sbapi/index.d.ts +3 -0
- package/dist/sbapi/index.d.ts.map +1 -0
- package/dist/sbapi/index.js +3 -0
- package/dist/sbapi/index.js.map +1 -0
- package/dist/sbapi/schemas.gen.d.ts +38 -0
- package/dist/sbapi/schemas.gen.d.ts.map +1 -0
- package/dist/sbapi/schemas.gen.js +48 -0
- package/dist/sbapi/schemas.gen.js.map +1 -0
- package/dist/sbapi/sdk.gen.d.ts +17 -0
- package/dist/sbapi/sdk.gen.d.ts.map +1 -0
- package/dist/sbapi/sdk.gen.js +4 -0
- package/dist/sbapi/sdk.gen.js.map +1 -0
- package/dist/sbapi/types.gen.d.ts +54 -0
- package/dist/sbapi/types.gen.d.ts.map +1 -0
- package/dist/sbapi/types.gen.js +3 -0
- package/dist/sbapi/types.gen.js.map +1 -0
- package/dist/sbapi/zod.gen.d.ts +39 -0
- package/dist/sbapi/zod.gen.d.ts.map +1 -0
- package/dist/sbapi/zod.gen.js +31 -0
- package/dist/sbapi/zod.gen.js.map +1 -0
- package/dist/schema/browser.d.ts +29 -0
- package/dist/schema/browser.d.ts.map +1 -0
- package/dist/schema/browser.js +41 -0
- package/dist/schema/browser.js.map +1 -0
- package/dist/supabase/supabase-browser.d.ts +4 -0
- package/dist/supabase/supabase-browser.d.ts.map +1 -0
- package/dist/supabase/supabase-browser.js +20 -0
- package/dist/supabase/supabase-browser.js.map +1 -0
- package/dist/supabase/supabase-client.d.ts +1941 -0
- package/dist/supabase/supabase-client.d.ts.map +1 -0
- package/dist/supabase/supabase-client.js +23 -0
- package/dist/supabase/supabase-client.js.map +1 -0
- package/dist/supabase/supabase.d.ts +3881 -0
- package/dist/supabase/supabase.d.ts.map +1 -0
- package/dist/supabase/supabase.js +89 -0
- package/dist/supabase/supabase.js.map +1 -0
- package/dist/supabase/use-sb-query/build-query-opts.d.ts +6 -0
- package/dist/supabase/use-sb-query/build-query-opts.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/build-query-opts.js +33 -0
- package/dist/supabase/use-sb-query/build-query-opts.js.map +1 -0
- package/dist/supabase/use-sb-query/key.d.ts +10 -0
- package/dist/supabase/use-sb-query/key.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/key.js +46 -0
- package/dist/supabase/use-sb-query/key.js.map +1 -0
- package/dist/supabase/use-sb-query/prefetch.d.ts +10 -0
- package/dist/supabase/use-sb-query/prefetch.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/prefetch.js +14 -0
- package/dist/supabase/use-sb-query/prefetch.js.map +1 -0
- package/dist/supabase/use-sb-query/use-query.d.ts +133 -0
- package/dist/supabase/use-sb-query/use-query.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/use-query.js +117 -0
- package/dist/supabase/use-sb-query/use-query.js.map +1 -0
- package/dist/supabase/utils.d.ts +21 -0
- package/dist/supabase/utils.d.ts.map +1 -0
- package/dist/supabase/utils.js +46 -0
- package/dist/supabase/utils.js.map +1 -0
- package/dist/types/database.types.d.ts +2018 -0
- package/dist/types/database.types.d.ts.map +1 -0
- package/dist/types/database.types.js +6 -0
- package/dist/types/database.types.js.map +1 -0
- package/dist/types/index.d.ts +21 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +61 -70
- package/dist/components/MustAdmin.d.ts +0 -14
- package/dist/components/MustAdmin.d.ts.map +0 -1
- package/dist/components/MustAdmin.js +0 -37
- package/dist/components/MustAdmin.js.map +0 -1
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts +0 -947
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/gomtmapi/@tanstack/react-query.gen.js +0 -1023
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +0 -1
- package/dist/gomtmapi/client/client.gen.d.ts +0 -3
- package/dist/gomtmapi/client/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client/client.gen.js.map +0 -1
- package/dist/gomtmapi/client/index.d.ts +0 -8
- package/dist/gomtmapi/client/index.d.ts.map +0 -1
- package/dist/gomtmapi/client/index.js +0 -6
- package/dist/gomtmapi/client/index.js.map +0 -1
- package/dist/gomtmapi/client/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client/types.gen.js.map +0 -1
- package/dist/gomtmapi/client/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client/utils.gen.js.map +0 -1
- package/dist/gomtmapi/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client.gen.js.map +0 -1
- package/dist/gomtmapi/core/auth.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/auth.gen.js.map +0 -1
- package/dist/gomtmapi/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/bodySerializer.gen.js.map +0 -1
- package/dist/gomtmapi/core/params.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/params.gen.js.map +0 -1
- package/dist/gomtmapi/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/pathSerializer.gen.js.map +0 -1
- package/dist/gomtmapi/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/serverSentEvents.gen.js.map +0 -1
- package/dist/gomtmapi/core/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/types.gen.js.map +0 -1
- package/dist/gomtmapi/core/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/utils.gen.js.map +0 -1
- package/dist/gomtmapi/index.d.ts +0 -3
- package/dist/gomtmapi/index.d.ts.map +0 -1
- package/dist/gomtmapi/index.js +0 -4
- package/dist/gomtmapi/index.js.map +0 -1
- package/dist/gomtmapi/schemas.gen.d.ts +0 -1445
- package/dist/gomtmapi/schemas.gen.d.ts.map +0 -1
- package/dist/gomtmapi/schemas.gen.js +0 -1474
- package/dist/gomtmapi/schemas.gen.js.map +0 -1
- package/dist/gomtmapi/sdk.gen.d.ts +0 -271
- package/dist/gomtmapi/sdk.gen.d.ts.map +0 -1
- package/dist/gomtmapi/sdk.gen.js +0 -974
- package/dist/gomtmapi/sdk.gen.js.map +0 -1
- package/dist/gomtmapi/types.gen.d.ts +0 -2302
- package/dist/gomtmapi/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi/types.gen.js +0 -33
- package/dist/gomtmapi/types.gen.js.map +0 -1
- package/dist/gomtmapi/zod.gen.d.ts +0 -2067
- package/dist/gomtmapi/zod.gen.d.ts.map +0 -1
- package/dist/gomtmapi/zod.gen.js +0 -875
- package/dist/gomtmapi/zod.gen.js.map +0 -1
- package/dist/lib/adk-utils.d.ts +0 -19
- package/dist/lib/adk-utils.d.ts.map +0 -1
- package/dist/lib/adk-utils.js +0 -50
- package/dist/lib/adk-utils.js.map +0 -1
- package/dist/lib/auth-client.d.ts +0 -5965
- package/dist/lib/auth-client.d.ts.map +0 -1
- package/dist/lib/auth-client.js +0 -29
- package/dist/lib/auth-client.js.map +0 -1
- package/dist/lib/get-query-client.d.ts +0 -3
- package/dist/lib/get-query-client.d.ts.map +0 -1
- package/dist/lib/get-query-client.js +0 -23
- package/dist/lib/get-query-client.js.map +0 -1
- package/dist/lib/mtgate_client_ss.d.ts +0 -10
- package/dist/lib/mtgate_client_ss.d.ts.map +0 -1
- package/dist/lib/mtgate_client_ss.js +0 -24
- package/dist/lib/mtgate_client_ss.js.map +0 -1
- package/dist/store/AuthProviders.d.ts +0 -8
- package/dist/store/AuthProviders.d.ts.map +0 -1
- package/dist/store/AuthProviders.js +0 -34
- package/dist/store/AuthProviders.js.map +0 -1
- package/dist/store/GomtmProvider.d.ts +0 -10
- package/dist/store/GomtmProvider.d.ts.map +0 -1
- package/dist/store/GomtmProvider.js +0 -24
- package/dist/store/GomtmProvider.js.map +0 -1
- package/dist/store/GomtmV1Provider.d.ts +0 -10
- package/dist/store/GomtmV1Provider.d.ts.map +0 -1
- package/dist/store/GomtmV1Provider.js +0 -24
- package/dist/store/GomtmV1Provider.js.map +0 -1
- package/dist/store/MtgateProvider.d.ts +0 -6015
- package/dist/store/MtgateProvider.d.ts.map +0 -1
- package/dist/store/MtgateProvider.js +0 -76
- package/dist/store/MtgateProvider.js.map +0 -1
- package/dist/store/MtmsdkProvider.d.ts +0 -16
- package/dist/store/MtmsdkProvider.d.ts.map +0 -1
- package/dist/store/MtmsdkProvider.js +0 -47
- package/dist/store/MtmsdkProvider.js.map +0 -1
- package/dist/store/ReactQueryMtmaiApiProvider.d.ts +0 -10
- package/dist/store/ReactQueryMtmaiApiProvider.d.ts.map +0 -1
- package/dist/store/ReactQueryMtmaiApiProvider.js +0 -23
- package/dist/store/ReactQueryMtmaiApiProvider.js.map +0 -1
- /package/dist/{gomtmapi → api_hatchet}/client/types.gen.js +0 -0
- /package/dist/{gomtmapi → api_hatchet}/core/types.gen.js +0 -0
|
@@ -1,1445 +0,0 @@
|
|
|
1
|
-
export declare const APIMetaSchema: {
|
|
2
|
-
readonly type: "object";
|
|
3
|
-
readonly properties: {
|
|
4
|
-
readonly auth: {
|
|
5
|
-
readonly $ref: "#/components/schemas/APIMetaAuth";
|
|
6
|
-
};
|
|
7
|
-
readonly pylonAppId: {
|
|
8
|
-
readonly type: "string";
|
|
9
|
-
readonly description: "the Pylon app ID for usepylon.com chat support";
|
|
10
|
-
readonly example: "12345678-1234-1234-1234-123456789012";
|
|
11
|
-
};
|
|
12
|
-
readonly posthog: {
|
|
13
|
-
readonly $ref: "#/components/schemas/APIMetaPosthog";
|
|
14
|
-
};
|
|
15
|
-
readonly allowSignup: {
|
|
16
|
-
readonly type: "boolean";
|
|
17
|
-
readonly description: "whether or not users can sign up for this instance";
|
|
18
|
-
readonly example: true;
|
|
19
|
-
};
|
|
20
|
-
readonly allowInvites: {
|
|
21
|
-
readonly type: "boolean";
|
|
22
|
-
readonly description: "whether or not users can invite other users to this instance";
|
|
23
|
-
readonly example: true;
|
|
24
|
-
};
|
|
25
|
-
readonly allowCreateTenant: {
|
|
26
|
-
readonly type: "boolean";
|
|
27
|
-
readonly description: "whether or not users can create new tenants";
|
|
28
|
-
readonly example: true;
|
|
29
|
-
};
|
|
30
|
-
readonly allowChangePassword: {
|
|
31
|
-
readonly type: "boolean";
|
|
32
|
-
readonly description: "whether or not users can change their password";
|
|
33
|
-
readonly example: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
export declare const APIMetaAuthSchema: {
|
|
38
|
-
readonly type: "object";
|
|
39
|
-
readonly properties: {
|
|
40
|
-
readonly schemes: {
|
|
41
|
-
readonly items: {
|
|
42
|
-
readonly type: "string";
|
|
43
|
-
};
|
|
44
|
-
readonly type: "array";
|
|
45
|
-
readonly description: "the supported types of authentication";
|
|
46
|
-
readonly example: readonly ["basic", "google"];
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
export declare const APIMetaPosthogSchema: {
|
|
51
|
-
readonly type: "object";
|
|
52
|
-
readonly properties: {
|
|
53
|
-
readonly apiKey: {
|
|
54
|
-
readonly type: "string";
|
|
55
|
-
readonly description: "the PostHog API key";
|
|
56
|
-
readonly example: "phk_1234567890abcdef";
|
|
57
|
-
};
|
|
58
|
-
readonly apiHost: {
|
|
59
|
-
readonly type: "string";
|
|
60
|
-
readonly description: "the PostHog API host";
|
|
61
|
-
readonly example: "https://posthog.example.com";
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
export declare const ListAPIMetaIntegrationSchema: {
|
|
66
|
-
readonly type: "array";
|
|
67
|
-
readonly items: {
|
|
68
|
-
readonly $ref: "#/components/schemas/APIMetaIntegration";
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
export declare const APIMetaIntegrationSchema: {
|
|
72
|
-
readonly type: "object";
|
|
73
|
-
readonly properties: {
|
|
74
|
-
readonly name: {
|
|
75
|
-
readonly type: "string";
|
|
76
|
-
readonly description: "the name of the integration";
|
|
77
|
-
readonly example: "github";
|
|
78
|
-
};
|
|
79
|
-
readonly enabled: {
|
|
80
|
-
readonly type: "boolean";
|
|
81
|
-
readonly description: "whether this integration is enabled on the instance";
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
readonly required: readonly ["name", "enabled"];
|
|
85
|
-
};
|
|
86
|
-
export declare const APIErrorsSchema: {
|
|
87
|
-
readonly type: "object";
|
|
88
|
-
readonly properties: {
|
|
89
|
-
readonly errors: {
|
|
90
|
-
readonly type: "array";
|
|
91
|
-
readonly items: {
|
|
92
|
-
readonly $ref: "#/components/schemas/APIError";
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
readonly required: readonly ["errors"];
|
|
97
|
-
};
|
|
98
|
-
export declare const APIMessageSchema: {
|
|
99
|
-
readonly type: "object";
|
|
100
|
-
readonly properties: {
|
|
101
|
-
readonly message: {
|
|
102
|
-
readonly type: "string";
|
|
103
|
-
readonly description: "A message describing the result of the operation";
|
|
104
|
-
readonly example: "Operation completed successfully";
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
readonly required: readonly ["message"];
|
|
108
|
-
};
|
|
109
|
-
export declare const APIErrorSchema: {
|
|
110
|
-
readonly type: "object";
|
|
111
|
-
readonly properties: {
|
|
112
|
-
readonly code: {
|
|
113
|
-
readonly type: "integer";
|
|
114
|
-
readonly description: "a custom Hatchet error code";
|
|
115
|
-
readonly format: "uint64";
|
|
116
|
-
readonly example: 1400;
|
|
117
|
-
};
|
|
118
|
-
readonly field: {
|
|
119
|
-
readonly type: "string";
|
|
120
|
-
readonly description: "the field that this error is associated with, if applicable";
|
|
121
|
-
readonly example: "name";
|
|
122
|
-
};
|
|
123
|
-
readonly description: {
|
|
124
|
-
readonly type: "string";
|
|
125
|
-
readonly description: "a description for this error";
|
|
126
|
-
readonly example: "A descriptive error message";
|
|
127
|
-
};
|
|
128
|
-
readonly docs_link: {
|
|
129
|
-
readonly type: "string";
|
|
130
|
-
readonly description: "a link to the documentation for this error, if it exists";
|
|
131
|
-
readonly example: "github.com/hatchet-dev/hatchet";
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
readonly required: readonly ["description"];
|
|
135
|
-
};
|
|
136
|
-
export declare const PaginationResponseSchema: {
|
|
137
|
-
readonly type: "object";
|
|
138
|
-
readonly properties: {
|
|
139
|
-
readonly current_page: {
|
|
140
|
-
readonly type: "integer";
|
|
141
|
-
readonly description: "the current page";
|
|
142
|
-
readonly format: "int64";
|
|
143
|
-
readonly example: 2;
|
|
144
|
-
};
|
|
145
|
-
readonly next_page: {
|
|
146
|
-
readonly type: "integer";
|
|
147
|
-
readonly description: "the next page";
|
|
148
|
-
readonly format: "int64";
|
|
149
|
-
readonly example: 3;
|
|
150
|
-
};
|
|
151
|
-
readonly num_pages: {
|
|
152
|
-
readonly type: "integer";
|
|
153
|
-
readonly description: "the total number of pages for listing";
|
|
154
|
-
readonly format: "int64";
|
|
155
|
-
readonly example: 10;
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
readonly example: {
|
|
159
|
-
readonly next_page: 3;
|
|
160
|
-
readonly num_pages: 10;
|
|
161
|
-
readonly current_page: 2;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
export declare const APIResourceMetaSchema: {
|
|
165
|
-
readonly properties: {
|
|
166
|
-
readonly id: {
|
|
167
|
-
readonly type: "string";
|
|
168
|
-
readonly description: "the id of this resource, in UUID format";
|
|
169
|
-
readonly example: "bb214807-246e-43a5-a25d-41761d1cff9e";
|
|
170
|
-
readonly minLength: 0;
|
|
171
|
-
readonly maxLength: 36;
|
|
172
|
-
};
|
|
173
|
-
readonly createdAt: {
|
|
174
|
-
readonly type: "string";
|
|
175
|
-
readonly description: "the time that this resource was created";
|
|
176
|
-
readonly format: "date-time";
|
|
177
|
-
readonly example: "2022-12-13T15:06:48.888358-05:00";
|
|
178
|
-
};
|
|
179
|
-
readonly updatedAt: {
|
|
180
|
-
readonly type: "string";
|
|
181
|
-
readonly description: "the time that this resource was last updated";
|
|
182
|
-
readonly format: "date-time";
|
|
183
|
-
readonly example: "2022-12-13T15:06:48.888358-05:00";
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
|
-
readonly required: readonly ["id", "createdAt", "updatedAt"];
|
|
187
|
-
};
|
|
188
|
-
export declare const APIResourceMetaPropertiesSchema: {
|
|
189
|
-
readonly required: readonly ["metadata"];
|
|
190
|
-
readonly properties: {
|
|
191
|
-
readonly metadata: {
|
|
192
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
export declare const HealthStatusSchema: {
|
|
197
|
-
readonly type: "object";
|
|
198
|
-
readonly properties: {
|
|
199
|
-
readonly status: {
|
|
200
|
-
readonly type: "string";
|
|
201
|
-
readonly description: "Overall health status";
|
|
202
|
-
readonly example: "healthy";
|
|
203
|
-
readonly enum: readonly ["healthy", "unhealthy", "degraded"];
|
|
204
|
-
};
|
|
205
|
-
readonly version: {
|
|
206
|
-
readonly type: "string";
|
|
207
|
-
readonly description: "API version";
|
|
208
|
-
readonly example: "1.0.0";
|
|
209
|
-
};
|
|
210
|
-
readonly timestamp: {
|
|
211
|
-
readonly type: "string";
|
|
212
|
-
readonly format: "date-time";
|
|
213
|
-
readonly description: "Health check timestamp";
|
|
214
|
-
readonly example: "2024-01-01T12:00:00Z";
|
|
215
|
-
};
|
|
216
|
-
readonly services: {
|
|
217
|
-
readonly type: "object";
|
|
218
|
-
readonly description: "Status of individual services";
|
|
219
|
-
readonly properties: {
|
|
220
|
-
readonly database: {
|
|
221
|
-
readonly type: "string";
|
|
222
|
-
readonly enum: readonly ["healthy", "unhealthy"];
|
|
223
|
-
readonly example: "healthy";
|
|
224
|
-
};
|
|
225
|
-
readonly repository: {
|
|
226
|
-
readonly type: "string";
|
|
227
|
-
readonly enum: readonly ["healthy", "unhealthy"];
|
|
228
|
-
readonly example: "healthy";
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
readonly additionalProperties: {
|
|
232
|
-
readonly type: "string";
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
readonly uptime: {
|
|
236
|
-
readonly type: "integer";
|
|
237
|
-
readonly format: "int64";
|
|
238
|
-
readonly description: "Service uptime in seconds";
|
|
239
|
-
readonly example: 3600;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
readonly required: readonly ["status", "version", "timestamp"];
|
|
243
|
-
};
|
|
244
|
-
export declare const TenantParameterSchema: {
|
|
245
|
-
readonly type: "string";
|
|
246
|
-
readonly format: "uuid";
|
|
247
|
-
readonly minLength: 36;
|
|
248
|
-
readonly maxLength: 36;
|
|
249
|
-
};
|
|
250
|
-
export declare const UserSchema: {
|
|
251
|
-
readonly properties: {
|
|
252
|
-
readonly metadata: {
|
|
253
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
254
|
-
};
|
|
255
|
-
readonly name: {
|
|
256
|
-
readonly type: "string";
|
|
257
|
-
readonly description: "The display name of the user.";
|
|
258
|
-
};
|
|
259
|
-
readonly email: {
|
|
260
|
-
readonly type: "string";
|
|
261
|
-
readonly format: "email";
|
|
262
|
-
readonly description: "The email address of the user.";
|
|
263
|
-
};
|
|
264
|
-
readonly emailVerified: {
|
|
265
|
-
readonly type: "boolean";
|
|
266
|
-
readonly description: "Whether the user has verified their email address.";
|
|
267
|
-
};
|
|
268
|
-
readonly hasPassword: {
|
|
269
|
-
readonly type: "boolean";
|
|
270
|
-
readonly description: "Whether the user has a password set.";
|
|
271
|
-
};
|
|
272
|
-
readonly emailHash: {
|
|
273
|
-
readonly type: "string";
|
|
274
|
-
readonly description: "A hash of the user's email address for use with Pylon Support Chat";
|
|
275
|
-
};
|
|
276
|
-
readonly userToken: {
|
|
277
|
-
readonly type: "string";
|
|
278
|
-
readonly description: "The user's token for use with Pylon Support Chat";
|
|
279
|
-
};
|
|
280
|
-
readonly avatarUrl: {
|
|
281
|
-
readonly type: "string";
|
|
282
|
-
readonly description: "The user's avatar URL, typically from OAuth provider like GitHub";
|
|
283
|
-
};
|
|
284
|
-
readonly role: {
|
|
285
|
-
readonly $ref: "#/components/schemas/UserRole";
|
|
286
|
-
readonly description: "The user's role in the system";
|
|
287
|
-
readonly default: "USER";
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
readonly required: readonly ["metadata", "email", "emailVerified", "userToken", "role"];
|
|
291
|
-
readonly type: "object";
|
|
292
|
-
};
|
|
293
|
-
export declare const UserTenantPublicSchema: {
|
|
294
|
-
readonly properties: {
|
|
295
|
-
readonly email: {
|
|
296
|
-
readonly type: "string";
|
|
297
|
-
readonly format: "email";
|
|
298
|
-
readonly description: "The email address of the user.";
|
|
299
|
-
};
|
|
300
|
-
readonly name: {
|
|
301
|
-
readonly type: "string";
|
|
302
|
-
readonly description: "The display name of the user.";
|
|
303
|
-
};
|
|
304
|
-
};
|
|
305
|
-
readonly required: readonly ["email"];
|
|
306
|
-
readonly type: "object";
|
|
307
|
-
};
|
|
308
|
-
export declare const UserLoginRequestSchema: {
|
|
309
|
-
readonly properties: {
|
|
310
|
-
readonly email: {
|
|
311
|
-
readonly type: "string";
|
|
312
|
-
readonly format: "email";
|
|
313
|
-
readonly description: "The email address of the user.";
|
|
314
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
315
|
-
readonly validate: "required,email";
|
|
316
|
-
};
|
|
317
|
-
};
|
|
318
|
-
readonly password: {
|
|
319
|
-
readonly type: "string";
|
|
320
|
-
readonly description: "The password of the user.";
|
|
321
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
322
|
-
readonly validate: "required";
|
|
323
|
-
};
|
|
324
|
-
};
|
|
325
|
-
};
|
|
326
|
-
readonly required: readonly ["email", "password"];
|
|
327
|
-
readonly type: "object";
|
|
328
|
-
};
|
|
329
|
-
export declare const UserChangePasswordRequestSchema: {
|
|
330
|
-
readonly properties: {
|
|
331
|
-
readonly password: {
|
|
332
|
-
readonly type: "string";
|
|
333
|
-
readonly description: "The password of the user.";
|
|
334
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
335
|
-
readonly validate: "required,password";
|
|
336
|
-
};
|
|
337
|
-
};
|
|
338
|
-
readonly newPassword: {
|
|
339
|
-
readonly type: "string";
|
|
340
|
-
readonly description: "The new password for the user.";
|
|
341
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
342
|
-
readonly validate: "required,password";
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
};
|
|
346
|
-
readonly required: readonly ["password", "newPassword"];
|
|
347
|
-
readonly type: "object";
|
|
348
|
-
};
|
|
349
|
-
export declare const UserRegisterRequestSchema: {
|
|
350
|
-
readonly properties: {
|
|
351
|
-
readonly name: {
|
|
352
|
-
readonly type: "string";
|
|
353
|
-
readonly description: "The name of the user (optional).";
|
|
354
|
-
};
|
|
355
|
-
readonly email: {
|
|
356
|
-
readonly type: "string";
|
|
357
|
-
readonly format: "email";
|
|
358
|
-
readonly description: "The email address of the user.";
|
|
359
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
360
|
-
readonly validate: "required,email";
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
readonly password: {
|
|
364
|
-
readonly type: "string";
|
|
365
|
-
readonly description: "The password of the user.";
|
|
366
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
367
|
-
readonly validate: "required,password";
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
readonly required: readonly ["email", "password"];
|
|
372
|
-
readonly type: "object";
|
|
373
|
-
};
|
|
374
|
-
export declare const UserTenantMembershipsListSchema: {
|
|
375
|
-
readonly properties: {
|
|
376
|
-
readonly pagination: {
|
|
377
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
378
|
-
};
|
|
379
|
-
readonly rows: {
|
|
380
|
-
readonly items: {
|
|
381
|
-
readonly $ref: "#/components/schemas/TenantMember";
|
|
382
|
-
};
|
|
383
|
-
readonly type: "array";
|
|
384
|
-
readonly "x-go-name": "Rows";
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
};
|
|
388
|
-
export declare const GitHubRepositorySchema: {
|
|
389
|
-
readonly properties: {
|
|
390
|
-
readonly id: {
|
|
391
|
-
readonly type: "integer";
|
|
392
|
-
readonly description: "The GitHub repository ID";
|
|
393
|
-
};
|
|
394
|
-
readonly name: {
|
|
395
|
-
readonly type: "string";
|
|
396
|
-
readonly description: "The repository name";
|
|
397
|
-
};
|
|
398
|
-
readonly fullName: {
|
|
399
|
-
readonly type: "string";
|
|
400
|
-
readonly description: "The full repository name (owner/repo)";
|
|
401
|
-
};
|
|
402
|
-
readonly htmlUrl: {
|
|
403
|
-
readonly type: "string";
|
|
404
|
-
readonly format: "uri";
|
|
405
|
-
readonly description: "The repository HTML URL";
|
|
406
|
-
};
|
|
407
|
-
readonly cloneUrl: {
|
|
408
|
-
readonly type: "string";
|
|
409
|
-
readonly format: "uri";
|
|
410
|
-
readonly description: "The repository clone URL";
|
|
411
|
-
};
|
|
412
|
-
readonly private: {
|
|
413
|
-
readonly type: "boolean";
|
|
414
|
-
readonly description: "Whether the repository is private";
|
|
415
|
-
};
|
|
416
|
-
readonly description: {
|
|
417
|
-
readonly type: "string";
|
|
418
|
-
readonly description: "The repository description";
|
|
419
|
-
readonly nullable: true;
|
|
420
|
-
};
|
|
421
|
-
readonly language: {
|
|
422
|
-
readonly type: "string";
|
|
423
|
-
readonly description: "The primary programming language";
|
|
424
|
-
readonly nullable: true;
|
|
425
|
-
};
|
|
426
|
-
readonly stargazersCount: {
|
|
427
|
-
readonly type: "integer";
|
|
428
|
-
readonly description: "Number of stars";
|
|
429
|
-
};
|
|
430
|
-
readonly forksCount: {
|
|
431
|
-
readonly type: "integer";
|
|
432
|
-
readonly description: "Number of forks";
|
|
433
|
-
};
|
|
434
|
-
readonly updatedAt: {
|
|
435
|
-
readonly type: "string";
|
|
436
|
-
readonly format: "date-time";
|
|
437
|
-
readonly description: "Last updated timestamp";
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
readonly required: readonly ["id", "name", "fullName", "htmlUrl", "cloneUrl", "private", "stargazersCount", "forksCount", "updatedAt"];
|
|
441
|
-
readonly type: "object";
|
|
442
|
-
};
|
|
443
|
-
export declare const GitHubRepositoryListSchema: {
|
|
444
|
-
readonly properties: {
|
|
445
|
-
readonly rows: {
|
|
446
|
-
readonly type: "array";
|
|
447
|
-
readonly items: {
|
|
448
|
-
readonly $ref: "#/components/schemas/GitHubRepository";
|
|
449
|
-
};
|
|
450
|
-
readonly description: "List of GitHub repositories";
|
|
451
|
-
};
|
|
452
|
-
};
|
|
453
|
-
readonly required: readonly ["rows"];
|
|
454
|
-
readonly type: "object";
|
|
455
|
-
};
|
|
456
|
-
export declare const UserRoleSchema: {
|
|
457
|
-
readonly type: "string";
|
|
458
|
-
readonly enum: readonly ["USER", "ADMIN", "SUPER_ADMIN"];
|
|
459
|
-
readonly description: "User role in the system";
|
|
460
|
-
};
|
|
461
|
-
export declare const RoleSchema: {
|
|
462
|
-
readonly properties: {
|
|
463
|
-
readonly metadata: {
|
|
464
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
465
|
-
};
|
|
466
|
-
readonly name: {
|
|
467
|
-
readonly type: "string";
|
|
468
|
-
readonly description: "Role name (unique)";
|
|
469
|
-
};
|
|
470
|
-
readonly description: {
|
|
471
|
-
readonly type: "string";
|
|
472
|
-
readonly description: "Optional role description";
|
|
473
|
-
};
|
|
474
|
-
};
|
|
475
|
-
readonly required: readonly ["metadata", "name"];
|
|
476
|
-
readonly type: "object";
|
|
477
|
-
};
|
|
478
|
-
export declare const RoleListSchema: {
|
|
479
|
-
readonly properties: {
|
|
480
|
-
readonly rows: {
|
|
481
|
-
readonly type: "array";
|
|
482
|
-
readonly items: {
|
|
483
|
-
readonly $ref: "#/components/schemas/Role";
|
|
484
|
-
};
|
|
485
|
-
readonly description: "List of roles";
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
readonly required: readonly ["rows"];
|
|
489
|
-
readonly type: "object";
|
|
490
|
-
};
|
|
491
|
-
export declare const AdminAssignRoleRequestSchema: {
|
|
492
|
-
readonly properties: {
|
|
493
|
-
readonly roleName: {
|
|
494
|
-
readonly type: "string";
|
|
495
|
-
readonly description: "Role name to assign to the user";
|
|
496
|
-
};
|
|
497
|
-
};
|
|
498
|
-
readonly required: readonly ["roleName"];
|
|
499
|
-
readonly type: "object";
|
|
500
|
-
};
|
|
501
|
-
export declare const AdminUserListSchema: {
|
|
502
|
-
readonly properties: {
|
|
503
|
-
readonly pagination: {
|
|
504
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
505
|
-
};
|
|
506
|
-
readonly rows: {
|
|
507
|
-
readonly type: "array";
|
|
508
|
-
readonly items: {
|
|
509
|
-
readonly $ref: "#/components/schemas/User";
|
|
510
|
-
};
|
|
511
|
-
readonly description: "List of users";
|
|
512
|
-
};
|
|
513
|
-
readonly totalCount: {
|
|
514
|
-
readonly type: "integer";
|
|
515
|
-
readonly description: "Total number of users matching the filter";
|
|
516
|
-
};
|
|
517
|
-
};
|
|
518
|
-
readonly required: readonly ["rows", "totalCount"];
|
|
519
|
-
readonly type: "object";
|
|
520
|
-
};
|
|
521
|
-
export declare const AdminUserCreateRequestSchema: {
|
|
522
|
-
readonly properties: {
|
|
523
|
-
readonly name: {
|
|
524
|
-
readonly type: "string";
|
|
525
|
-
readonly description: "The display name of the user";
|
|
526
|
-
readonly maxLength: 255;
|
|
527
|
-
};
|
|
528
|
-
readonly email: {
|
|
529
|
-
readonly type: "string";
|
|
530
|
-
readonly format: "email";
|
|
531
|
-
readonly description: "The email address of the user";
|
|
532
|
-
readonly maxLength: 255;
|
|
533
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
534
|
-
readonly validate: "required,email";
|
|
535
|
-
};
|
|
536
|
-
};
|
|
537
|
-
readonly password: {
|
|
538
|
-
readonly type: "string";
|
|
539
|
-
readonly description: "The password for the user";
|
|
540
|
-
readonly minLength: 8;
|
|
541
|
-
readonly maxLength: 128;
|
|
542
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
543
|
-
readonly validate: "required,min=8";
|
|
544
|
-
};
|
|
545
|
-
};
|
|
546
|
-
readonly role: {
|
|
547
|
-
readonly $ref: "#/components/schemas/UserRole";
|
|
548
|
-
readonly description: "The role to assign to the user";
|
|
549
|
-
readonly default: "USER";
|
|
550
|
-
};
|
|
551
|
-
readonly emailVerified: {
|
|
552
|
-
readonly type: "boolean";
|
|
553
|
-
readonly description: "Whether to mark the email as verified";
|
|
554
|
-
readonly default: false;
|
|
555
|
-
};
|
|
556
|
-
};
|
|
557
|
-
readonly required: readonly ["email", "password"];
|
|
558
|
-
readonly type: "object";
|
|
559
|
-
};
|
|
560
|
-
export declare const AdminUserUpdateRequestSchema: {
|
|
561
|
-
readonly properties: {
|
|
562
|
-
readonly name: {
|
|
563
|
-
readonly type: "string";
|
|
564
|
-
readonly description: "The display name of the user";
|
|
565
|
-
readonly maxLength: 255;
|
|
566
|
-
};
|
|
567
|
-
readonly email: {
|
|
568
|
-
readonly type: "string";
|
|
569
|
-
readonly format: "email";
|
|
570
|
-
readonly description: "The email address of the user";
|
|
571
|
-
readonly maxLength: 255;
|
|
572
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
573
|
-
readonly validate: "omitempty,email";
|
|
574
|
-
};
|
|
575
|
-
};
|
|
576
|
-
readonly password: {
|
|
577
|
-
readonly type: "string";
|
|
578
|
-
readonly description: "New password for the user (optional)";
|
|
579
|
-
readonly minLength: 8;
|
|
580
|
-
readonly maxLength: 128;
|
|
581
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
582
|
-
readonly validate: "omitempty,min=8";
|
|
583
|
-
};
|
|
584
|
-
};
|
|
585
|
-
readonly role: {
|
|
586
|
-
readonly $ref: "#/components/schemas/UserRole";
|
|
587
|
-
readonly description: "The role to assign to the user";
|
|
588
|
-
};
|
|
589
|
-
readonly emailVerified: {
|
|
590
|
-
readonly type: "boolean";
|
|
591
|
-
readonly description: "Whether the email is verified";
|
|
592
|
-
};
|
|
593
|
-
};
|
|
594
|
-
readonly type: "object";
|
|
595
|
-
};
|
|
596
|
-
export declare const TenantSchema: {
|
|
597
|
-
readonly properties: {
|
|
598
|
-
readonly metadata: {
|
|
599
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
600
|
-
};
|
|
601
|
-
readonly name: {
|
|
602
|
-
readonly type: "string";
|
|
603
|
-
readonly description: "The name of the tenant.";
|
|
604
|
-
};
|
|
605
|
-
readonly slug: {
|
|
606
|
-
readonly type: "string";
|
|
607
|
-
readonly description: "The slug of the tenant.";
|
|
608
|
-
};
|
|
609
|
-
readonly analyticsOptOut: {
|
|
610
|
-
readonly type: "boolean";
|
|
611
|
-
readonly description: "Whether the tenant has opted out of analytics.";
|
|
612
|
-
};
|
|
613
|
-
readonly alertMemberEmails: {
|
|
614
|
-
readonly type: "boolean";
|
|
615
|
-
readonly description: "Whether to alert tenant members.";
|
|
616
|
-
};
|
|
617
|
-
};
|
|
618
|
-
readonly required: readonly ["metadata", "name", "slug"];
|
|
619
|
-
};
|
|
620
|
-
export declare const TenantMemberSchema: {
|
|
621
|
-
readonly properties: {
|
|
622
|
-
readonly metadata: {
|
|
623
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
624
|
-
};
|
|
625
|
-
readonly user: {
|
|
626
|
-
readonly $ref: "#/components/schemas/UserTenantPublic";
|
|
627
|
-
readonly description: "The user associated with this tenant member.";
|
|
628
|
-
};
|
|
629
|
-
readonly role: {
|
|
630
|
-
readonly $ref: "#/components/schemas/TenantMemberRole";
|
|
631
|
-
readonly description: "The role of the user in the tenant.";
|
|
632
|
-
};
|
|
633
|
-
readonly tenant: {
|
|
634
|
-
readonly $ref: "#/components/schemas/Tenant";
|
|
635
|
-
readonly description: "The tenant associated with this tenant member.";
|
|
636
|
-
};
|
|
637
|
-
};
|
|
638
|
-
readonly required: readonly ["metadata", "user", "role"];
|
|
639
|
-
readonly type: "object";
|
|
640
|
-
};
|
|
641
|
-
export declare const TenantMemberListSchema: {
|
|
642
|
-
readonly properties: {
|
|
643
|
-
readonly pagination: {
|
|
644
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
645
|
-
};
|
|
646
|
-
readonly rows: {
|
|
647
|
-
readonly items: {
|
|
648
|
-
readonly $ref: "#/components/schemas/TenantMember";
|
|
649
|
-
};
|
|
650
|
-
readonly type: "array";
|
|
651
|
-
readonly "x-go-name": "Rows";
|
|
652
|
-
};
|
|
653
|
-
};
|
|
654
|
-
};
|
|
655
|
-
export declare const TenantMemberRoleSchema: {
|
|
656
|
-
readonly enum: readonly ["OWNER", "ADMIN", "MEMBER"];
|
|
657
|
-
readonly type: "string";
|
|
658
|
-
};
|
|
659
|
-
export declare const TenantResourceSchema: {
|
|
660
|
-
readonly enum: readonly ["WORKER", "WORKER_SLOT", "WORKFLOW_RUN", "TASK_RUN", "CRON", "SCHEDULE"];
|
|
661
|
-
readonly type: "string";
|
|
662
|
-
};
|
|
663
|
-
export declare const TenantResourceLimitSchema: {
|
|
664
|
-
readonly properties: {
|
|
665
|
-
readonly metadata: {
|
|
666
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
667
|
-
};
|
|
668
|
-
readonly resource: {
|
|
669
|
-
readonly $ref: "#/components/schemas/TenantResource";
|
|
670
|
-
readonly description: "The resource associated with this limit.";
|
|
671
|
-
};
|
|
672
|
-
readonly limitValue: {
|
|
673
|
-
readonly type: "integer";
|
|
674
|
-
readonly description: "The limit associated with this limit.";
|
|
675
|
-
};
|
|
676
|
-
readonly alarmValue: {
|
|
677
|
-
readonly type: "integer";
|
|
678
|
-
readonly description: "The alarm value associated with this limit to warn of approaching limit value.";
|
|
679
|
-
};
|
|
680
|
-
readonly value: {
|
|
681
|
-
readonly type: "integer";
|
|
682
|
-
readonly description: "The current value associated with this limit.";
|
|
683
|
-
};
|
|
684
|
-
readonly window: {
|
|
685
|
-
readonly type: "string";
|
|
686
|
-
readonly description: "The meter window for the limit. (i.e. 1 day, 1 week, 1 month)";
|
|
687
|
-
};
|
|
688
|
-
readonly lastRefill: {
|
|
689
|
-
readonly type: "string";
|
|
690
|
-
readonly description: "The last time the limit was refilled.";
|
|
691
|
-
readonly format: "date-time";
|
|
692
|
-
};
|
|
693
|
-
};
|
|
694
|
-
readonly required: readonly ["metadata", "tenantId", "resource", "limitValue", "value"];
|
|
695
|
-
readonly type: "object";
|
|
696
|
-
};
|
|
697
|
-
export declare const TenantResourcePolicySchema: {
|
|
698
|
-
readonly properties: {
|
|
699
|
-
readonly limits: {
|
|
700
|
-
readonly type: "array";
|
|
701
|
-
readonly items: {
|
|
702
|
-
readonly $ref: "#/components/schemas/TenantResourceLimit";
|
|
703
|
-
};
|
|
704
|
-
readonly description: "A list of resource limits for the tenant.";
|
|
705
|
-
};
|
|
706
|
-
};
|
|
707
|
-
readonly required: readonly ["limits"];
|
|
708
|
-
readonly type: "object";
|
|
709
|
-
};
|
|
710
|
-
export declare const CreateTenantInviteRequestSchema: {
|
|
711
|
-
readonly properties: {
|
|
712
|
-
readonly email: {
|
|
713
|
-
readonly type: "string";
|
|
714
|
-
readonly description: "The email of the user to invite.";
|
|
715
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
716
|
-
readonly validate: "required,email";
|
|
717
|
-
};
|
|
718
|
-
};
|
|
719
|
-
readonly role: {
|
|
720
|
-
readonly $ref: "#/components/schemas/TenantMemberRole";
|
|
721
|
-
readonly description: "The role of the user in the tenant.";
|
|
722
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
723
|
-
readonly validate: "required";
|
|
724
|
-
};
|
|
725
|
-
};
|
|
726
|
-
};
|
|
727
|
-
readonly required: readonly ["email", "role"];
|
|
728
|
-
readonly type: "object";
|
|
729
|
-
};
|
|
730
|
-
export declare const UpdateTenantInviteRequestSchema: {
|
|
731
|
-
readonly properties: {
|
|
732
|
-
readonly role: {
|
|
733
|
-
readonly $ref: "#/components/schemas/TenantMemberRole";
|
|
734
|
-
readonly description: "The role of the user in the tenant.";
|
|
735
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
736
|
-
readonly validate: "required";
|
|
737
|
-
};
|
|
738
|
-
};
|
|
739
|
-
};
|
|
740
|
-
readonly required: readonly ["role"];
|
|
741
|
-
readonly type: "object";
|
|
742
|
-
};
|
|
743
|
-
export declare const TenantAlertingSettingsSchema: {
|
|
744
|
-
readonly properties: {
|
|
745
|
-
readonly metadata: {
|
|
746
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
747
|
-
};
|
|
748
|
-
readonly alertMemberEmails: {
|
|
749
|
-
readonly type: "boolean";
|
|
750
|
-
readonly description: "Whether to alert tenant members.";
|
|
751
|
-
};
|
|
752
|
-
readonly enableWorkflowRunFailureAlerts: {
|
|
753
|
-
readonly type: "boolean";
|
|
754
|
-
readonly description: "Whether to send alerts when workflow runs fail.";
|
|
755
|
-
};
|
|
756
|
-
readonly enableExpiringTokenAlerts: {
|
|
757
|
-
readonly type: "boolean";
|
|
758
|
-
readonly description: "Whether to enable alerts when tokens are approaching expiration.";
|
|
759
|
-
};
|
|
760
|
-
readonly enableTenantResourceLimitAlerts: {
|
|
761
|
-
readonly type: "boolean";
|
|
762
|
-
readonly description: "Whether to enable alerts when tenant resources are approaching limits.";
|
|
763
|
-
};
|
|
764
|
-
readonly maxAlertingFrequency: {
|
|
765
|
-
readonly type: "string";
|
|
766
|
-
readonly description: "The max frequency at which to alert.";
|
|
767
|
-
};
|
|
768
|
-
readonly lastAlertedAt: {
|
|
769
|
-
readonly type: "string";
|
|
770
|
-
readonly description: "The last time an alert was sent.";
|
|
771
|
-
readonly format: "date-time";
|
|
772
|
-
};
|
|
773
|
-
};
|
|
774
|
-
readonly required: readonly ["metadata", "maxAlertingFrequency"];
|
|
775
|
-
readonly type: "object";
|
|
776
|
-
};
|
|
777
|
-
export declare const TenantAlertEmailGroupSchema: {
|
|
778
|
-
readonly properties: {
|
|
779
|
-
readonly metadata: {
|
|
780
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
781
|
-
};
|
|
782
|
-
readonly emails: {
|
|
783
|
-
readonly type: "array";
|
|
784
|
-
readonly items: {
|
|
785
|
-
readonly type: "string";
|
|
786
|
-
};
|
|
787
|
-
readonly description: "A list of emails for users";
|
|
788
|
-
};
|
|
789
|
-
};
|
|
790
|
-
readonly required: readonly ["metadata", "emails"];
|
|
791
|
-
readonly type: "object";
|
|
792
|
-
};
|
|
793
|
-
export declare const TenantAlertEmailGroupListSchema: {
|
|
794
|
-
readonly properties: {
|
|
795
|
-
readonly pagination: {
|
|
796
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
797
|
-
};
|
|
798
|
-
readonly rows: {
|
|
799
|
-
readonly items: {
|
|
800
|
-
readonly $ref: "#/components/schemas/TenantAlertEmailGroup";
|
|
801
|
-
};
|
|
802
|
-
readonly type: "array";
|
|
803
|
-
readonly "x-go-name": "Rows";
|
|
804
|
-
};
|
|
805
|
-
};
|
|
806
|
-
};
|
|
807
|
-
export declare const CreateTenantAlertEmailGroupRequestSchema: {
|
|
808
|
-
readonly properties: {
|
|
809
|
-
readonly emails: {
|
|
810
|
-
readonly type: "array";
|
|
811
|
-
readonly items: {
|
|
812
|
-
readonly type: "string";
|
|
813
|
-
};
|
|
814
|
-
readonly description: "A list of emails for users";
|
|
815
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
816
|
-
readonly validate: "required,dive,email";
|
|
817
|
-
};
|
|
818
|
-
};
|
|
819
|
-
};
|
|
820
|
-
readonly required: readonly ["emails"];
|
|
821
|
-
readonly type: "object";
|
|
822
|
-
};
|
|
823
|
-
export declare const UpdateTenantAlertEmailGroupRequestSchema: {
|
|
824
|
-
readonly properties: {
|
|
825
|
-
readonly emails: {
|
|
826
|
-
readonly type: "array";
|
|
827
|
-
readonly items: {
|
|
828
|
-
readonly type: "string";
|
|
829
|
-
};
|
|
830
|
-
readonly description: "A list of emails for users";
|
|
831
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
832
|
-
readonly validate: "required,dive,email";
|
|
833
|
-
};
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
|
-
readonly required: readonly ["emails"];
|
|
837
|
-
readonly type: "object";
|
|
838
|
-
};
|
|
839
|
-
export declare const TenantInviteSchema: {
|
|
840
|
-
readonly properties: {
|
|
841
|
-
readonly metadata: {
|
|
842
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
843
|
-
};
|
|
844
|
-
readonly email: {
|
|
845
|
-
readonly type: "string";
|
|
846
|
-
readonly description: "The email of the user to invite.";
|
|
847
|
-
};
|
|
848
|
-
readonly role: {
|
|
849
|
-
readonly $ref: "#/components/schemas/TenantMemberRole";
|
|
850
|
-
readonly description: "The role of the user in the tenant.";
|
|
851
|
-
};
|
|
852
|
-
readonly tenantId: {
|
|
853
|
-
readonly type: "string";
|
|
854
|
-
readonly description: "The tenant id associated with this tenant invite.";
|
|
855
|
-
};
|
|
856
|
-
readonly tenantName: {
|
|
857
|
-
readonly type: "string";
|
|
858
|
-
readonly description: "The tenant name for the tenant.";
|
|
859
|
-
};
|
|
860
|
-
readonly expires: {
|
|
861
|
-
readonly type: "string";
|
|
862
|
-
readonly description: "The time that this invite expires.";
|
|
863
|
-
readonly format: "date-time";
|
|
864
|
-
};
|
|
865
|
-
};
|
|
866
|
-
readonly required: readonly ["metadata", "email", "role", "expires", "tenantId"];
|
|
867
|
-
readonly type: "object";
|
|
868
|
-
};
|
|
869
|
-
export declare const TenantInviteListSchema: {
|
|
870
|
-
readonly properties: {
|
|
871
|
-
readonly pagination: {
|
|
872
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
873
|
-
};
|
|
874
|
-
readonly rows: {
|
|
875
|
-
readonly items: {
|
|
876
|
-
readonly $ref: "#/components/schemas/TenantInvite";
|
|
877
|
-
};
|
|
878
|
-
readonly type: "array";
|
|
879
|
-
readonly "x-go-name": "Rows";
|
|
880
|
-
};
|
|
881
|
-
};
|
|
882
|
-
};
|
|
883
|
-
export declare const QueueMetricsSchema: {
|
|
884
|
-
readonly type: "object";
|
|
885
|
-
readonly properties: {
|
|
886
|
-
readonly numQueued: {
|
|
887
|
-
readonly type: "integer";
|
|
888
|
-
readonly description: "The number of items in the queue.";
|
|
889
|
-
};
|
|
890
|
-
readonly numRunning: {
|
|
891
|
-
readonly type: "integer";
|
|
892
|
-
readonly description: "The number of items running.";
|
|
893
|
-
};
|
|
894
|
-
readonly numPending: {
|
|
895
|
-
readonly type: "integer";
|
|
896
|
-
readonly description: "The number of items pending.";
|
|
897
|
-
};
|
|
898
|
-
};
|
|
899
|
-
readonly required: readonly ["numQueued", "numRunning", "numPending"];
|
|
900
|
-
};
|
|
901
|
-
export declare const TenantQueueMetricsSchema: {
|
|
902
|
-
readonly properties: {
|
|
903
|
-
readonly total: {
|
|
904
|
-
readonly $ref: "#/components/schemas/QueueMetrics";
|
|
905
|
-
readonly description: "The total queue metrics.";
|
|
906
|
-
};
|
|
907
|
-
readonly workflow: {
|
|
908
|
-
readonly type: "object";
|
|
909
|
-
readonly additionalProperties: {
|
|
910
|
-
readonly $ref: "#/components/schemas/QueueMetrics";
|
|
911
|
-
};
|
|
912
|
-
};
|
|
913
|
-
readonly queues: {
|
|
914
|
-
readonly type: "object";
|
|
915
|
-
readonly additionalProperties: {
|
|
916
|
-
readonly type: "integer";
|
|
917
|
-
};
|
|
918
|
-
};
|
|
919
|
-
};
|
|
920
|
-
};
|
|
921
|
-
export declare const AcceptInviteRequestSchema: {
|
|
922
|
-
readonly properties: {
|
|
923
|
-
readonly invite: {
|
|
924
|
-
readonly type: "string";
|
|
925
|
-
readonly example: "bb214807-246e-43a5-a25d-41761d1cff9e";
|
|
926
|
-
readonly minLength: 36;
|
|
927
|
-
readonly maxLength: 36;
|
|
928
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
929
|
-
readonly validate: "required,uuid";
|
|
930
|
-
};
|
|
931
|
-
};
|
|
932
|
-
};
|
|
933
|
-
readonly required: readonly ["invite"];
|
|
934
|
-
readonly type: "object";
|
|
935
|
-
};
|
|
936
|
-
export declare const RejectInviteRequestSchema: {
|
|
937
|
-
readonly properties: {
|
|
938
|
-
readonly invite: {
|
|
939
|
-
readonly type: "string";
|
|
940
|
-
readonly example: "bb214807-246e-43a5-a25d-41761d1cff9e";
|
|
941
|
-
readonly minLength: 36;
|
|
942
|
-
readonly maxLength: 36;
|
|
943
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
944
|
-
readonly validate: "required,uuid";
|
|
945
|
-
};
|
|
946
|
-
};
|
|
947
|
-
};
|
|
948
|
-
readonly required: readonly ["invite"];
|
|
949
|
-
readonly type: "object";
|
|
950
|
-
};
|
|
951
|
-
export declare const TenantListSchema: {
|
|
952
|
-
readonly properties: {
|
|
953
|
-
readonly pagination: {
|
|
954
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
955
|
-
};
|
|
956
|
-
readonly rows: {
|
|
957
|
-
readonly items: {
|
|
958
|
-
readonly $ref: "#/components/schemas/Tenant";
|
|
959
|
-
};
|
|
960
|
-
readonly type: "array";
|
|
961
|
-
readonly "x-go-name": "Rows";
|
|
962
|
-
};
|
|
963
|
-
};
|
|
964
|
-
};
|
|
965
|
-
export declare const TenantInfoExportSchema: {
|
|
966
|
-
readonly properties: {
|
|
967
|
-
readonly tenant: {
|
|
968
|
-
readonly $ref: "#/components/schemas/Tenant";
|
|
969
|
-
readonly description: "The tenant basic information";
|
|
970
|
-
};
|
|
971
|
-
readonly members: {
|
|
972
|
-
readonly type: "array";
|
|
973
|
-
readonly items: {
|
|
974
|
-
readonly $ref: "#/components/schemas/TenantMember";
|
|
975
|
-
};
|
|
976
|
-
readonly description: "The tenant members list";
|
|
977
|
-
};
|
|
978
|
-
readonly invites: {
|
|
979
|
-
readonly type: "array";
|
|
980
|
-
readonly items: {
|
|
981
|
-
readonly $ref: "#/components/schemas/TenantInvite";
|
|
982
|
-
};
|
|
983
|
-
readonly description: "The tenant invites list";
|
|
984
|
-
};
|
|
985
|
-
readonly export_metadata: {
|
|
986
|
-
readonly type: "object";
|
|
987
|
-
readonly properties: {
|
|
988
|
-
readonly export_version: {
|
|
989
|
-
readonly type: "string";
|
|
990
|
-
readonly description: "The export format version";
|
|
991
|
-
};
|
|
992
|
-
readonly export_timestamp: {
|
|
993
|
-
readonly type: "string";
|
|
994
|
-
readonly format: "date-time";
|
|
995
|
-
readonly description: "The timestamp when the export was created";
|
|
996
|
-
};
|
|
997
|
-
readonly export_by: {
|
|
998
|
-
readonly type: "string";
|
|
999
|
-
readonly format: "uuid";
|
|
1000
|
-
readonly description: "The user ID who performed the export";
|
|
1001
|
-
};
|
|
1002
|
-
readonly total_members: {
|
|
1003
|
-
readonly type: "integer";
|
|
1004
|
-
readonly description: "Total number of members";
|
|
1005
|
-
};
|
|
1006
|
-
readonly total_invites: {
|
|
1007
|
-
readonly type: "integer";
|
|
1008
|
-
readonly description: "Total number of pending invites";
|
|
1009
|
-
};
|
|
1010
|
-
};
|
|
1011
|
-
readonly required: readonly ["export_version", "export_timestamp", "export_by", "total_members", "total_invites"];
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
readonly required: readonly ["tenant", "members", "invites", "export_metadata"];
|
|
1015
|
-
readonly type: "object";
|
|
1016
|
-
};
|
|
1017
|
-
export declare const CreateTenantRequestSchema: {
|
|
1018
|
-
readonly properties: {
|
|
1019
|
-
readonly name: {
|
|
1020
|
-
readonly type: "string";
|
|
1021
|
-
readonly description: "The name of the tenant.";
|
|
1022
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
1023
|
-
readonly validate: "required";
|
|
1024
|
-
};
|
|
1025
|
-
};
|
|
1026
|
-
readonly slug: {
|
|
1027
|
-
readonly type: "string";
|
|
1028
|
-
readonly description: "The slug of the tenant.";
|
|
1029
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
1030
|
-
readonly validate: "required,hatchetName";
|
|
1031
|
-
};
|
|
1032
|
-
};
|
|
1033
|
-
};
|
|
1034
|
-
readonly required: readonly ["name", "slug"];
|
|
1035
|
-
readonly type: "object";
|
|
1036
|
-
};
|
|
1037
|
-
export declare const UpdateTenantRequestSchema: {
|
|
1038
|
-
readonly properties: {
|
|
1039
|
-
readonly name: {
|
|
1040
|
-
readonly type: "string";
|
|
1041
|
-
readonly description: "The name of the tenant.";
|
|
1042
|
-
};
|
|
1043
|
-
readonly analyticsOptOut: {
|
|
1044
|
-
readonly type: "boolean";
|
|
1045
|
-
readonly description: "Whether the tenant has opted out of analytics.";
|
|
1046
|
-
};
|
|
1047
|
-
readonly alertMemberEmails: {
|
|
1048
|
-
readonly type: "boolean";
|
|
1049
|
-
readonly description: "Whether to alert tenant members.";
|
|
1050
|
-
};
|
|
1051
|
-
readonly enableWorkflowRunFailureAlerts: {
|
|
1052
|
-
readonly type: "boolean";
|
|
1053
|
-
readonly description: "Whether to send alerts when workflow runs fail.";
|
|
1054
|
-
};
|
|
1055
|
-
readonly enableExpiringTokenAlerts: {
|
|
1056
|
-
readonly type: "boolean";
|
|
1057
|
-
readonly description: "Whether to enable alerts when tokens are approaching expiration.";
|
|
1058
|
-
};
|
|
1059
|
-
readonly enableTenantResourceLimitAlerts: {
|
|
1060
|
-
readonly type: "boolean";
|
|
1061
|
-
readonly description: "Whether to enable alerts when tenant resources are approaching limits.";
|
|
1062
|
-
};
|
|
1063
|
-
readonly maxAlertingFrequency: {
|
|
1064
|
-
readonly type: "string";
|
|
1065
|
-
readonly description: "The max frequency at which to alert.";
|
|
1066
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
1067
|
-
readonly validate: "omitnil,duration";
|
|
1068
|
-
};
|
|
1069
|
-
};
|
|
1070
|
-
readonly version: {
|
|
1071
|
-
readonly $ref: "#/components/schemas/TenantVersion";
|
|
1072
|
-
readonly description: "The version of the tenant.";
|
|
1073
|
-
};
|
|
1074
|
-
};
|
|
1075
|
-
readonly type: "object";
|
|
1076
|
-
};
|
|
1077
|
-
export declare const APITokenSchema: {
|
|
1078
|
-
readonly type: "object";
|
|
1079
|
-
readonly properties: {
|
|
1080
|
-
readonly metadata: {
|
|
1081
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
1082
|
-
};
|
|
1083
|
-
readonly name: {
|
|
1084
|
-
readonly type: "string";
|
|
1085
|
-
readonly description: "The name of the API token.";
|
|
1086
|
-
readonly maxLength: 255;
|
|
1087
|
-
};
|
|
1088
|
-
readonly expiresAt: {
|
|
1089
|
-
readonly type: "string";
|
|
1090
|
-
readonly format: "date-time";
|
|
1091
|
-
readonly description: "When the API token expires.";
|
|
1092
|
-
};
|
|
1093
|
-
};
|
|
1094
|
-
readonly required: readonly ["metadata", "name", "expiresAt"];
|
|
1095
|
-
};
|
|
1096
|
-
export declare const CreateAPITokenRequestSchema: {
|
|
1097
|
-
readonly type: "object";
|
|
1098
|
-
readonly properties: {
|
|
1099
|
-
readonly name: {
|
|
1100
|
-
readonly type: "string";
|
|
1101
|
-
readonly description: "A name for the API token.";
|
|
1102
|
-
readonly maxLength: 255;
|
|
1103
|
-
};
|
|
1104
|
-
readonly expiresIn: {
|
|
1105
|
-
readonly type: "string";
|
|
1106
|
-
readonly description: "The duration for which the token is valid.";
|
|
1107
|
-
readonly "x-oapi-codegen-extra-tags": {
|
|
1108
|
-
readonly validate: "omitnil,duration";
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
};
|
|
1112
|
-
readonly required: readonly ["name"];
|
|
1113
|
-
};
|
|
1114
|
-
export declare const CreateAPITokenResponseSchema: {
|
|
1115
|
-
readonly type: "object";
|
|
1116
|
-
readonly properties: {
|
|
1117
|
-
readonly token: {
|
|
1118
|
-
readonly type: "string";
|
|
1119
|
-
readonly description: "The API token.";
|
|
1120
|
-
};
|
|
1121
|
-
};
|
|
1122
|
-
readonly required: readonly ["token"];
|
|
1123
|
-
};
|
|
1124
|
-
export declare const ListAPITokensResponseSchema: {
|
|
1125
|
-
readonly properties: {
|
|
1126
|
-
readonly pagination: {
|
|
1127
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
1128
|
-
};
|
|
1129
|
-
readonly rows: {
|
|
1130
|
-
readonly items: {
|
|
1131
|
-
readonly $ref: "#/components/schemas/APIToken";
|
|
1132
|
-
};
|
|
1133
|
-
readonly type: "array";
|
|
1134
|
-
};
|
|
1135
|
-
};
|
|
1136
|
-
};
|
|
1137
|
-
export declare const LogLineSchema: {
|
|
1138
|
-
readonly properties: {
|
|
1139
|
-
readonly createdAt: {
|
|
1140
|
-
readonly type: "string";
|
|
1141
|
-
readonly format: "date-time";
|
|
1142
|
-
readonly description: "The creation date of the log line.";
|
|
1143
|
-
};
|
|
1144
|
-
readonly message: {
|
|
1145
|
-
readonly type: "string";
|
|
1146
|
-
readonly description: "The log message.";
|
|
1147
|
-
};
|
|
1148
|
-
readonly metadata: {
|
|
1149
|
-
readonly type: "object";
|
|
1150
|
-
readonly description: "The log metadata.";
|
|
1151
|
-
};
|
|
1152
|
-
};
|
|
1153
|
-
readonly required: readonly ["createdAt", "message", "metadata"];
|
|
1154
|
-
};
|
|
1155
|
-
export declare const LogLineLevelSchema: {
|
|
1156
|
-
readonly type: "string";
|
|
1157
|
-
readonly enum: readonly ["DEBUG", "INFO", "WARN", "ERROR"];
|
|
1158
|
-
};
|
|
1159
|
-
export declare const LogLineListSchema: {
|
|
1160
|
-
readonly properties: {
|
|
1161
|
-
readonly pagination: {
|
|
1162
|
-
readonly $ref: "#/components/schemas/PaginationResponse";
|
|
1163
|
-
};
|
|
1164
|
-
readonly rows: {
|
|
1165
|
-
readonly items: {
|
|
1166
|
-
readonly $ref: "#/components/schemas/LogLine";
|
|
1167
|
-
};
|
|
1168
|
-
readonly type: "array";
|
|
1169
|
-
};
|
|
1170
|
-
};
|
|
1171
|
-
};
|
|
1172
|
-
export declare const CommonResultSchema: {
|
|
1173
|
-
readonly required: readonly ["Success", "Message"];
|
|
1174
|
-
readonly properties: {
|
|
1175
|
-
readonly Success: {
|
|
1176
|
-
readonly type: "boolean";
|
|
1177
|
-
};
|
|
1178
|
-
readonly Message: {
|
|
1179
|
-
readonly type: "string";
|
|
1180
|
-
};
|
|
1181
|
-
readonly other: {
|
|
1182
|
-
readonly type: "object";
|
|
1183
|
-
};
|
|
1184
|
-
};
|
|
1185
|
-
};
|
|
1186
|
-
export declare const FrontendConfigSchema: {
|
|
1187
|
-
readonly properties: {
|
|
1188
|
-
readonly cookieAccessToken: {
|
|
1189
|
-
readonly type: "string";
|
|
1190
|
-
readonly description: "Cookie access token";
|
|
1191
|
-
};
|
|
1192
|
-
readonly dashPath: {
|
|
1193
|
-
readonly type: "string";
|
|
1194
|
-
readonly description: "Dashboard path";
|
|
1195
|
-
};
|
|
1196
|
-
readonly hotKeyDebug: {
|
|
1197
|
-
readonly type: "string";
|
|
1198
|
-
readonly description: "Hot key debug";
|
|
1199
|
-
};
|
|
1200
|
-
readonly defaultTenantAccessToken: {
|
|
1201
|
-
readonly type: "string";
|
|
1202
|
-
readonly description: "实验性质,默认租户的access token";
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
|
-
readonly required: readonly ["cookieAccessToken", "dashPath", "hotKeyDebug", "defaultTenantAccessToken"];
|
|
1206
|
-
};
|
|
1207
|
-
export declare const ServerInfoSchema: {
|
|
1208
|
-
readonly properties: {
|
|
1209
|
-
readonly version: {
|
|
1210
|
-
readonly type: "string";
|
|
1211
|
-
readonly description: "Server version";
|
|
1212
|
-
};
|
|
1213
|
-
readonly frontend: {
|
|
1214
|
-
readonly type: "object";
|
|
1215
|
-
readonly properties: {
|
|
1216
|
-
readonly port: {
|
|
1217
|
-
readonly type: "integer";
|
|
1218
|
-
readonly description: "Frontend server port";
|
|
1219
|
-
};
|
|
1220
|
-
readonly enabled: {
|
|
1221
|
-
readonly type: "boolean";
|
|
1222
|
-
readonly description: "Whether frontend is enabled";
|
|
1223
|
-
};
|
|
1224
|
-
readonly dir: {
|
|
1225
|
-
readonly type: "string";
|
|
1226
|
-
readonly description: "Frontend source directory";
|
|
1227
|
-
};
|
|
1228
|
-
readonly autoOpenBrowser: {
|
|
1229
|
-
readonly type: "boolean";
|
|
1230
|
-
readonly description: "Whether to auto open browser";
|
|
1231
|
-
};
|
|
1232
|
-
};
|
|
1233
|
-
readonly required: readonly ["port", "enabled", "dir", "autoOpenBrowser"];
|
|
1234
|
-
};
|
|
1235
|
-
readonly server: {
|
|
1236
|
-
readonly type: "object";
|
|
1237
|
-
readonly properties: {
|
|
1238
|
-
readonly port: {
|
|
1239
|
-
readonly type: "integer";
|
|
1240
|
-
readonly description: "Server port";
|
|
1241
|
-
};
|
|
1242
|
-
readonly host: {
|
|
1243
|
-
readonly type: "string";
|
|
1244
|
-
readonly description: "Server host";
|
|
1245
|
-
};
|
|
1246
|
-
};
|
|
1247
|
-
readonly required: readonly ["port", "host"];
|
|
1248
|
-
};
|
|
1249
|
-
};
|
|
1250
|
-
readonly required: readonly ["version", "frontend", "server"];
|
|
1251
|
-
};
|
|
1252
|
-
export declare const FormFieldSchema: {
|
|
1253
|
-
readonly required: readonly ["type", "name"];
|
|
1254
|
-
readonly properties: {
|
|
1255
|
-
readonly type: {
|
|
1256
|
-
readonly type: "string";
|
|
1257
|
-
readonly enum: readonly ["text", "number", "boolean", "array", "object"];
|
|
1258
|
-
readonly default: "text";
|
|
1259
|
-
};
|
|
1260
|
-
readonly name: {
|
|
1261
|
-
readonly type: "string";
|
|
1262
|
-
};
|
|
1263
|
-
readonly default_value: {
|
|
1264
|
-
readonly type: "string";
|
|
1265
|
-
};
|
|
1266
|
-
readonly label: {
|
|
1267
|
-
readonly type: "string";
|
|
1268
|
-
};
|
|
1269
|
-
readonly description: {
|
|
1270
|
-
readonly type: "string";
|
|
1271
|
-
};
|
|
1272
|
-
readonly required: {
|
|
1273
|
-
readonly type: "boolean";
|
|
1274
|
-
};
|
|
1275
|
-
readonly min: {
|
|
1276
|
-
readonly type: "number";
|
|
1277
|
-
};
|
|
1278
|
-
readonly max: {
|
|
1279
|
-
readonly type: "number";
|
|
1280
|
-
};
|
|
1281
|
-
readonly placeholder: {
|
|
1282
|
-
readonly type: "string";
|
|
1283
|
-
};
|
|
1284
|
-
};
|
|
1285
|
-
};
|
|
1286
|
-
export declare const SchemaFormSchema: {
|
|
1287
|
-
readonly required: readonly ["title", "fields"];
|
|
1288
|
-
readonly properties: {
|
|
1289
|
-
readonly form_type: {
|
|
1290
|
-
readonly type: "string";
|
|
1291
|
-
readonly enum: readonly ["schema", "custom"];
|
|
1292
|
-
readonly default: "schema";
|
|
1293
|
-
};
|
|
1294
|
-
readonly form_name: {
|
|
1295
|
-
readonly type: "string";
|
|
1296
|
-
};
|
|
1297
|
-
readonly title: {
|
|
1298
|
-
readonly type: "string";
|
|
1299
|
-
};
|
|
1300
|
-
readonly description: {
|
|
1301
|
-
readonly type: "string";
|
|
1302
|
-
};
|
|
1303
|
-
readonly layout: {
|
|
1304
|
-
readonly type: "string";
|
|
1305
|
-
readonly enum: readonly ["vertical", "horizontal"];
|
|
1306
|
-
readonly default: "vertical";
|
|
1307
|
-
};
|
|
1308
|
-
readonly fields: {
|
|
1309
|
-
readonly type: "array";
|
|
1310
|
-
readonly items: {
|
|
1311
|
-
readonly $ref: "#/components/schemas/FormField";
|
|
1312
|
-
};
|
|
1313
|
-
};
|
|
1314
|
-
};
|
|
1315
|
-
};
|
|
1316
|
-
export declare const TunnelConfigSchema: {
|
|
1317
|
-
readonly type: "object";
|
|
1318
|
-
readonly properties: {
|
|
1319
|
-
readonly cloudflareToken: {
|
|
1320
|
-
readonly type: "string";
|
|
1321
|
-
readonly description: "Cloudflare API token for tunnel management";
|
|
1322
|
-
readonly example: "cf_token_123456789";
|
|
1323
|
-
};
|
|
1324
|
-
readonly domain: {
|
|
1325
|
-
readonly type: "string";
|
|
1326
|
-
readonly description: "Domain name for the tunnel";
|
|
1327
|
-
readonly example: "yuepa8.com";
|
|
1328
|
-
};
|
|
1329
|
-
readonly localPort: {
|
|
1330
|
-
readonly type: "string";
|
|
1331
|
-
readonly description: "Local port number for the tunnel";
|
|
1332
|
-
readonly example: "7788";
|
|
1333
|
-
};
|
|
1334
|
-
readonly tunnelName: {
|
|
1335
|
-
readonly type: "string";
|
|
1336
|
-
readonly description: "Custom tunnel name (optional)";
|
|
1337
|
-
readonly example: "my-tunnel";
|
|
1338
|
-
};
|
|
1339
|
-
readonly description: {
|
|
1340
|
-
readonly type: "string";
|
|
1341
|
-
readonly description: "Description of the tunnel configuration";
|
|
1342
|
-
readonly example: "Development tunnel for testing";
|
|
1343
|
-
};
|
|
1344
|
-
};
|
|
1345
|
-
readonly required: readonly ["cloudflareToken", "domain", "localPort"];
|
|
1346
|
-
};
|
|
1347
|
-
export declare const UserSettingsSchema: {
|
|
1348
|
-
readonly type: "object";
|
|
1349
|
-
readonly properties: {
|
|
1350
|
-
readonly metadata: {
|
|
1351
|
-
readonly $ref: "#/components/schemas/APIResourceMeta";
|
|
1352
|
-
};
|
|
1353
|
-
readonly tunnelConfig: {
|
|
1354
|
-
readonly $ref: "#/components/schemas/TunnelConfig";
|
|
1355
|
-
readonly description: "Cloudflare tunnel configuration (user-specific)";
|
|
1356
|
-
};
|
|
1357
|
-
readonly exportMetadata: {
|
|
1358
|
-
readonly type: "object";
|
|
1359
|
-
readonly description: "Metadata about settings export/import";
|
|
1360
|
-
readonly properties: {
|
|
1361
|
-
readonly exportTimestamp: {
|
|
1362
|
-
readonly type: "string";
|
|
1363
|
-
readonly format: "date-time";
|
|
1364
|
-
readonly description: "When the settings were last exported";
|
|
1365
|
-
};
|
|
1366
|
-
readonly exportVersion: {
|
|
1367
|
-
readonly type: "string";
|
|
1368
|
-
readonly description: "Version of the export format";
|
|
1369
|
-
readonly example: "1.0";
|
|
1370
|
-
};
|
|
1371
|
-
readonly exportBy: {
|
|
1372
|
-
readonly type: "string";
|
|
1373
|
-
readonly description: "Who exported the settings";
|
|
1374
|
-
readonly example: "user";
|
|
1375
|
-
};
|
|
1376
|
-
};
|
|
1377
|
-
};
|
|
1378
|
-
};
|
|
1379
|
-
readonly required: readonly ["metadata"];
|
|
1380
|
-
};
|
|
1381
|
-
export declare const UserSettingsCreateRequestSchema: {
|
|
1382
|
-
readonly type: "object";
|
|
1383
|
-
readonly properties: {
|
|
1384
|
-
readonly tunnelConfig: {
|
|
1385
|
-
readonly $ref: "#/components/schemas/TunnelConfig";
|
|
1386
|
-
readonly description: "Cloudflare tunnel configuration (user-specific)";
|
|
1387
|
-
};
|
|
1388
|
-
readonly exportMetadata: {
|
|
1389
|
-
readonly type: "object";
|
|
1390
|
-
readonly description: "Metadata about settings export/import";
|
|
1391
|
-
readonly properties: {
|
|
1392
|
-
readonly exportTimestamp: {
|
|
1393
|
-
readonly type: "string";
|
|
1394
|
-
readonly format: "date-time";
|
|
1395
|
-
readonly description: "When the settings were last exported";
|
|
1396
|
-
};
|
|
1397
|
-
readonly exportVersion: {
|
|
1398
|
-
readonly type: "string";
|
|
1399
|
-
readonly description: "Version of the export format";
|
|
1400
|
-
readonly example: "1.0";
|
|
1401
|
-
};
|
|
1402
|
-
readonly exportBy: {
|
|
1403
|
-
readonly type: "string";
|
|
1404
|
-
readonly description: "Who exported the settings";
|
|
1405
|
-
readonly example: "user";
|
|
1406
|
-
};
|
|
1407
|
-
};
|
|
1408
|
-
};
|
|
1409
|
-
};
|
|
1410
|
-
};
|
|
1411
|
-
export declare const UserSettingsUpdateRequestSchema: {
|
|
1412
|
-
readonly type: "object";
|
|
1413
|
-
readonly properties: {
|
|
1414
|
-
readonly tunnelConfig: {
|
|
1415
|
-
readonly $ref: "#/components/schemas/TunnelConfig";
|
|
1416
|
-
readonly description: "Cloudflare tunnel configuration (user-specific)";
|
|
1417
|
-
};
|
|
1418
|
-
readonly exportMetadata: {
|
|
1419
|
-
readonly type: "object";
|
|
1420
|
-
readonly description: "Metadata about settings export/import";
|
|
1421
|
-
readonly properties: {
|
|
1422
|
-
readonly exportTimestamp: {
|
|
1423
|
-
readonly type: "string";
|
|
1424
|
-
readonly format: "date-time";
|
|
1425
|
-
readonly description: "When the settings were last exported";
|
|
1426
|
-
};
|
|
1427
|
-
readonly exportVersion: {
|
|
1428
|
-
readonly type: "string";
|
|
1429
|
-
readonly description: "Version of the export format";
|
|
1430
|
-
readonly example: "1.0";
|
|
1431
|
-
};
|
|
1432
|
-
readonly exportBy: {
|
|
1433
|
-
readonly type: "string";
|
|
1434
|
-
readonly description: "Who exported the settings";
|
|
1435
|
-
readonly example: "user";
|
|
1436
|
-
};
|
|
1437
|
-
};
|
|
1438
|
-
};
|
|
1439
|
-
};
|
|
1440
|
-
};
|
|
1441
|
-
export declare const TenantVersionSchema: {
|
|
1442
|
-
readonly enum: readonly ["V0", "V1"];
|
|
1443
|
-
readonly type: "string";
|
|
1444
|
-
};
|
|
1445
|
-
//# sourceMappingURL=schemas.gen.d.ts.map
|