mtmsdk 0.0.11 → 0.0.13
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/components/MustAdmin.d.ts +14 -0
- package/dist/components/MustAdmin.d.ts.map +1 -0
- package/dist/components/MustAdmin.js +37 -0
- package/dist/components/MustAdmin.js.map +1 -0
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts +137 -2073
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi/@tanstack/react-query.gen.js +118 -2085
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi/client/client.gen.d.ts +3 -0
- package/dist/gomtmapi/client/client.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2/client/client.js → gomtmapi/client/client.gen.js} +82 -23
- package/dist/gomtmapi/client/client.gen.js.map +1 -0
- package/dist/gomtmapi/client/index.d.ts +7 -7
- package/dist/gomtmapi/client/index.d.ts.map +1 -1
- package/dist/gomtmapi/client/index.js +5 -4
- package/dist/gomtmapi/client/index.js.map +1 -1
- package/dist/gomtmapi/client/{types.d.ts → types.gen.d.ts} +19 -14
- package/dist/gomtmapi/client/types.gen.d.ts.map +1 -0
- package/dist/gomtmapi/client/types.gen.js +3 -0
- package/dist/gomtmapi/client/types.gen.js.map +1 -0
- package/dist/gomtmapi/client/{utils.d.ts → utils.gen.d.ts} +9 -21
- package/dist/gomtmapi/client/utils.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2/client/utils.js → gomtmapi/client/utils.gen.js} +56 -110
- package/dist/gomtmapi/client/utils.gen.js.map +1 -0
- package/dist/gomtmapi/client.gen.d.ts +3 -3
- package/dist/gomtmapi/client.gen.d.ts.map +1 -1
- package/dist/gomtmapi/client.gen.js.map +1 -1
- package/dist/gomtmapi/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/gomtmapi/core/auth.gen.d.ts.map +1 -0
- package/dist/gomtmapi/core/{auth.js → auth.gen.js} +2 -1
- package/dist/gomtmapi/core/auth.gen.js.map +1 -0
- package/dist/{mtgate_api/core/bodySerializer.d.ts → gomtmapi/core/bodySerializer.gen.d.ts} +2 -2
- package/dist/gomtmapi/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/{mtgate_api/core/bodySerializer.js → gomtmapi/core/bodySerializer.gen.js} +5 -1
- package/dist/gomtmapi/core/bodySerializer.gen.js.map +1 -0
- package/dist/{mtgate_api/core/params.d.ts → gomtmapi/core/params.gen.d.ts} +11 -1
- package/dist/gomtmapi/core/params.gen.d.ts.map +1 -0
- package/dist/gomtmapi/core/{params.js → params.gen.js} +2 -1
- package/dist/gomtmapi/core/params.gen.js.map +1 -0
- package/dist/{mtgate_api/core/pathSerializer.d.ts → gomtmapi/core/pathSerializer.gen.d.ts} +1 -1
- package/dist/gomtmapi/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/gomtmapi/core/{pathSerializer.js → pathSerializer.gen.js} +2 -1
- package/dist/gomtmapi/core/pathSerializer.gen.js.map +1 -0
- package/dist/gomtmapi/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/gomtmapi/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/gomtmapi/core/serverSentEvents.gen.js +136 -0
- package/dist/gomtmapi/core/serverSentEvents.gen.js.map +1 -0
- package/dist/{mtgate_api/core/types.d.ts → gomtmapi/core/types.gen.d.ts} +20 -15
- package/dist/gomtmapi/core/types.gen.d.ts.map +1 -0
- package/dist/gomtmapi/core/types.gen.js +3 -0
- package/dist/gomtmapi/core/types.gen.js.map +1 -0
- package/dist/gomtmapi/core/utils.gen.d.ts +20 -0
- package/dist/gomtmapi/core/utils.gen.d.ts.map +1 -0
- package/dist/gomtmapi/core/utils.gen.js +88 -0
- package/dist/gomtmapi/core/utils.gen.js.map +1 -0
- package/dist/gomtmapi/index.d.ts.map +1 -1
- package/dist/gomtmapi/index.js.map +1 -1
- package/dist/gomtmapi/schemas.gen.d.ts +806 -3746
- package/dist/gomtmapi/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi/schemas.gen.js +780 -3827
- package/dist/gomtmapi/schemas.gen.js.map +1 -1
- package/dist/gomtmapi/sdk.gen.d.ts +3 -306
- package/dist/gomtmapi/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi/sdk.gen.js +53 -1338
- package/dist/gomtmapi/sdk.gen.js.map +1 -1
- package/dist/gomtmapi/types.gen.d.ts +1186 -5364
- package/dist/gomtmapi/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/types.gen.js +8 -45
- package/dist/gomtmapi/types.gen.js.map +1 -1
- package/dist/gomtmapi/zod.gen.d.ts +1371 -4628
- package/dist/gomtmapi/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi/zod.gen.js +565 -2224
- package/dist/gomtmapi/zod.gen.js.map +1 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts +286 -823
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js +226 -787
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts +3 -0
- package/dist/gomtmapi_v2/client/client.gen.d.ts.map +1 -0
- package/dist/{mtgate_api/client/client.js → gomtmapi_v2/client/client.gen.js} +82 -23
- package/dist/gomtmapi_v2/client/client.gen.js.map +1 -0
- package/dist/gomtmapi_v2/client/index.d.ts +7 -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/{mtgate_api/client/types.d.ts → gomtmapi_v2/client/types.gen.d.ts} +19 -14
- package/dist/gomtmapi_v2/client/types.gen.d.ts.map +1 -0
- package/dist/gomtmapi_v2/client/types.gen.js +3 -0
- package/dist/gomtmapi_v2/client/types.gen.js.map +1 -0
- package/dist/{mtgate_api/client/utils.d.ts → gomtmapi_v2/client/utils.gen.d.ts} +9 -21
- package/dist/gomtmapi_v2/client/utils.gen.d.ts.map +1 -0
- package/dist/{gomtmapi/client/utils.js → gomtmapi_v2/client/utils.gen.js} +56 -110
- package/dist/gomtmapi_v2/client/utils.gen.js.map +1 -0
- package/dist/gomtmapi_v2/client.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/client.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client.gen.js.map +1 -1
- package/dist/{mtmai_api/core/auth.d.ts → gomtmapi_v2/core/auth.gen.d.ts} +1 -1
- package/dist/gomtmapi_v2/core/auth.gen.d.ts.map +1 -0
- package/dist/{mtmai_api/core/auth.js → gomtmapi_v2/core/auth.gen.js} +2 -1
- package/dist/gomtmapi_v2/core/auth.gen.js.map +1 -0
- package/dist/gomtmapi_v2/core/{bodySerializer.d.ts → bodySerializer.gen.d.ts} +2 -2
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi/core/bodySerializer.js → gomtmapi_v2/core/bodySerializer.gen.js} +5 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js.map +1 -0
- package/dist/gomtmapi_v2/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/gomtmapi_v2/core/params.gen.d.ts.map +1 -0
- package/dist/{mtgate_api/core/params.js → gomtmapi_v2/core/params.gen.js} +2 -1
- package/dist/gomtmapi_v2/core/params.gen.js.map +1 -0
- package/dist/{mtmai_api/core/pathSerializer.d.ts → gomtmapi_v2/core/pathSerializer.gen.d.ts} +1 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/{mtgate_api/core/pathSerializer.js → gomtmapi_v2/core/pathSerializer.gen.js} +2 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.js.map +1 -0
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js +136 -0
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js.map +1 -0
- package/dist/{mtmai_api/core/types.d.ts → gomtmapi_v2/core/types.gen.d.ts} +20 -15
- package/dist/gomtmapi_v2/core/types.gen.d.ts.map +1 -0
- package/dist/gomtmapi_v2/core/types.gen.js +3 -0
- package/dist/gomtmapi_v2/core/types.gen.js.map +1 -0
- package/dist/gomtmapi_v2/core/utils.gen.d.ts +20 -0
- package/dist/gomtmapi_v2/core/utils.gen.d.ts.map +1 -0
- package/dist/gomtmapi_v2/core/utils.gen.js +88 -0
- package/dist/gomtmapi_v2/core/utils.gen.js.map +1 -0
- package/dist/gomtmapi_v2/index.d.ts +1 -1
- package/dist/gomtmapi_v2/index.d.ts.map +1 -1
- package/dist/gomtmapi_v2/index.js +0 -1
- package/dist/gomtmapi_v2/index.js.map +1 -1
- package/dist/gomtmapi_v2/schemas.gen.d.ts +317 -222
- package/dist/gomtmapi_v2/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/schemas.gen.js +317 -222
- package/dist/gomtmapi_v2/schemas.gen.js.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.d.ts +142 -156
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.js +210 -233
- package/dist/gomtmapi_v2/sdk.gen.js.map +1 -1
- package/dist/gomtmapi_v2/types.gen.d.ts +188 -195
- package/dist/gomtmapi_v2/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.d.ts +474 -428
- package/dist/gomtmapi_v2/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.js +892 -1054
- package/dist/gomtmapi_v2/zod.gen.js.map +1 -1
- package/dist/lib/adk-utils.d.ts +0 -5
- package/dist/lib/adk-utils.d.ts.map +1 -1
- package/dist/lib/adk-utils.js +31 -32
- package/dist/lib/adk-utils.js.map +1 -1
- package/dist/lib/auth-client.d.ts +5965 -0
- package/dist/lib/auth-client.d.ts.map +1 -0
- package/dist/lib/auth-client.js +29 -0
- package/dist/lib/auth-client.js.map +1 -0
- package/dist/lib/get-query-client.d.ts.map +1 -1
- package/dist/lib/get-query-client.js +1 -21
- package/dist/lib/get-query-client.js.map +1 -1
- package/dist/lib/mtgate_client_ss.d.ts +10 -0
- package/dist/lib/mtgate_client_ss.d.ts.map +1 -0
- package/dist/lib/mtgate_client_ss.js +24 -0
- package/dist/lib/mtgate_client_ss.js.map +1 -0
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +367 -2123
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +142 -1018
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtgate_api/client/client.gen.d.ts +3 -0
- package/dist/mtgate_api/client/client.gen.d.ts.map +1 -0
- package/dist/{gomtmapi/client/client.js → mtgate_api/client/client.gen.js} +82 -23
- package/dist/mtgate_api/client/client.gen.js.map +1 -0
- package/dist/mtgate_api/client/index.d.ts +7 -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/{gomtmapi_v2/client/types.d.ts → mtgate_api/client/types.gen.d.ts} +19 -14
- package/dist/mtgate_api/client/types.gen.d.ts.map +1 -0
- package/dist/mtgate_api/client/types.gen.js +3 -0
- package/dist/mtgate_api/client/types.gen.js.map +1 -0
- package/dist/{mtmai_api/client/utils.d.ts → mtgate_api/client/utils.gen.d.ts} +9 -21
- package/dist/mtgate_api/client/utils.gen.d.ts.map +1 -0
- package/dist/mtgate_api/client/{utils.js → utils.gen.js} +56 -110
- package/dist/mtgate_api/client/utils.gen.js.map +1 -0
- package/dist/mtgate_api/client.gen.d.ts +3 -3
- package/dist/mtgate_api/client.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client.gen.js.map +1 -1
- package/dist/{gomtmapi_v2/core/auth.d.ts → mtgate_api/core/auth.gen.d.ts} +1 -1
- package/dist/mtgate_api/core/auth.gen.d.ts.map +1 -0
- package/dist/mtgate_api/core/{auth.js → auth.gen.js} +2 -1
- package/dist/mtgate_api/core/auth.gen.js.map +1 -0
- package/dist/{gomtmapi/core/bodySerializer.d.ts → mtgate_api/core/bodySerializer.gen.d.ts} +2 -2
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/{mtmai_api/core/bodySerializer.js → mtgate_api/core/bodySerializer.gen.js} +5 -1
- package/dist/mtgate_api/core/bodySerializer.gen.js.map +1 -0
- package/dist/{mtmai_api/core/params.d.ts → mtgate_api/core/params.gen.d.ts} +11 -1
- package/dist/mtgate_api/core/params.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2/core/params.js → mtgate_api/core/params.gen.js} +2 -1
- package/dist/mtgate_api/core/params.gen.js.map +1 -0
- package/dist/{gomtmapi_v2/core/pathSerializer.d.ts → mtgate_api/core/pathSerializer.gen.d.ts} +1 -1
- package/dist/mtgate_api/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2/core/pathSerializer.js → mtgate_api/core/pathSerializer.gen.js} +2 -1
- package/dist/mtgate_api/core/pathSerializer.gen.js.map +1 -0
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/mtgate_api/core/serverSentEvents.gen.js +136 -0
- package/dist/mtgate_api/core/serverSentEvents.gen.js.map +1 -0
- package/dist/{gomtmapi/core/types.d.ts → mtgate_api/core/types.gen.d.ts} +20 -15
- package/dist/mtgate_api/core/types.gen.d.ts.map +1 -0
- package/dist/mtgate_api/core/types.gen.js +3 -0
- package/dist/mtgate_api/core/types.gen.js.map +1 -0
- package/dist/mtgate_api/core/utils.gen.d.ts +20 -0
- package/dist/mtgate_api/core/utils.gen.d.ts.map +1 -0
- package/dist/mtgate_api/core/utils.gen.js +88 -0
- package/dist/mtgate_api/core/utils.gen.js.map +1 -0
- package/dist/mtgate_api/index.d.ts.map +1 -1
- package/dist/mtgate_api/index.js.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +206 -289
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +230 -307
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +20 -43
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +88 -234
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +383 -862
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/types.gen.js.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +607 -978
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +718 -1215
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts +115 -475
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.js +55 -423
- package/dist/mtmai_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtmai_api/client/client.gen.d.ts +3 -0
- package/dist/mtmai_api/client/client.gen.d.ts.map +1 -0
- package/dist/mtmai_api/client/{client.js → client.gen.js} +82 -23
- package/dist/mtmai_api/client/client.gen.js.map +1 -0
- package/dist/mtmai_api/client/index.d.ts +7 -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.d.ts → types.gen.d.ts} +19 -14
- package/dist/mtmai_api/client/types.gen.d.ts.map +1 -0
- package/dist/mtmai_api/client/types.gen.js +3 -0
- package/dist/mtmai_api/client/types.gen.js.map +1 -0
- package/dist/{gomtmapi_v2/client/utils.d.ts → mtmai_api/client/utils.gen.d.ts} +9 -21
- package/dist/mtmai_api/client/utils.gen.d.ts.map +1 -0
- package/dist/mtmai_api/client/{utils.js → utils.gen.js} +56 -110
- package/dist/mtmai_api/client/utils.gen.js.map +1 -0
- package/dist/mtmai_api/client.gen.d.ts +3 -3
- package/dist/mtmai_api/client.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client.gen.js.map +1 -1
- package/dist/{mtgate_api/core/auth.d.ts → mtmai_api/core/auth.gen.d.ts} +1 -1
- package/dist/mtmai_api/core/auth.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2/core/auth.js → mtmai_api/core/auth.gen.js} +2 -1
- package/dist/mtmai_api/core/auth.gen.js.map +1 -0
- package/dist/mtmai_api/core/{bodySerializer.d.ts → bodySerializer.gen.d.ts} +2 -2
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2/core/bodySerializer.js → mtmai_api/core/bodySerializer.gen.js} +5 -1
- package/dist/mtmai_api/core/bodySerializer.gen.js.map +1 -0
- package/dist/{gomtmapi/core/params.d.ts → mtmai_api/core/params.gen.d.ts} +11 -1
- package/dist/mtmai_api/core/params.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/{params.js → params.gen.js} +2 -1
- package/dist/mtmai_api/core/params.gen.js.map +1 -0
- package/dist/{gomtmapi/core/pathSerializer.d.ts → mtmai_api/core/pathSerializer.gen.d.ts} +1 -1
- package/dist/mtmai_api/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/{pathSerializer.js → pathSerializer.gen.js} +2 -1
- package/dist/mtmai_api/core/pathSerializer.gen.js.map +1 -0
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/serverSentEvents.gen.js +136 -0
- package/dist/mtmai_api/core/serverSentEvents.gen.js.map +1 -0
- package/dist/{gomtmapi_v2/core/types.d.ts → mtmai_api/core/types.gen.d.ts} +20 -15
- package/dist/mtmai_api/core/types.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/types.gen.js +3 -0
- package/dist/mtmai_api/core/types.gen.js.map +1 -0
- package/dist/mtmai_api/core/utils.gen.d.ts +20 -0
- package/dist/mtmai_api/core/utils.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/utils.gen.js +88 -0
- package/dist/mtmai_api/core/utils.gen.js.map +1 -0
- package/dist/mtmai_api/index.d.ts.map +1 -1
- package/dist/mtmai_api/index.js.map +1 -1
- package/dist/mtmai_api/schemas.gen.d.ts +447 -90
- package/dist/mtmai_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtmai_api/schemas.gen.js +561 -108
- package/dist/mtmai_api/schemas.gen.js.map +1 -1
- package/dist/mtmai_api/sdk.gen.d.ts +3 -8
- package/dist/mtmai_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtmai_api/sdk.gen.js +53 -67
- package/dist/mtmai_api/sdk.gen.js.map +1 -1
- package/dist/mtmai_api/types.gen.d.ts +420 -208
- package/dist/mtmai_api/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/types.gen.js.map +1 -1
- package/dist/mtmai_api/zod.gen.d.ts +26092 -5524
- package/dist/mtmai_api/zod.gen.d.ts.map +1 -1
- package/dist/mtmai_api/zod.gen.js +1391 -1362
- package/dist/mtmai_api/zod.gen.js.map +1 -1
- package/dist/store/AuthProviders.d.ts +8 -0
- package/dist/store/AuthProviders.d.ts.map +1 -0
- package/dist/store/AuthProviders.js +34 -0
- package/dist/store/AuthProviders.js.map +1 -0
- package/dist/store/{ReactQueryApiV2Provider.d.ts → GomtmProvider.d.ts} +1 -1
- package/dist/store/GomtmProvider.d.ts.map +1 -0
- package/dist/store/{ReactQueryApiV2Provider.js → GomtmProvider.js} +2 -2
- package/dist/store/GomtmProvider.js.map +1 -0
- package/dist/store/{ReactQueryProvider.d.ts → GomtmV1Provider.d.ts} +1 -1
- package/dist/store/GomtmV1Provider.d.ts.map +1 -0
- package/dist/store/{ReactQueryProvider.js → GomtmV1Provider.js} +2 -2
- package/dist/store/GomtmV1Provider.js.map +1 -0
- package/dist/store/MtgateProvider.d.ts +6015 -0
- package/dist/store/MtgateProvider.d.ts.map +1 -0
- package/dist/store/MtgateProvider.js +76 -0
- package/dist/store/MtgateProvider.js.map +1 -0
- package/dist/store/MtmsdkProvider.d.ts +1 -0
- package/dist/store/MtmsdkProvider.d.ts.map +1 -1
- package/dist/store/MtmsdkProvider.js +10 -13
- package/dist/store/MtmsdkProvider.js.map +1 -1
- package/package.json +68 -72
- package/dist/gomtmapi/client/client.d.ts +0 -3
- package/dist/gomtmapi/client/client.d.ts.map +0 -1
- package/dist/gomtmapi/client/client.js.map +0 -1
- package/dist/gomtmapi/client/types.d.ts.map +0 -1
- package/dist/gomtmapi/client/types.js +0 -2
- package/dist/gomtmapi/client/types.js.map +0 -1
- package/dist/gomtmapi/client/utils.d.ts.map +0 -1
- package/dist/gomtmapi/client/utils.js.map +0 -1
- package/dist/gomtmapi/core/auth.d.ts.map +0 -1
- package/dist/gomtmapi/core/auth.js.map +0 -1
- package/dist/gomtmapi/core/bodySerializer.d.ts.map +0 -1
- package/dist/gomtmapi/core/bodySerializer.js.map +0 -1
- package/dist/gomtmapi/core/params.d.ts.map +0 -1
- package/dist/gomtmapi/core/params.js.map +0 -1
- package/dist/gomtmapi/core/pathSerializer.d.ts.map +0 -1
- package/dist/gomtmapi/core/pathSerializer.js.map +0 -1
- package/dist/gomtmapi/core/types.d.ts.map +0 -1
- package/dist/gomtmapi/core/types.js +0 -2
- package/dist/gomtmapi/core/types.js.map +0 -1
- package/dist/gomtmapi_v2/client/client.d.ts +0 -3
- package/dist/gomtmapi_v2/client/client.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/client.js.map +0 -1
- package/dist/gomtmapi_v2/client/types.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/types.js +0 -2
- package/dist/gomtmapi_v2/client/types.js.map +0 -1
- package/dist/gomtmapi_v2/client/utils.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/utils.js.map +0 -1
- package/dist/gomtmapi_v2/core/auth.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/auth.js.map +0 -1
- package/dist/gomtmapi_v2/core/bodySerializer.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/bodySerializer.js.map +0 -1
- package/dist/gomtmapi_v2/core/params.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/params.js.map +0 -1
- package/dist/gomtmapi_v2/core/pathSerializer.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/pathSerializer.js.map +0 -1
- package/dist/gomtmapi_v2/core/types.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/types.js +0 -2
- package/dist/gomtmapi_v2/core/types.js.map +0 -1
- package/dist/lib/constants.d.ts +0 -40
- package/dist/lib/constants.d.ts.map +0 -1
- package/dist/lib/constants.js +0 -40
- package/dist/lib/constants.js.map +0 -1
- package/dist/lib/d1-utils.d.ts +0 -5
- package/dist/lib/d1-utils.d.ts.map +0 -1
- package/dist/lib/d1-utils.js +0 -36
- package/dist/lib/d1-utils.js.map +0 -1
- package/dist/lib/mtmutils.d.ts +0 -2
- package/dist/lib/mtmutils.d.ts.map +0 -1
- package/dist/lib/mtmutils.js +0 -9
- package/dist/lib/mtmutils.js.map +0 -1
- package/dist/mtgate_api/client/client.d.ts +0 -3
- package/dist/mtgate_api/client/client.d.ts.map +0 -1
- package/dist/mtgate_api/client/client.js.map +0 -1
- package/dist/mtgate_api/client/types.d.ts.map +0 -1
- package/dist/mtgate_api/client/types.js +0 -2
- package/dist/mtgate_api/client/types.js.map +0 -1
- package/dist/mtgate_api/client/utils.d.ts.map +0 -1
- package/dist/mtgate_api/client/utils.js.map +0 -1
- package/dist/mtgate_api/core/auth.d.ts.map +0 -1
- package/dist/mtgate_api/core/auth.js.map +0 -1
- package/dist/mtgate_api/core/bodySerializer.d.ts.map +0 -1
- package/dist/mtgate_api/core/bodySerializer.js.map +0 -1
- package/dist/mtgate_api/core/params.d.ts.map +0 -1
- package/dist/mtgate_api/core/params.js.map +0 -1
- package/dist/mtgate_api/core/pathSerializer.d.ts.map +0 -1
- package/dist/mtgate_api/core/pathSerializer.js.map +0 -1
- package/dist/mtgate_api/core/types.d.ts.map +0 -1
- package/dist/mtgate_api/core/types.js +0 -2
- package/dist/mtgate_api/core/types.js.map +0 -1
- package/dist/mtmai_api/client/client.d.ts +0 -3
- package/dist/mtmai_api/client/client.d.ts.map +0 -1
- package/dist/mtmai_api/client/client.js.map +0 -1
- package/dist/mtmai_api/client/types.d.ts.map +0 -1
- package/dist/mtmai_api/client/types.js +0 -2
- package/dist/mtmai_api/client/types.js.map +0 -1
- package/dist/mtmai_api/client/utils.d.ts.map +0 -1
- package/dist/mtmai_api/client/utils.js.map +0 -1
- package/dist/mtmai_api/core/auth.d.ts.map +0 -1
- package/dist/mtmai_api/core/auth.js.map +0 -1
- package/dist/mtmai_api/core/bodySerializer.d.ts.map +0 -1
- package/dist/mtmai_api/core/bodySerializer.js.map +0 -1
- package/dist/mtmai_api/core/params.d.ts.map +0 -1
- package/dist/mtmai_api/core/params.js.map +0 -1
- package/dist/mtmai_api/core/pathSerializer.d.ts.map +0 -1
- package/dist/mtmai_api/core/pathSerializer.js.map +0 -1
- package/dist/mtmai_api/core/types.d.ts.map +0 -1
- package/dist/mtmai_api/core/types.js +0 -2
- package/dist/mtmai_api/core/types.js.map +0 -1
- package/dist/store/ReactQueryApiV2Provider.d.ts.map +0 -1
- package/dist/store/ReactQueryApiV2Provider.js.map +0 -1
- package/dist/store/ReactQueryCfApiProvider.d.ts +0 -9
- package/dist/store/ReactQueryCfApiProvider.d.ts.map +0 -1
- package/dist/store/ReactQueryCfApiProvider.js +0 -26
- package/dist/store/ReactQueryCfApiProvider.js.map +0 -1
- package/dist/store/ReactQueryProvider.d.ts.map +0 -1
- package/dist/store/ReactQueryProvider.js.map +0 -1
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
export declare const APIResponseSchema: {
|
|
2
|
+
readonly description: "APIResponse schema";
|
|
3
|
+
readonly properties: {
|
|
4
|
+
readonly data: {
|
|
5
|
+
readonly nullable: true;
|
|
6
|
+
};
|
|
7
|
+
readonly error: {
|
|
8
|
+
readonly nullable: true;
|
|
9
|
+
readonly properties: {
|
|
10
|
+
readonly code: {
|
|
11
|
+
readonly type: "string";
|
|
12
|
+
};
|
|
13
|
+
readonly details: {
|
|
14
|
+
readonly nullable: true;
|
|
15
|
+
};
|
|
16
|
+
readonly message: {
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
readonly type: "object";
|
|
21
|
+
};
|
|
22
|
+
readonly message: {
|
|
23
|
+
readonly nullable: true;
|
|
24
|
+
readonly type: "string";
|
|
25
|
+
};
|
|
26
|
+
readonly success: {
|
|
27
|
+
readonly type: "boolean";
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
readonly type: "object";
|
|
31
|
+
};
|
|
1
32
|
export declare const AgentEventPushRequestSchema: {
|
|
2
33
|
readonly description: "AgentEventPushRequest schema";
|
|
3
34
|
readonly properties: {
|
|
@@ -407,46 +438,6 @@ export declare const ChatbotUpsertRequestSchema: {
|
|
|
407
438
|
readonly required: readonly ["name", "platform", "status"];
|
|
408
439
|
readonly type: "object";
|
|
409
440
|
};
|
|
410
|
-
export declare const CheckSandboxStatusRequestSchema: {
|
|
411
|
-
readonly description: "CheckSandboxStatusRequest schema";
|
|
412
|
-
readonly properties: {
|
|
413
|
-
readonly sandboxIds: {
|
|
414
|
-
readonly items: {
|
|
415
|
-
readonly type: "string";
|
|
416
|
-
};
|
|
417
|
-
readonly type: "array";
|
|
418
|
-
};
|
|
419
|
-
};
|
|
420
|
-
readonly required: readonly ["sandboxIds"];
|
|
421
|
-
readonly type: "object";
|
|
422
|
-
};
|
|
423
|
-
export declare const CheckSandboxStatusResponseSchema: {
|
|
424
|
-
readonly description: "CheckSandboxStatusResponse schema";
|
|
425
|
-
readonly properties: {
|
|
426
|
-
readonly results: {
|
|
427
|
-
readonly items: {
|
|
428
|
-
readonly properties: {
|
|
429
|
-
readonly error: {
|
|
430
|
-
readonly nullable: true;
|
|
431
|
-
readonly type: "string";
|
|
432
|
-
};
|
|
433
|
-
readonly sandboxId: {
|
|
434
|
-
readonly type: "string";
|
|
435
|
-
};
|
|
436
|
-
readonly status: {
|
|
437
|
-
readonly type: "string";
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
readonly type: "object";
|
|
441
|
-
};
|
|
442
|
-
readonly type: "array";
|
|
443
|
-
};
|
|
444
|
-
readonly total_checked: {
|
|
445
|
-
readonly type: "integer";
|
|
446
|
-
};
|
|
447
|
-
};
|
|
448
|
-
readonly type: "object";
|
|
449
|
-
};
|
|
450
441
|
export declare const CreateAgentRequestSchema: {
|
|
451
442
|
readonly description: "CreateAgentRequest schema";
|
|
452
443
|
readonly properties: {
|
|
@@ -548,54 +539,52 @@ export declare const CreatePlatformRequestSchema: {
|
|
|
548
539
|
readonly required: readonly ["name"];
|
|
549
540
|
readonly type: "object";
|
|
550
541
|
};
|
|
551
|
-
export declare const
|
|
552
|
-
readonly description: "
|
|
542
|
+
export declare const CreateSessionRequestSchema: {
|
|
543
|
+
readonly description: "CreateSessionRequest schema";
|
|
553
544
|
readonly properties: {
|
|
554
545
|
readonly config: {
|
|
555
546
|
readonly additionalProperties: {};
|
|
556
547
|
readonly nullable: true;
|
|
557
548
|
readonly type: "object";
|
|
558
549
|
};
|
|
559
|
-
readonly
|
|
560
|
-
readonly type: "string";
|
|
561
|
-
};
|
|
562
|
-
readonly description: {
|
|
550
|
+
readonly type: {
|
|
563
551
|
readonly nullable: true;
|
|
564
552
|
readonly type: "string";
|
|
565
553
|
};
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
554
|
+
};
|
|
555
|
+
readonly type: "object";
|
|
556
|
+
};
|
|
557
|
+
export declare const CreateTerminalRequestSchema: {
|
|
558
|
+
readonly description: "CreateTerminalRequest schema";
|
|
559
|
+
readonly properties: {
|
|
560
|
+
readonly cols: {
|
|
561
|
+
readonly maximum: 65535;
|
|
562
|
+
readonly minimum: 0;
|
|
570
563
|
readonly nullable: true;
|
|
564
|
+
readonly type: "integer";
|
|
565
|
+
};
|
|
566
|
+
readonly cwd: {
|
|
571
567
|
readonly type: "string";
|
|
572
568
|
};
|
|
573
|
-
readonly
|
|
574
|
-
readonly additionalProperties: {
|
|
569
|
+
readonly env: {
|
|
570
|
+
readonly additionalProperties: {
|
|
571
|
+
readonly type: "string";
|
|
572
|
+
};
|
|
575
573
|
readonly nullable: true;
|
|
576
574
|
readonly type: "object";
|
|
577
575
|
};
|
|
578
|
-
readonly
|
|
579
|
-
readonly
|
|
580
|
-
readonly
|
|
581
|
-
};
|
|
582
|
-
};
|
|
583
|
-
readonly required: readonly ["name", "deploy_type"];
|
|
584
|
-
readonly type: "object";
|
|
585
|
-
};
|
|
586
|
-
export declare const CreateSessionRequestSchema: {
|
|
587
|
-
readonly description: "CreateSessionRequest schema";
|
|
588
|
-
readonly properties: {
|
|
589
|
-
readonly config: {
|
|
590
|
-
readonly additionalProperties: {};
|
|
576
|
+
readonly rows: {
|
|
577
|
+
readonly maximum: 65535;
|
|
578
|
+
readonly minimum: 0;
|
|
591
579
|
readonly nullable: true;
|
|
592
|
-
readonly type: "
|
|
580
|
+
readonly type: "integer";
|
|
593
581
|
};
|
|
594
|
-
readonly
|
|
582
|
+
readonly shell: {
|
|
595
583
|
readonly nullable: true;
|
|
596
584
|
readonly type: "string";
|
|
597
585
|
};
|
|
598
586
|
};
|
|
587
|
+
readonly required: readonly ["cwd"];
|
|
599
588
|
readonly type: "object";
|
|
600
589
|
};
|
|
601
590
|
export declare const ExportPAccountsResponseSchema: {
|
|
@@ -804,6 +793,36 @@ export declare const HTTPErrorSchema: {
|
|
|
804
793
|
};
|
|
805
794
|
readonly type: "object";
|
|
806
795
|
};
|
|
796
|
+
export declare const HealthResponseSchema: {
|
|
797
|
+
readonly description: "HealthResponse schema";
|
|
798
|
+
readonly properties: {
|
|
799
|
+
readonly activeSessions: {
|
|
800
|
+
readonly type: "integer";
|
|
801
|
+
};
|
|
802
|
+
readonly lastCleanup: {
|
|
803
|
+
readonly format: "date-time";
|
|
804
|
+
readonly type: "string";
|
|
805
|
+
};
|
|
806
|
+
readonly memoryUsage: {
|
|
807
|
+
readonly format: "int64";
|
|
808
|
+
readonly type: "integer";
|
|
809
|
+
};
|
|
810
|
+
readonly status: {
|
|
811
|
+
readonly type: "string";
|
|
812
|
+
};
|
|
813
|
+
readonly totalSessions: {
|
|
814
|
+
readonly type: "integer";
|
|
815
|
+
};
|
|
816
|
+
readonly uptime: {
|
|
817
|
+
readonly format: "int64";
|
|
818
|
+
readonly type: "integer";
|
|
819
|
+
};
|
|
820
|
+
readonly version: {
|
|
821
|
+
readonly type: "string";
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
readonly type: "object";
|
|
825
|
+
};
|
|
807
826
|
export declare const ImportPAccountsRequestSchema: {
|
|
808
827
|
readonly description: "ImportPAccountsRequest schema";
|
|
809
828
|
readonly properties: {
|
|
@@ -1162,65 +1181,42 @@ export declare const ListMessagesResponseSchema: {
|
|
|
1162
1181
|
readonly required: readonly ["data", "total", "page", "limit"];
|
|
1163
1182
|
readonly type: "object";
|
|
1164
1183
|
};
|
|
1165
|
-
export declare const
|
|
1166
|
-
readonly description: "
|
|
1184
|
+
export declare const ListSessionsResponseSchema: {
|
|
1185
|
+
readonly description: "ListSessionsResponse schema";
|
|
1167
1186
|
readonly properties: {
|
|
1168
|
-
readonly
|
|
1169
|
-
readonly properties: {
|
|
1170
|
-
readonly limit: {
|
|
1171
|
-
readonly type: "integer";
|
|
1172
|
-
};
|
|
1173
|
-
readonly page: {
|
|
1174
|
-
readonly type: "integer";
|
|
1175
|
-
};
|
|
1176
|
-
readonly total_count: {
|
|
1177
|
-
readonly format: "int64";
|
|
1178
|
-
readonly type: "integer";
|
|
1179
|
-
};
|
|
1180
|
-
readonly total_pages: {
|
|
1181
|
-
readonly type: "integer";
|
|
1182
|
-
};
|
|
1183
|
-
};
|
|
1184
|
-
readonly type: "object";
|
|
1185
|
-
};
|
|
1186
|
-
readonly services: {
|
|
1187
|
+
readonly data: {
|
|
1187
1188
|
readonly items: {
|
|
1188
1189
|
readonly properties: {
|
|
1189
|
-
readonly
|
|
1190
|
-
readonly additionalProperties: {};
|
|
1191
|
-
readonly type: "object";
|
|
1192
|
-
};
|
|
1193
|
-
readonly created_at: {
|
|
1194
|
-
readonly format: "date-time";
|
|
1190
|
+
readonly createdAt: {
|
|
1195
1191
|
readonly type: "string";
|
|
1196
1192
|
};
|
|
1197
|
-
readonly
|
|
1193
|
+
readonly id: {
|
|
1198
1194
|
readonly type: "string";
|
|
1199
1195
|
};
|
|
1200
|
-
readonly
|
|
1201
|
-
readonly type: "
|
|
1196
|
+
readonly isActive: {
|
|
1197
|
+
readonly type: "boolean";
|
|
1202
1198
|
};
|
|
1203
|
-
readonly
|
|
1199
|
+
readonly lastMessageAt: {
|
|
1200
|
+
readonly description: "string schema";
|
|
1204
1201
|
readonly type: "string";
|
|
1205
1202
|
};
|
|
1206
|
-
readonly
|
|
1207
|
-
readonly type: "
|
|
1203
|
+
readonly messageCount: {
|
|
1204
|
+
readonly type: "integer";
|
|
1208
1205
|
};
|
|
1209
|
-
readonly
|
|
1206
|
+
readonly selfId: {
|
|
1210
1207
|
readonly type: "string";
|
|
1211
1208
|
};
|
|
1212
|
-
readonly
|
|
1213
|
-
readonly
|
|
1214
|
-
readonly type: "object";
|
|
1209
|
+
readonly sessionId: {
|
|
1210
|
+
readonly type: "string";
|
|
1215
1211
|
};
|
|
1216
|
-
readonly
|
|
1212
|
+
readonly sessionName: {
|
|
1213
|
+
readonly description: "string schema";
|
|
1217
1214
|
readonly type: "string";
|
|
1218
1215
|
};
|
|
1219
|
-
readonly
|
|
1216
|
+
readonly sessionType: {
|
|
1220
1217
|
readonly type: "string";
|
|
1221
1218
|
};
|
|
1222
|
-
readonly
|
|
1223
|
-
readonly format: "date-time";
|
|
1219
|
+
readonly updatedAt: {
|
|
1224
1220
|
readonly type: "string";
|
|
1225
1221
|
};
|
|
1226
1222
|
};
|
|
@@ -1228,47 +1224,55 @@ export declare const ListSbServicesResponseSchema: {
|
|
|
1228
1224
|
};
|
|
1229
1225
|
readonly type: "array";
|
|
1230
1226
|
};
|
|
1227
|
+
readonly limit: {
|
|
1228
|
+
readonly type: "integer";
|
|
1229
|
+
};
|
|
1230
|
+
readonly page: {
|
|
1231
|
+
readonly type: "integer";
|
|
1232
|
+
};
|
|
1233
|
+
readonly total: {
|
|
1234
|
+
readonly type: "integer";
|
|
1235
|
+
};
|
|
1231
1236
|
};
|
|
1232
1237
|
readonly type: "object";
|
|
1233
1238
|
};
|
|
1234
|
-
export declare const
|
|
1235
|
-
readonly description: "
|
|
1239
|
+
export declare const ListTerminalsResponseSchema: {
|
|
1240
|
+
readonly description: "ListTerminalsResponse schema";
|
|
1236
1241
|
readonly properties: {
|
|
1237
|
-
readonly
|
|
1242
|
+
readonly terminals: {
|
|
1238
1243
|
readonly items: {
|
|
1239
1244
|
readonly properties: {
|
|
1240
|
-
readonly
|
|
1241
|
-
readonly
|
|
1245
|
+
readonly cols: {
|
|
1246
|
+
readonly maximum: 65535;
|
|
1247
|
+
readonly minimum: 0;
|
|
1248
|
+
readonly type: "integer";
|
|
1242
1249
|
};
|
|
1243
|
-
readonly
|
|
1250
|
+
readonly created: {
|
|
1251
|
+
readonly format: "date-time";
|
|
1244
1252
|
readonly type: "string";
|
|
1245
1253
|
};
|
|
1246
|
-
readonly
|
|
1247
|
-
readonly type: "boolean";
|
|
1248
|
-
};
|
|
1249
|
-
readonly lastMessageAt: {
|
|
1250
|
-
readonly description: "string schema";
|
|
1251
|
-
readonly nullable: true;
|
|
1254
|
+
readonly cwd: {
|
|
1252
1255
|
readonly type: "string";
|
|
1253
1256
|
};
|
|
1254
|
-
readonly
|
|
1255
|
-
readonly type: "integer";
|
|
1256
|
-
};
|
|
1257
|
-
readonly selfId: {
|
|
1257
|
+
readonly id: {
|
|
1258
1258
|
readonly type: "string";
|
|
1259
1259
|
};
|
|
1260
|
-
readonly
|
|
1260
|
+
readonly lastActivity: {
|
|
1261
|
+
readonly format: "date-time";
|
|
1261
1262
|
readonly type: "string";
|
|
1262
1263
|
};
|
|
1263
|
-
readonly
|
|
1264
|
-
readonly
|
|
1265
|
-
readonly nullable: true;
|
|
1266
|
-
readonly type: "string";
|
|
1264
|
+
readonly pid: {
|
|
1265
|
+
readonly type: "integer";
|
|
1267
1266
|
};
|
|
1268
|
-
readonly
|
|
1267
|
+
readonly rows: {
|
|
1268
|
+
readonly maximum: 65535;
|
|
1269
|
+
readonly minimum: 0;
|
|
1270
|
+
readonly type: "integer";
|
|
1271
|
+
};
|
|
1272
|
+
readonly shell: {
|
|
1269
1273
|
readonly type: "string";
|
|
1270
1274
|
};
|
|
1271
|
-
readonly
|
|
1275
|
+
readonly status: {
|
|
1272
1276
|
readonly type: "string";
|
|
1273
1277
|
};
|
|
1274
1278
|
};
|
|
@@ -1276,12 +1280,6 @@ export declare const ListSessionsResponseSchema: {
|
|
|
1276
1280
|
};
|
|
1277
1281
|
readonly type: "array";
|
|
1278
1282
|
};
|
|
1279
|
-
readonly limit: {
|
|
1280
|
-
readonly type: "integer";
|
|
1281
|
-
};
|
|
1282
|
-
readonly page: {
|
|
1283
|
-
readonly type: "integer";
|
|
1284
|
-
};
|
|
1285
1283
|
readonly total: {
|
|
1286
1284
|
readonly type: "integer";
|
|
1287
1285
|
};
|
|
@@ -1473,6 +1471,53 @@ export declare const OperationSuccessSchema: {
|
|
|
1473
1471
|
};
|
|
1474
1472
|
readonly type: "object";
|
|
1475
1473
|
};
|
|
1474
|
+
export declare const OutputResultSchema: {
|
|
1475
|
+
readonly description: "OutputResult schema";
|
|
1476
|
+
readonly properties: {
|
|
1477
|
+
readonly hasMore: {
|
|
1478
|
+
readonly type: "boolean";
|
|
1479
|
+
};
|
|
1480
|
+
readonly nextReadFrom: {
|
|
1481
|
+
readonly type: "integer";
|
|
1482
|
+
};
|
|
1483
|
+
readonly output: {
|
|
1484
|
+
readonly type: "string";
|
|
1485
|
+
};
|
|
1486
|
+
readonly stats: {
|
|
1487
|
+
readonly properties: {
|
|
1488
|
+
readonly bufferSize: {
|
|
1489
|
+
readonly type: "integer";
|
|
1490
|
+
};
|
|
1491
|
+
readonly estimatedTokens: {
|
|
1492
|
+
readonly type: "integer";
|
|
1493
|
+
};
|
|
1494
|
+
readonly linesOmitted: {
|
|
1495
|
+
readonly type: "integer";
|
|
1496
|
+
};
|
|
1497
|
+
readonly linesShown: {
|
|
1498
|
+
readonly type: "integer";
|
|
1499
|
+
};
|
|
1500
|
+
readonly newestIndex: {
|
|
1501
|
+
readonly type: "integer";
|
|
1502
|
+
};
|
|
1503
|
+
readonly oldestIndex: {
|
|
1504
|
+
readonly type: "integer";
|
|
1505
|
+
};
|
|
1506
|
+
readonly totalBytes: {
|
|
1507
|
+
readonly type: "integer";
|
|
1508
|
+
};
|
|
1509
|
+
};
|
|
1510
|
+
readonly type: "object";
|
|
1511
|
+
};
|
|
1512
|
+
readonly totalLines: {
|
|
1513
|
+
readonly type: "integer";
|
|
1514
|
+
};
|
|
1515
|
+
readonly truncated: {
|
|
1516
|
+
readonly type: "boolean";
|
|
1517
|
+
};
|
|
1518
|
+
};
|
|
1519
|
+
readonly type: "object";
|
|
1520
|
+
};
|
|
1476
1521
|
export declare const PAccountListDataSchema: {
|
|
1477
1522
|
readonly description: "PAccountListData schema";
|
|
1478
1523
|
readonly properties: {
|
|
@@ -1996,49 +2041,6 @@ export declare const RunChatbotResponseSchema: {
|
|
|
1996
2041
|
};
|
|
1997
2042
|
readonly type: "object";
|
|
1998
2043
|
};
|
|
1999
|
-
export declare const SbServiceResponseSchema: {
|
|
2000
|
-
readonly description: "SbServiceResponse schema";
|
|
2001
|
-
readonly properties: {
|
|
2002
|
-
readonly config: {
|
|
2003
|
-
readonly additionalProperties: {};
|
|
2004
|
-
readonly type: "object";
|
|
2005
|
-
};
|
|
2006
|
-
readonly created_at: {
|
|
2007
|
-
readonly format: "date-time";
|
|
2008
|
-
readonly type: "string";
|
|
2009
|
-
};
|
|
2010
|
-
readonly deploy_type: {
|
|
2011
|
-
readonly type: "string";
|
|
2012
|
-
};
|
|
2013
|
-
readonly description: {
|
|
2014
|
-
readonly type: "string";
|
|
2015
|
-
};
|
|
2016
|
-
readonly id: {
|
|
2017
|
-
readonly type: "string";
|
|
2018
|
-
};
|
|
2019
|
-
readonly name: {
|
|
2020
|
-
readonly type: "string";
|
|
2021
|
-
};
|
|
2022
|
-
readonly server_url: {
|
|
2023
|
-
readonly type: "string";
|
|
2024
|
-
};
|
|
2025
|
-
readonly state: {
|
|
2026
|
-
readonly additionalProperties: {};
|
|
2027
|
-
readonly type: "object";
|
|
2028
|
-
};
|
|
2029
|
-
readonly status: {
|
|
2030
|
-
readonly type: "string";
|
|
2031
|
-
};
|
|
2032
|
-
readonly tenant_id: {
|
|
2033
|
-
readonly type: "string";
|
|
2034
|
-
};
|
|
2035
|
-
readonly updated_at: {
|
|
2036
|
-
readonly format: "date-time";
|
|
2037
|
-
readonly type: "string";
|
|
2038
|
-
};
|
|
2039
|
-
};
|
|
2040
|
-
readonly type: "object";
|
|
2041
|
-
};
|
|
2042
2044
|
export declare const ScheduledWorkflowsListSchema: {
|
|
2043
2045
|
readonly description: "ScheduledWorkflowsList schema";
|
|
2044
2046
|
readonly properties: {
|
|
@@ -2123,7 +2125,6 @@ export declare const ScheduledWorkflowsListSchema: {
|
|
|
2123
2125
|
};
|
|
2124
2126
|
readonly workflowRunName: {
|
|
2125
2127
|
readonly description: "string schema";
|
|
2126
|
-
readonly nullable: true;
|
|
2127
2128
|
readonly type: "string";
|
|
2128
2129
|
};
|
|
2129
2130
|
readonly workflowRunStatus: {
|
|
@@ -2142,69 +2143,164 @@ export declare const ScheduledWorkflowsListSchema: {
|
|
|
2142
2143
|
};
|
|
2143
2144
|
readonly type: "object";
|
|
2144
2145
|
};
|
|
2145
|
-
export declare const
|
|
2146
|
-
readonly description: "
|
|
2146
|
+
export declare const SendInputRequestSchema: {
|
|
2147
|
+
readonly description: "SendInputRequest schema";
|
|
2147
2148
|
readonly properties: {
|
|
2148
|
-
readonly
|
|
2149
|
-
readonly
|
|
2150
|
-
readonly properties: {
|
|
2151
|
-
readonly category: {
|
|
2152
|
-
readonly type: "string";
|
|
2153
|
-
};
|
|
2154
|
-
readonly description: {
|
|
2155
|
-
readonly type: "string";
|
|
2156
|
-
};
|
|
2157
|
-
readonly id: {
|
|
2158
|
-
readonly type: "string";
|
|
2159
|
-
};
|
|
2160
|
-
readonly image: {
|
|
2161
|
-
readonly type: "string";
|
|
2162
|
-
};
|
|
2163
|
-
readonly name: {
|
|
2164
|
-
readonly type: "string";
|
|
2165
|
-
};
|
|
2166
|
-
};
|
|
2167
|
-
readonly type: "object";
|
|
2168
|
-
};
|
|
2169
|
-
readonly type: "array";
|
|
2149
|
+
readonly input: {
|
|
2150
|
+
readonly type: "string";
|
|
2170
2151
|
};
|
|
2171
2152
|
};
|
|
2153
|
+
readonly required: readonly ["input"];
|
|
2172
2154
|
readonly type: "object";
|
|
2173
2155
|
};
|
|
2174
|
-
export declare const
|
|
2175
|
-
readonly description: "
|
|
2156
|
+
export declare const StartNapcatRequestSchema: {
|
|
2157
|
+
readonly description: "StartNapcatRequest schema";
|
|
2176
2158
|
readonly properties: {
|
|
2177
|
-
readonly
|
|
2159
|
+
readonly config_dir: {
|
|
2160
|
+
readonly nullable: true;
|
|
2161
|
+
readonly type: "string";
|
|
2162
|
+
};
|
|
2163
|
+
readonly data_dir: {
|
|
2164
|
+
readonly nullable: true;
|
|
2178
2165
|
readonly type: "string";
|
|
2179
2166
|
};
|
|
2180
|
-
readonly
|
|
2167
|
+
readonly napcat_port: {
|
|
2168
|
+
readonly nullable: true;
|
|
2169
|
+
readonly type: "integer";
|
|
2170
|
+
};
|
|
2171
|
+
readonly qq_account: {
|
|
2172
|
+
readonly nullable: true;
|
|
2181
2173
|
readonly type: "string";
|
|
2182
2174
|
};
|
|
2175
|
+
readonly webui_port: {
|
|
2176
|
+
readonly nullable: true;
|
|
2177
|
+
readonly type: "integer";
|
|
2178
|
+
};
|
|
2183
2179
|
};
|
|
2184
2180
|
readonly type: "object";
|
|
2185
2181
|
};
|
|
2186
|
-
export declare const
|
|
2187
|
-
readonly description: "
|
|
2182
|
+
export declare const TerminalSessionSchema: {
|
|
2183
|
+
readonly description: "TerminalSession schema";
|
|
2188
2184
|
readonly properties: {
|
|
2189
|
-
readonly
|
|
2185
|
+
readonly cols: {
|
|
2186
|
+
readonly maximum: 65535;
|
|
2187
|
+
readonly minimum: 0;
|
|
2188
|
+
readonly type: "integer";
|
|
2189
|
+
};
|
|
2190
|
+
readonly created: {
|
|
2191
|
+
readonly format: "date-time";
|
|
2192
|
+
readonly type: "string";
|
|
2193
|
+
};
|
|
2194
|
+
readonly cwd: {
|
|
2190
2195
|
readonly type: "string";
|
|
2191
2196
|
};
|
|
2192
|
-
readonly
|
|
2197
|
+
readonly id: {
|
|
2198
|
+
readonly type: "string";
|
|
2199
|
+
};
|
|
2200
|
+
readonly lastActivity: {
|
|
2201
|
+
readonly format: "date-time";
|
|
2202
|
+
readonly type: "string";
|
|
2203
|
+
};
|
|
2204
|
+
readonly pid: {
|
|
2205
|
+
readonly type: "integer";
|
|
2206
|
+
};
|
|
2207
|
+
readonly rows: {
|
|
2208
|
+
readonly maximum: 65535;
|
|
2209
|
+
readonly minimum: 0;
|
|
2210
|
+
readonly type: "integer";
|
|
2211
|
+
};
|
|
2212
|
+
readonly shell: {
|
|
2213
|
+
readonly type: "string";
|
|
2214
|
+
};
|
|
2215
|
+
readonly status: {
|
|
2193
2216
|
readonly type: "string";
|
|
2194
2217
|
};
|
|
2195
2218
|
};
|
|
2196
|
-
readonly required: readonly ["sandbox_type", "sandboxId"];
|
|
2197
2219
|
readonly type: "object";
|
|
2198
2220
|
};
|
|
2199
|
-
export declare const
|
|
2200
|
-
readonly description: "
|
|
2221
|
+
export declare const TerminalStatsSchema: {
|
|
2222
|
+
readonly description: "TerminalStats schema";
|
|
2201
2223
|
readonly properties: {
|
|
2202
|
-
readonly
|
|
2203
|
-
readonly
|
|
2204
|
-
|
|
2224
|
+
readonly bufferStatus: {
|
|
2225
|
+
readonly properties: {
|
|
2226
|
+
readonly chunkCount: {
|
|
2227
|
+
readonly type: "integer";
|
|
2228
|
+
};
|
|
2229
|
+
readonly currentSize: {
|
|
2230
|
+
readonly type: "integer";
|
|
2231
|
+
};
|
|
2232
|
+
readonly maxChunks: {
|
|
2233
|
+
readonly type: "integer";
|
|
2234
|
+
};
|
|
2235
|
+
readonly maxTotalSize: {
|
|
2236
|
+
readonly type: "integer";
|
|
2237
|
+
};
|
|
2238
|
+
};
|
|
2239
|
+
readonly type: "object";
|
|
2205
2240
|
};
|
|
2206
|
-
readonly
|
|
2207
|
-
readonly
|
|
2241
|
+
readonly outputStats: {
|
|
2242
|
+
readonly properties: {
|
|
2243
|
+
readonly bufferSize: {
|
|
2244
|
+
readonly type: "integer";
|
|
2245
|
+
};
|
|
2246
|
+
readonly estimatedTokens: {
|
|
2247
|
+
readonly type: "integer";
|
|
2248
|
+
};
|
|
2249
|
+
readonly linesOmitted: {
|
|
2250
|
+
readonly type: "integer";
|
|
2251
|
+
};
|
|
2252
|
+
readonly linesShown: {
|
|
2253
|
+
readonly type: "integer";
|
|
2254
|
+
};
|
|
2255
|
+
readonly newestIndex: {
|
|
2256
|
+
readonly type: "integer";
|
|
2257
|
+
};
|
|
2258
|
+
readonly oldestIndex: {
|
|
2259
|
+
readonly type: "integer";
|
|
2260
|
+
};
|
|
2261
|
+
readonly totalBytes: {
|
|
2262
|
+
readonly type: "integer";
|
|
2263
|
+
};
|
|
2264
|
+
};
|
|
2265
|
+
readonly type: "object";
|
|
2266
|
+
};
|
|
2267
|
+
readonly session: {
|
|
2268
|
+
readonly properties: {
|
|
2269
|
+
readonly cols: {
|
|
2270
|
+
readonly maximum: 65535;
|
|
2271
|
+
readonly minimum: 0;
|
|
2272
|
+
readonly type: "integer";
|
|
2273
|
+
};
|
|
2274
|
+
readonly created: {
|
|
2275
|
+
readonly format: "date-time";
|
|
2276
|
+
readonly type: "string";
|
|
2277
|
+
};
|
|
2278
|
+
readonly cwd: {
|
|
2279
|
+
readonly type: "string";
|
|
2280
|
+
};
|
|
2281
|
+
readonly id: {
|
|
2282
|
+
readonly type: "string";
|
|
2283
|
+
};
|
|
2284
|
+
readonly lastActivity: {
|
|
2285
|
+
readonly format: "date-time";
|
|
2286
|
+
readonly type: "string";
|
|
2287
|
+
};
|
|
2288
|
+
readonly pid: {
|
|
2289
|
+
readonly type: "integer";
|
|
2290
|
+
};
|
|
2291
|
+
readonly rows: {
|
|
2292
|
+
readonly maximum: 65535;
|
|
2293
|
+
readonly minimum: 0;
|
|
2294
|
+
readonly type: "integer";
|
|
2295
|
+
};
|
|
2296
|
+
readonly shell: {
|
|
2297
|
+
readonly type: "string";
|
|
2298
|
+
};
|
|
2299
|
+
readonly status: {
|
|
2300
|
+
readonly type: "string";
|
|
2301
|
+
};
|
|
2302
|
+
};
|
|
2303
|
+
readonly type: "object";
|
|
2208
2304
|
};
|
|
2209
2305
|
};
|
|
2210
2306
|
readonly type: "object";
|
|
@@ -2362,7 +2458,6 @@ export declare const boolSchema: {
|
|
|
2362
2458
|
};
|
|
2363
2459
|
export declare const stringSchema: {
|
|
2364
2460
|
readonly description: "string schema";
|
|
2365
|
-
readonly nullable: true;
|
|
2366
2461
|
readonly type: "string";
|
|
2367
2462
|
};
|
|
2368
2463
|
export declare const unknown_interfaceSchema: {
|