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
|
@@ -49,6 +49,64 @@ export declare const AddSessionToEvalSetRequestSchema: {
|
|
|
49
49
|
readonly required: readonly ["evalId", "sessionId", "userId"];
|
|
50
50
|
readonly title: "AddSessionToEvalSetRequest";
|
|
51
51
|
};
|
|
52
|
+
export declare const AgentDetails_InputSchema: {
|
|
53
|
+
readonly properties: {
|
|
54
|
+
readonly name: {
|
|
55
|
+
readonly type: "string";
|
|
56
|
+
readonly title: "Name";
|
|
57
|
+
};
|
|
58
|
+
readonly instructions: {
|
|
59
|
+
readonly type: "string";
|
|
60
|
+
readonly title: "Instructions";
|
|
61
|
+
readonly default: "";
|
|
62
|
+
};
|
|
63
|
+
readonly toolDeclarations: {
|
|
64
|
+
readonly items: {
|
|
65
|
+
readonly anyOf: readonly [{
|
|
66
|
+
readonly $ref: "#/components/schemas/google__genai__types__Tool-Input";
|
|
67
|
+
}, {
|
|
68
|
+
readonly $ref: "#/components/schemas/mcp__types__Tool";
|
|
69
|
+
}];
|
|
70
|
+
};
|
|
71
|
+
readonly type: "array";
|
|
72
|
+
readonly title: "Tooldeclarations";
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
readonly additionalProperties: false;
|
|
76
|
+
readonly type: "object";
|
|
77
|
+
readonly required: readonly ["name"];
|
|
78
|
+
readonly title: "AgentDetails";
|
|
79
|
+
readonly description: "Details about the individual agent in the App.\n\nThis could be a root agent or the sub-agents in the Agent Tree.";
|
|
80
|
+
};
|
|
81
|
+
export declare const AgentDetails_OutputSchema: {
|
|
82
|
+
readonly properties: {
|
|
83
|
+
readonly name: {
|
|
84
|
+
readonly type: "string";
|
|
85
|
+
readonly title: "Name";
|
|
86
|
+
};
|
|
87
|
+
readonly instructions: {
|
|
88
|
+
readonly type: "string";
|
|
89
|
+
readonly title: "Instructions";
|
|
90
|
+
readonly default: "";
|
|
91
|
+
};
|
|
92
|
+
readonly toolDeclarations: {
|
|
93
|
+
readonly items: {
|
|
94
|
+
readonly anyOf: readonly [{
|
|
95
|
+
readonly $ref: "#/components/schemas/google__genai__types__Tool-Output";
|
|
96
|
+
}, {
|
|
97
|
+
readonly $ref: "#/components/schemas/mcp__types__Tool";
|
|
98
|
+
}];
|
|
99
|
+
};
|
|
100
|
+
readonly type: "array";
|
|
101
|
+
readonly title: "Tooldeclarations";
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
readonly additionalProperties: false;
|
|
105
|
+
readonly type: "object";
|
|
106
|
+
readonly required: readonly ["name"];
|
|
107
|
+
readonly title: "AgentDetails";
|
|
108
|
+
readonly description: "Details about the individual agent in the App.\n\nThis could be a root agent or the sub-agents in the Agent Tree.";
|
|
109
|
+
};
|
|
52
110
|
export declare const ApiKeyConfigSchema: {
|
|
53
111
|
readonly properties: {
|
|
54
112
|
readonly apiKeyString: {
|
|
@@ -66,6 +124,36 @@ export declare const ApiKeyConfigSchema: {
|
|
|
66
124
|
readonly title: "ApiKeyConfig";
|
|
67
125
|
readonly description: "Config for authentication with API key.";
|
|
68
126
|
};
|
|
127
|
+
export declare const AppDetails_InputSchema: {
|
|
128
|
+
readonly properties: {
|
|
129
|
+
readonly agentDetails: {
|
|
130
|
+
readonly additionalProperties: {
|
|
131
|
+
readonly $ref: "#/components/schemas/AgentDetails-Input";
|
|
132
|
+
};
|
|
133
|
+
readonly type: "object";
|
|
134
|
+
readonly title: "Agentdetails";
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
readonly additionalProperties: false;
|
|
138
|
+
readonly type: "object";
|
|
139
|
+
readonly title: "AppDetails";
|
|
140
|
+
readonly description: "Contains details about the App (the agentic system).\n\nThis structure is only a projection of the acutal app. Only details\nthat are relevant to the Eval System are captured here.";
|
|
141
|
+
};
|
|
142
|
+
export declare const AppDetails_OutputSchema: {
|
|
143
|
+
readonly properties: {
|
|
144
|
+
readonly agentDetails: {
|
|
145
|
+
readonly additionalProperties: {
|
|
146
|
+
readonly $ref: "#/components/schemas/AgentDetails-Output";
|
|
147
|
+
};
|
|
148
|
+
readonly type: "object";
|
|
149
|
+
readonly title: "Agentdetails";
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
readonly additionalProperties: false;
|
|
153
|
+
readonly type: "object";
|
|
154
|
+
readonly title: "AppDetails";
|
|
155
|
+
readonly description: "Contains details about the App (the agentic system).\n\nThis structure is only a projection of the acutal app. Only details\nthat are relevant to the Eval System are captured here.";
|
|
156
|
+
};
|
|
69
157
|
export declare const AuthConfigGoogleServiceAccountConfigSchema: {
|
|
70
158
|
readonly properties: {
|
|
71
159
|
readonly serviceAccount: {
|
|
@@ -369,6 +457,51 @@ export declare const Body_builder_buildSchema: {
|
|
|
369
457
|
readonly required: readonly ["files"];
|
|
370
458
|
readonly title: "Body_builder_build";
|
|
371
459
|
};
|
|
460
|
+
export declare const CacheMetadataSchema: {
|
|
461
|
+
readonly properties: {
|
|
462
|
+
readonly cache_name: {
|
|
463
|
+
readonly type: "string";
|
|
464
|
+
readonly title: "Cache Name";
|
|
465
|
+
readonly description: "Full resource name of the cached content";
|
|
466
|
+
};
|
|
467
|
+
readonly expire_time: {
|
|
468
|
+
readonly type: "number";
|
|
469
|
+
readonly title: "Expire Time";
|
|
470
|
+
readonly description: "Unix timestamp when cache expires";
|
|
471
|
+
};
|
|
472
|
+
readonly fingerprint: {
|
|
473
|
+
readonly type: "string";
|
|
474
|
+
readonly title: "Fingerprint";
|
|
475
|
+
readonly description: "Hash of agent configuration used to detect changes";
|
|
476
|
+
};
|
|
477
|
+
readonly invocations_used: {
|
|
478
|
+
readonly type: "integer";
|
|
479
|
+
readonly minimum: 0;
|
|
480
|
+
readonly title: "Invocations Used";
|
|
481
|
+
readonly description: "Number of invocations this cache has been used for";
|
|
482
|
+
};
|
|
483
|
+
readonly cached_contents_count: {
|
|
484
|
+
readonly type: "integer";
|
|
485
|
+
readonly minimum: 0;
|
|
486
|
+
readonly title: "Cached Contents Count";
|
|
487
|
+
readonly description: "Number of contents stored in this cache";
|
|
488
|
+
};
|
|
489
|
+
readonly created_at: {
|
|
490
|
+
readonly anyOf: readonly [{
|
|
491
|
+
readonly type: "number";
|
|
492
|
+
}, {
|
|
493
|
+
readonly type: "null";
|
|
494
|
+
}];
|
|
495
|
+
readonly title: "Created At";
|
|
496
|
+
readonly description: "Unix timestamp when cache was created (None if reused existing)";
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
readonly additionalProperties: false;
|
|
500
|
+
readonly type: "object";
|
|
501
|
+
readonly required: readonly ["cache_name", "expire_time", "fingerprint", "invocations_used", "cached_contents_count"];
|
|
502
|
+
readonly title: "CacheMetadata";
|
|
503
|
+
readonly description: "Metadata for context cache associated with LLM responses.\n\nThis class stores cache identification, usage tracking, and lifecycle\ninformation for a particular cache instance.\n\nToken counts (cached and total) are available in the LlmResponse.usage_metadata\nand should be accessed from there to avoid duplication.\n\nAttributes:\n cache_name: The full resource name of the cached content (e.g.,\n 'projects/123/locations/us-central1/cachedContents/456')\n expire_time: Unix timestamp when the cache expires\n fingerprint: Hash of agent configuration (instruction + tools + model)\n invocations_used: Number of invocations this cache has been used for\n cached_contents_count: Number of contents stored in this cache\n created_at: Unix timestamp when the cache was created";
|
|
504
|
+
};
|
|
372
505
|
export declare const ChatConfigSchema: {
|
|
373
506
|
readonly properties: {
|
|
374
507
|
readonly provider: {
|
|
@@ -621,21 +754,6 @@ export declare const CreateSessionRequestSchema: {
|
|
|
621
754
|
readonly type: "object";
|
|
622
755
|
readonly title: "CreateSessionRequest";
|
|
623
756
|
};
|
|
624
|
-
export declare const DemoPublicSchema: {
|
|
625
|
-
readonly properties: {
|
|
626
|
-
readonly message: {
|
|
627
|
-
readonly anyOf: readonly [{
|
|
628
|
-
readonly type: "string";
|
|
629
|
-
}, {
|
|
630
|
-
readonly type: "null";
|
|
631
|
-
}];
|
|
632
|
-
readonly title: "Message";
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
readonly type: "object";
|
|
636
|
-
readonly required: readonly ["message"];
|
|
637
|
-
readonly title: "DemoPublic";
|
|
638
|
-
};
|
|
639
757
|
export declare const DynamicRetrievalConfigSchema: {
|
|
640
758
|
readonly properties: {
|
|
641
759
|
readonly mode: {
|
|
@@ -711,6 +829,7 @@ export declare const EvalCase_InputSchema: {
|
|
|
711
829
|
readonly title: "Rubrics";
|
|
712
830
|
};
|
|
713
831
|
};
|
|
832
|
+
readonly additionalProperties: false;
|
|
714
833
|
readonly type: "object";
|
|
715
834
|
readonly required: readonly ["evalId", "conversation"];
|
|
716
835
|
readonly title: "EvalCase";
|
|
@@ -753,6 +872,7 @@ export declare const EvalCase_OutputSchema: {
|
|
|
753
872
|
readonly title: "Rubrics";
|
|
754
873
|
};
|
|
755
874
|
};
|
|
875
|
+
readonly additionalProperties: false;
|
|
756
876
|
readonly type: "object";
|
|
757
877
|
readonly required: readonly ["evalId", "conversation"];
|
|
758
878
|
readonly title: "EvalCase";
|
|
@@ -1269,6 +1389,28 @@ export declare const Event_InputSchema: {
|
|
|
1269
1389
|
readonly type: "null";
|
|
1270
1390
|
}];
|
|
1271
1391
|
};
|
|
1392
|
+
readonly avgLogprobs: {
|
|
1393
|
+
readonly anyOf: readonly [{
|
|
1394
|
+
readonly type: "number";
|
|
1395
|
+
}, {
|
|
1396
|
+
readonly type: "null";
|
|
1397
|
+
}];
|
|
1398
|
+
readonly title: "Avglogprobs";
|
|
1399
|
+
};
|
|
1400
|
+
readonly logprobsResult: {
|
|
1401
|
+
readonly anyOf: readonly [{
|
|
1402
|
+
readonly $ref: "#/components/schemas/LogprobsResult-Input";
|
|
1403
|
+
}, {
|
|
1404
|
+
readonly type: "null";
|
|
1405
|
+
}];
|
|
1406
|
+
};
|
|
1407
|
+
readonly cacheMetadata: {
|
|
1408
|
+
readonly anyOf: readonly [{
|
|
1409
|
+
readonly $ref: "#/components/schemas/CacheMetadata";
|
|
1410
|
+
}, {
|
|
1411
|
+
readonly type: "null";
|
|
1412
|
+
}];
|
|
1413
|
+
};
|
|
1272
1414
|
readonly invocationId: {
|
|
1273
1415
|
readonly type: "string";
|
|
1274
1416
|
readonly title: "Invocationid";
|
|
@@ -1417,6 +1559,28 @@ export declare const Event_OutputSchema: {
|
|
|
1417
1559
|
readonly type: "null";
|
|
1418
1560
|
}];
|
|
1419
1561
|
};
|
|
1562
|
+
readonly avgLogprobs: {
|
|
1563
|
+
readonly anyOf: readonly [{
|
|
1564
|
+
readonly type: "number";
|
|
1565
|
+
}, {
|
|
1566
|
+
readonly type: "null";
|
|
1567
|
+
}];
|
|
1568
|
+
readonly title: "Avglogprobs";
|
|
1569
|
+
};
|
|
1570
|
+
readonly logprobsResult: {
|
|
1571
|
+
readonly anyOf: readonly [{
|
|
1572
|
+
readonly $ref: "#/components/schemas/LogprobsResult-Output";
|
|
1573
|
+
}, {
|
|
1574
|
+
readonly type: "null";
|
|
1575
|
+
}];
|
|
1576
|
+
};
|
|
1577
|
+
readonly cacheMetadata: {
|
|
1578
|
+
readonly anyOf: readonly [{
|
|
1579
|
+
readonly $ref: "#/components/schemas/CacheMetadata";
|
|
1580
|
+
}, {
|
|
1581
|
+
readonly type: "null";
|
|
1582
|
+
}];
|
|
1583
|
+
};
|
|
1420
1584
|
readonly invocationId: {
|
|
1421
1585
|
readonly type: "string";
|
|
1422
1586
|
readonly title: "Invocationid";
|
|
@@ -1517,6 +1681,13 @@ export declare const EventActions_InputSchema: {
|
|
|
1517
1681
|
readonly type: "object";
|
|
1518
1682
|
readonly title: "Requestedtoolconfirmations";
|
|
1519
1683
|
};
|
|
1684
|
+
readonly compaction: {
|
|
1685
|
+
readonly anyOf: readonly [{
|
|
1686
|
+
readonly $ref: "#/components/schemas/EventCompaction-Input";
|
|
1687
|
+
}, {
|
|
1688
|
+
readonly type: "null";
|
|
1689
|
+
}];
|
|
1690
|
+
};
|
|
1520
1691
|
};
|
|
1521
1692
|
readonly additionalProperties: false;
|
|
1522
1693
|
readonly type: "object";
|
|
@@ -1575,12 +1746,59 @@ export declare const EventActions_OutputSchema: {
|
|
|
1575
1746
|
readonly type: "object";
|
|
1576
1747
|
readonly title: "Requestedtoolconfirmations";
|
|
1577
1748
|
};
|
|
1749
|
+
readonly compaction: {
|
|
1750
|
+
readonly anyOf: readonly [{
|
|
1751
|
+
readonly $ref: "#/components/schemas/EventCompaction-Output";
|
|
1752
|
+
}, {
|
|
1753
|
+
readonly type: "null";
|
|
1754
|
+
}];
|
|
1755
|
+
};
|
|
1578
1756
|
};
|
|
1579
1757
|
readonly additionalProperties: false;
|
|
1580
1758
|
readonly type: "object";
|
|
1581
1759
|
readonly title: "EventActions";
|
|
1582
1760
|
readonly description: "Represents the actions attached to an event.";
|
|
1583
1761
|
};
|
|
1762
|
+
export declare const EventCompaction_InputSchema: {
|
|
1763
|
+
readonly properties: {
|
|
1764
|
+
readonly startTimestamp: {
|
|
1765
|
+
readonly type: "number";
|
|
1766
|
+
readonly title: "Starttimestamp";
|
|
1767
|
+
};
|
|
1768
|
+
readonly endTimestamp: {
|
|
1769
|
+
readonly type: "number";
|
|
1770
|
+
readonly title: "Endtimestamp";
|
|
1771
|
+
};
|
|
1772
|
+
readonly compactedContent: {
|
|
1773
|
+
readonly $ref: "#/components/schemas/Content-Input";
|
|
1774
|
+
};
|
|
1775
|
+
};
|
|
1776
|
+
readonly additionalProperties: false;
|
|
1777
|
+
readonly type: "object";
|
|
1778
|
+
readonly required: readonly ["startTimestamp", "endTimestamp", "compactedContent"];
|
|
1779
|
+
readonly title: "EventCompaction";
|
|
1780
|
+
readonly description: "The compaction of the events.";
|
|
1781
|
+
};
|
|
1782
|
+
export declare const EventCompaction_OutputSchema: {
|
|
1783
|
+
readonly properties: {
|
|
1784
|
+
readonly startTimestamp: {
|
|
1785
|
+
readonly type: "number";
|
|
1786
|
+
readonly title: "Starttimestamp";
|
|
1787
|
+
};
|
|
1788
|
+
readonly endTimestamp: {
|
|
1789
|
+
readonly type: "number";
|
|
1790
|
+
readonly title: "Endtimestamp";
|
|
1791
|
+
};
|
|
1792
|
+
readonly compactedContent: {
|
|
1793
|
+
readonly $ref: "#/components/schemas/Content-Output";
|
|
1794
|
+
};
|
|
1795
|
+
};
|
|
1796
|
+
readonly additionalProperties: false;
|
|
1797
|
+
readonly type: "object";
|
|
1798
|
+
readonly required: readonly ["startTimestamp", "endTimestamp", "compactedContent"];
|
|
1799
|
+
readonly title: "EventCompaction";
|
|
1800
|
+
readonly description: "The compaction of the events.";
|
|
1801
|
+
};
|
|
1584
1802
|
export declare const ExecutableCodeSchema: {
|
|
1585
1803
|
readonly properties: {
|
|
1586
1804
|
readonly code: {
|
|
@@ -3765,6 +3983,7 @@ export declare const IntermediateData_InputSchema: {
|
|
|
3765
3983
|
readonly default: readonly [];
|
|
3766
3984
|
};
|
|
3767
3985
|
};
|
|
3986
|
+
readonly additionalProperties: false;
|
|
3768
3987
|
readonly type: "object";
|
|
3769
3988
|
readonly title: "IntermediateData";
|
|
3770
3989
|
readonly description: "Container for intermediate data that an agent would generate as it responds with a final answer.";
|
|
@@ -3806,6 +4025,7 @@ export declare const IntermediateData_OutputSchema: {
|
|
|
3806
4025
|
readonly default: readonly [];
|
|
3807
4026
|
};
|
|
3808
4027
|
};
|
|
4028
|
+
readonly additionalProperties: false;
|
|
3809
4029
|
readonly type: "object";
|
|
3810
4030
|
readonly title: "IntermediateData";
|
|
3811
4031
|
readonly description: "Container for intermediate data that an agent would generate as it responds with a final answer.";
|
|
@@ -3858,9 +4078,12 @@ export declare const Invocation_InputSchema: {
|
|
|
3858
4078
|
readonly intermediateData: {
|
|
3859
4079
|
readonly anyOf: readonly [{
|
|
3860
4080
|
readonly $ref: "#/components/schemas/IntermediateData-Input";
|
|
4081
|
+
}, {
|
|
4082
|
+
readonly $ref: "#/components/schemas/InvocationEvents-Input";
|
|
3861
4083
|
}, {
|
|
3862
4084
|
readonly type: "null";
|
|
3863
4085
|
}];
|
|
4086
|
+
readonly title: "Intermediatedata";
|
|
3864
4087
|
};
|
|
3865
4088
|
readonly creationTimestamp: {
|
|
3866
4089
|
readonly type: "number";
|
|
@@ -3878,7 +4101,15 @@ export declare const Invocation_InputSchema: {
|
|
|
3878
4101
|
}];
|
|
3879
4102
|
readonly title: "Rubrics";
|
|
3880
4103
|
};
|
|
4104
|
+
readonly appDetails: {
|
|
4105
|
+
readonly anyOf: readonly [{
|
|
4106
|
+
readonly $ref: "#/components/schemas/AppDetails-Input";
|
|
4107
|
+
}, {
|
|
4108
|
+
readonly type: "null";
|
|
4109
|
+
}];
|
|
4110
|
+
};
|
|
3881
4111
|
};
|
|
4112
|
+
readonly additionalProperties: false;
|
|
3882
4113
|
readonly type: "object";
|
|
3883
4114
|
readonly required: readonly ["userContent"];
|
|
3884
4115
|
readonly title: "Invocation";
|
|
@@ -3904,9 +4135,12 @@ export declare const Invocation_OutputSchema: {
|
|
|
3904
4135
|
readonly intermediateData: {
|
|
3905
4136
|
readonly anyOf: readonly [{
|
|
3906
4137
|
readonly $ref: "#/components/schemas/IntermediateData-Output";
|
|
4138
|
+
}, {
|
|
4139
|
+
readonly $ref: "#/components/schemas/InvocationEvents-Output";
|
|
3907
4140
|
}, {
|
|
3908
4141
|
readonly type: "null";
|
|
3909
4142
|
}];
|
|
4143
|
+
readonly title: "Intermediatedata";
|
|
3910
4144
|
};
|
|
3911
4145
|
readonly creationTimestamp: {
|
|
3912
4146
|
readonly type: "number";
|
|
@@ -3924,12 +4158,90 @@ export declare const Invocation_OutputSchema: {
|
|
|
3924
4158
|
}];
|
|
3925
4159
|
readonly title: "Rubrics";
|
|
3926
4160
|
};
|
|
4161
|
+
readonly appDetails: {
|
|
4162
|
+
readonly anyOf: readonly [{
|
|
4163
|
+
readonly $ref: "#/components/schemas/AppDetails-Output";
|
|
4164
|
+
}, {
|
|
4165
|
+
readonly type: "null";
|
|
4166
|
+
}];
|
|
4167
|
+
};
|
|
3927
4168
|
};
|
|
4169
|
+
readonly additionalProperties: false;
|
|
3928
4170
|
readonly type: "object";
|
|
3929
4171
|
readonly required: readonly ["userContent"];
|
|
3930
4172
|
readonly title: "Invocation";
|
|
3931
4173
|
readonly description: "Represents a single invocation.";
|
|
3932
4174
|
};
|
|
4175
|
+
export declare const InvocationEvent_InputSchema: {
|
|
4176
|
+
readonly properties: {
|
|
4177
|
+
readonly author: {
|
|
4178
|
+
readonly type: "string";
|
|
4179
|
+
readonly title: "Author";
|
|
4180
|
+
};
|
|
4181
|
+
readonly content: {
|
|
4182
|
+
readonly anyOf: readonly [{
|
|
4183
|
+
readonly $ref: "#/components/schemas/Content-Input";
|
|
4184
|
+
}, {
|
|
4185
|
+
readonly type: "null";
|
|
4186
|
+
}];
|
|
4187
|
+
};
|
|
4188
|
+
};
|
|
4189
|
+
readonly additionalProperties: false;
|
|
4190
|
+
readonly type: "object";
|
|
4191
|
+
readonly required: readonly ["author", "content"];
|
|
4192
|
+
readonly title: "InvocationEvent";
|
|
4193
|
+
readonly description: "An immutable record representing a specific point in the agent's invocation.\n\nIt captures agent's replies, requests to use tools (function calls), and tool\nresults.\n\nThis structure is a simple projection of the actual `Event` datamodel that\nis intended for the Eval System.";
|
|
4194
|
+
};
|
|
4195
|
+
export declare const InvocationEvent_OutputSchema: {
|
|
4196
|
+
readonly properties: {
|
|
4197
|
+
readonly author: {
|
|
4198
|
+
readonly type: "string";
|
|
4199
|
+
readonly title: "Author";
|
|
4200
|
+
};
|
|
4201
|
+
readonly content: {
|
|
4202
|
+
readonly anyOf: readonly [{
|
|
4203
|
+
readonly $ref: "#/components/schemas/Content-Output";
|
|
4204
|
+
}, {
|
|
4205
|
+
readonly type: "null";
|
|
4206
|
+
}];
|
|
4207
|
+
};
|
|
4208
|
+
};
|
|
4209
|
+
readonly additionalProperties: false;
|
|
4210
|
+
readonly type: "object";
|
|
4211
|
+
readonly required: readonly ["author", "content"];
|
|
4212
|
+
readonly title: "InvocationEvent";
|
|
4213
|
+
readonly description: "An immutable record representing a specific point in the agent's invocation.\n\nIt captures agent's replies, requests to use tools (function calls), and tool\nresults.\n\nThis structure is a simple projection of the actual `Event` datamodel that\nis intended for the Eval System.";
|
|
4214
|
+
};
|
|
4215
|
+
export declare const InvocationEvents_InputSchema: {
|
|
4216
|
+
readonly properties: {
|
|
4217
|
+
readonly invocationEvents: {
|
|
4218
|
+
readonly items: {
|
|
4219
|
+
readonly $ref: "#/components/schemas/InvocationEvent-Input";
|
|
4220
|
+
};
|
|
4221
|
+
readonly type: "array";
|
|
4222
|
+
readonly title: "Invocationevents";
|
|
4223
|
+
};
|
|
4224
|
+
};
|
|
4225
|
+
readonly additionalProperties: false;
|
|
4226
|
+
readonly type: "object";
|
|
4227
|
+
readonly title: "InvocationEvents";
|
|
4228
|
+
readonly description: "A container for events that occur during the course of an invocation.";
|
|
4229
|
+
};
|
|
4230
|
+
export declare const InvocationEvents_OutputSchema: {
|
|
4231
|
+
readonly properties: {
|
|
4232
|
+
readonly invocationEvents: {
|
|
4233
|
+
readonly items: {
|
|
4234
|
+
readonly $ref: "#/components/schemas/InvocationEvent-Output";
|
|
4235
|
+
};
|
|
4236
|
+
readonly type: "array";
|
|
4237
|
+
readonly title: "Invocationevents";
|
|
4238
|
+
};
|
|
4239
|
+
};
|
|
4240
|
+
readonly additionalProperties: false;
|
|
4241
|
+
readonly type: "object";
|
|
4242
|
+
readonly title: "InvocationEvents";
|
|
4243
|
+
readonly description: "A container for events that occur during the course of an invocation.";
|
|
4244
|
+
};
|
|
3933
4245
|
export declare const ItemSchema: {
|
|
3934
4246
|
readonly properties: {
|
|
3935
4247
|
readonly id: {
|
|
@@ -4130,6 +4442,125 @@ export declare const LiveServerSessionResumptionUpdateSchema: {
|
|
|
4130
4442
|
readonly title: "LiveServerSessionResumptionUpdate";
|
|
4131
4443
|
readonly description: "Update of the session resumption state.\n\nOnly sent if `session_resumption` was set in the connection config.";
|
|
4132
4444
|
};
|
|
4445
|
+
export declare const LogprobsResult_InputSchema: {
|
|
4446
|
+
readonly properties: {
|
|
4447
|
+
readonly chosenCandidates: {
|
|
4448
|
+
readonly anyOf: readonly [{
|
|
4449
|
+
readonly items: {
|
|
4450
|
+
readonly $ref: "#/components/schemas/LogprobsResultCandidate";
|
|
4451
|
+
};
|
|
4452
|
+
readonly type: "array";
|
|
4453
|
+
}, {
|
|
4454
|
+
readonly type: "null";
|
|
4455
|
+
}];
|
|
4456
|
+
readonly title: "Chosencandidates";
|
|
4457
|
+
readonly description: "Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.";
|
|
4458
|
+
};
|
|
4459
|
+
readonly topCandidates: {
|
|
4460
|
+
readonly anyOf: readonly [{
|
|
4461
|
+
readonly items: {
|
|
4462
|
+
readonly $ref: "#/components/schemas/LogprobsResultTopCandidates";
|
|
4463
|
+
};
|
|
4464
|
+
readonly type: "array";
|
|
4465
|
+
}, {
|
|
4466
|
+
readonly type: "null";
|
|
4467
|
+
}];
|
|
4468
|
+
readonly title: "Topcandidates";
|
|
4469
|
+
readonly description: "Length = total number of decoding steps.";
|
|
4470
|
+
};
|
|
4471
|
+
};
|
|
4472
|
+
readonly additionalProperties: false;
|
|
4473
|
+
readonly type: "object";
|
|
4474
|
+
readonly title: "LogprobsResult";
|
|
4475
|
+
readonly description: "Logprobs Result";
|
|
4476
|
+
};
|
|
4477
|
+
export declare const LogprobsResult_OutputSchema: {
|
|
4478
|
+
readonly properties: {
|
|
4479
|
+
readonly chosenCandidates: {
|
|
4480
|
+
readonly anyOf: readonly [{
|
|
4481
|
+
readonly items: {
|
|
4482
|
+
readonly $ref: "#/components/schemas/LogprobsResultCandidate";
|
|
4483
|
+
};
|
|
4484
|
+
readonly type: "array";
|
|
4485
|
+
}, {
|
|
4486
|
+
readonly type: "null";
|
|
4487
|
+
}];
|
|
4488
|
+
readonly title: "Chosencandidates";
|
|
4489
|
+
readonly description: "Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.";
|
|
4490
|
+
};
|
|
4491
|
+
readonly topCandidates: {
|
|
4492
|
+
readonly anyOf: readonly [{
|
|
4493
|
+
readonly items: {
|
|
4494
|
+
readonly $ref: "#/components/schemas/LogprobsResultTopCandidates";
|
|
4495
|
+
};
|
|
4496
|
+
readonly type: "array";
|
|
4497
|
+
}, {
|
|
4498
|
+
readonly type: "null";
|
|
4499
|
+
}];
|
|
4500
|
+
readonly title: "Topcandidates";
|
|
4501
|
+
readonly description: "Length = total number of decoding steps.";
|
|
4502
|
+
};
|
|
4503
|
+
};
|
|
4504
|
+
readonly additionalProperties: false;
|
|
4505
|
+
readonly type: "object";
|
|
4506
|
+
readonly title: "LogprobsResult";
|
|
4507
|
+
readonly description: "Logprobs Result";
|
|
4508
|
+
};
|
|
4509
|
+
export declare const LogprobsResultCandidateSchema: {
|
|
4510
|
+
readonly properties: {
|
|
4511
|
+
readonly logProbability: {
|
|
4512
|
+
readonly anyOf: readonly [{
|
|
4513
|
+
readonly type: "number";
|
|
4514
|
+
}, {
|
|
4515
|
+
readonly type: "null";
|
|
4516
|
+
}];
|
|
4517
|
+
readonly title: "Logprobability";
|
|
4518
|
+
readonly description: "The candidate's log probability.";
|
|
4519
|
+
};
|
|
4520
|
+
readonly token: {
|
|
4521
|
+
readonly anyOf: readonly [{
|
|
4522
|
+
readonly type: "string";
|
|
4523
|
+
}, {
|
|
4524
|
+
readonly type: "null";
|
|
4525
|
+
}];
|
|
4526
|
+
readonly title: "Token";
|
|
4527
|
+
readonly description: "The candidate's token string value.";
|
|
4528
|
+
};
|
|
4529
|
+
readonly tokenId: {
|
|
4530
|
+
readonly anyOf: readonly [{
|
|
4531
|
+
readonly type: "integer";
|
|
4532
|
+
}, {
|
|
4533
|
+
readonly type: "null";
|
|
4534
|
+
}];
|
|
4535
|
+
readonly title: "Tokenid";
|
|
4536
|
+
readonly description: "The candidate's token id value.";
|
|
4537
|
+
};
|
|
4538
|
+
};
|
|
4539
|
+
readonly additionalProperties: false;
|
|
4540
|
+
readonly type: "object";
|
|
4541
|
+
readonly title: "LogprobsResultCandidate";
|
|
4542
|
+
readonly description: "Candidate for the logprobs token and score.";
|
|
4543
|
+
};
|
|
4544
|
+
export declare const LogprobsResultTopCandidatesSchema: {
|
|
4545
|
+
readonly properties: {
|
|
4546
|
+
readonly candidates: {
|
|
4547
|
+
readonly anyOf: readonly [{
|
|
4548
|
+
readonly items: {
|
|
4549
|
+
readonly $ref: "#/components/schemas/LogprobsResultCandidate";
|
|
4550
|
+
};
|
|
4551
|
+
readonly type: "array";
|
|
4552
|
+
}, {
|
|
4553
|
+
readonly type: "null";
|
|
4554
|
+
}];
|
|
4555
|
+
readonly title: "Candidates";
|
|
4556
|
+
readonly description: "Sorted by log probability in descending order.";
|
|
4557
|
+
};
|
|
4558
|
+
};
|
|
4559
|
+
readonly additionalProperties: false;
|
|
4560
|
+
readonly type: "object";
|
|
4561
|
+
readonly title: "LogprobsResultTopCandidates";
|
|
4562
|
+
readonly description: "Candidates with top log probabilities at each decoding step.";
|
|
4563
|
+
};
|
|
4133
4564
|
export declare const MediaModalitySchema: {
|
|
4134
4565
|
readonly type: "string";
|
|
4135
4566
|
readonly enum: readonly ["MODALITY_UNSPECIFIED", "TEXT", "IMAGE", "VIDEO", "AUDIO", "DOCUMENT"];
|
|
@@ -6211,6 +6642,7 @@ export declare const SessionInputSchema: {
|
|
|
6211
6642
|
readonly title: "State";
|
|
6212
6643
|
};
|
|
6213
6644
|
};
|
|
6645
|
+
readonly additionalProperties: false;
|
|
6214
6646
|
readonly type: "object";
|
|
6215
6647
|
readonly required: readonly ["appName", "userId"];
|
|
6216
6648
|
readonly title: "SessionInput";
|
|
@@ -6570,81 +7002,6 @@ export declare const UrlContextSchema: {
|
|
|
6570
7002
|
readonly title: "UrlContext";
|
|
6571
7003
|
readonly description: "Tool to support URL context retrieval.";
|
|
6572
7004
|
};
|
|
6573
|
-
export declare const UserCreateSchema: {
|
|
6574
|
-
readonly properties: {
|
|
6575
|
-
readonly email: {
|
|
6576
|
-
readonly type: "string";
|
|
6577
|
-
readonly maxLength: 255;
|
|
6578
|
-
readonly format: "email";
|
|
6579
|
-
readonly title: "Email";
|
|
6580
|
-
};
|
|
6581
|
-
readonly is_active: {
|
|
6582
|
-
readonly type: "boolean";
|
|
6583
|
-
readonly title: "Is Active";
|
|
6584
|
-
readonly default: true;
|
|
6585
|
-
};
|
|
6586
|
-
readonly is_superuser: {
|
|
6587
|
-
readonly type: "boolean";
|
|
6588
|
-
readonly title: "Is Superuser";
|
|
6589
|
-
readonly default: false;
|
|
6590
|
-
};
|
|
6591
|
-
readonly full_name: {
|
|
6592
|
-
readonly anyOf: readonly [{
|
|
6593
|
-
readonly type: "string";
|
|
6594
|
-
readonly maxLength: 255;
|
|
6595
|
-
}, {
|
|
6596
|
-
readonly type: "null";
|
|
6597
|
-
}];
|
|
6598
|
-
readonly title: "Full Name";
|
|
6599
|
-
};
|
|
6600
|
-
readonly username: {
|
|
6601
|
-
readonly anyOf: readonly [{
|
|
6602
|
-
readonly type: "string";
|
|
6603
|
-
readonly maxLength: 255;
|
|
6604
|
-
}, {
|
|
6605
|
-
readonly type: "null";
|
|
6606
|
-
}];
|
|
6607
|
-
readonly title: "Username";
|
|
6608
|
-
};
|
|
6609
|
-
readonly identifier: {
|
|
6610
|
-
readonly anyOf: readonly [{
|
|
6611
|
-
readonly type: "string";
|
|
6612
|
-
readonly maxLength: 255;
|
|
6613
|
-
}, {
|
|
6614
|
-
readonly type: "null";
|
|
6615
|
-
}];
|
|
6616
|
-
readonly title: "Identifier";
|
|
6617
|
-
};
|
|
6618
|
-
readonly meta: {
|
|
6619
|
-
readonly anyOf: readonly [{
|
|
6620
|
-
readonly additionalProperties: true;
|
|
6621
|
-
readonly type: "object";
|
|
6622
|
-
}, {
|
|
6623
|
-
readonly type: "null";
|
|
6624
|
-
}];
|
|
6625
|
-
readonly title: "Meta";
|
|
6626
|
-
readonly default: {};
|
|
6627
|
-
};
|
|
6628
|
-
readonly organization_id: {
|
|
6629
|
-
readonly anyOf: readonly [{
|
|
6630
|
-
readonly type: "string";
|
|
6631
|
-
readonly maxLength: 255;
|
|
6632
|
-
}, {
|
|
6633
|
-
readonly type: "null";
|
|
6634
|
-
}];
|
|
6635
|
-
readonly title: "Organization Id";
|
|
6636
|
-
};
|
|
6637
|
-
readonly password: {
|
|
6638
|
-
readonly type: "string";
|
|
6639
|
-
readonly maxLength: 40;
|
|
6640
|
-
readonly minLength: 6;
|
|
6641
|
-
readonly title: "Password";
|
|
6642
|
-
};
|
|
6643
|
-
};
|
|
6644
|
-
readonly type: "object";
|
|
6645
|
-
readonly required: readonly ["email", "password"];
|
|
6646
|
-
readonly title: "UserCreate";
|
|
6647
|
-
};
|
|
6648
7005
|
export declare const ValidationErrorSchema: {
|
|
6649
7006
|
readonly properties: {
|
|
6650
7007
|
readonly loc: {
|