@arizeai/phoenix-client 5.9.0 → 6.0.0
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/esm/__generated__/api/v1.d.ts +190 -0
- package/dist/esm/__generated__/api/v1.d.ts.map +1 -1
- package/dist/esm/schemas/jsonLiteralSchema.d.ts +1 -1
- package/dist/esm/schemas/jsonLiteralSchema.d.ts.map +1 -1
- package/dist/esm/schemas/jsonLiteralSchema.js +1 -1
- package/dist/esm/schemas/jsonLiteralSchema.js.map +1 -1
- package/dist/esm/schemas/jsonSchema.d.ts +28 -126
- package/dist/esm/schemas/jsonSchema.d.ts.map +1 -1
- package/dist/esm/schemas/jsonSchema.js +5 -11
- package/dist/esm/schemas/jsonSchema.js.map +1 -1
- package/dist/esm/schemas/llm/anthropic/converters.d.ts +205 -1344
- package/dist/esm/schemas/llm/anthropic/converters.d.ts.map +1 -1
- package/dist/esm/schemas/llm/anthropic/messagePartSchemas.d.ts +45 -217
- package/dist/esm/schemas/llm/anthropic/messagePartSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/anthropic/messageSchemas.d.ts +87 -725
- package/dist/esm/schemas/llm/anthropic/messageSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/anthropic/messageSchemas.js +3 -13
- package/dist/esm/schemas/llm/anthropic/messageSchemas.js.map +1 -1
- package/dist/esm/schemas/llm/anthropic/toolCallSchemas.d.ts +4 -24
- package/dist/esm/schemas/llm/anthropic/toolCallSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/anthropic/toolChoiceSchemas.d.ts +4 -18
- package/dist/esm/schemas/llm/anthropic/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/anthropic/toolSchemas.d.ts +29 -169
- package/dist/esm/schemas/llm/anthropic/toolSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/constants.d.ts +836 -8952
- package/dist/esm/schemas/llm/constants.d.ts.map +1 -1
- package/dist/esm/schemas/llm/converters.d.ts +3564 -36028
- package/dist/esm/schemas/llm/converters.d.ts.map +1 -1
- package/dist/esm/schemas/llm/converters.js +8 -0
- package/dist/esm/schemas/llm/converters.js.map +1 -1
- package/dist/esm/schemas/llm/openai/converters.d.ts +559 -5065
- package/dist/esm/schemas/llm/openai/converters.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/messagePartSchemas.d.ts +7 -47
- package/dist/esm/schemas/llm/openai/messagePartSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/messageSchemas.d.ts +51 -665
- package/dist/esm/schemas/llm/openai/messageSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/messageSchemas.js +12 -24
- package/dist/esm/schemas/llm/openai/messageSchemas.js.map +1 -1
- package/dist/esm/schemas/llm/openai/responseFormatSchema.d.ts +30 -218
- package/dist/esm/schemas/llm/openai/responseFormatSchema.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/toolCallSchemas.d.ts +6 -54
- package/dist/esm/schemas/llm/openai/toolCallSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/toolCallSchemas.js +2 -3
- package/dist/esm/schemas/llm/openai/toolCallSchemas.js.map +1 -1
- package/dist/esm/schemas/llm/openai/toolChoiceSchemas.d.ts +3 -17
- package/dist/esm/schemas/llm/openai/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/toolSchemas.d.ts +33 -1254
- package/dist/esm/schemas/llm/openai/toolSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/openai/toolSchemas.js +3 -6
- package/dist/esm/schemas/llm/openai/toolSchemas.js.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/converters.d.ts +105 -696
- package/dist/esm/schemas/llm/phoenixPrompt/converters.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/messagePartSchemas.d.ts +13 -89
- package/dist/esm/schemas/llm/phoenixPrompt/messagePartSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/messagePartSchemas.js +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/messagePartSchemas.js.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/messageSchemas.d.ts +41 -165
- package/dist/esm/schemas/llm/phoenixPrompt/messageSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/responseFormatSchema.d.ts +2 -28
- package/dist/esm/schemas/llm/phoenixPrompt/responseFormatSchema.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/responseFormatSchema.js +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/responseFormatSchema.js.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/toolCallSchemas.d.ts +2 -26
- package/dist/esm/schemas/llm/phoenixPrompt/toolCallSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/toolChoiceSchemas.d.ts +5 -23
- package/dist/esm/schemas/llm/phoenixPrompt/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/toolSchemas.d.ts +2 -28
- package/dist/esm/schemas/llm/phoenixPrompt/toolSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/toolSchemas.js +1 -1
- package/dist/esm/schemas/llm/phoenixPrompt/toolSchemas.js.map +1 -1
- package/dist/esm/schemas/llm/schemas.d.ts +172 -2608
- package/dist/esm/schemas/llm/schemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/schemas.js +2 -2
- package/dist/esm/schemas/llm/schemas.js.map +1 -1
- package/dist/esm/schemas/llm/types.d.ts +8 -8
- package/dist/esm/schemas/llm/types.d.ts.map +1 -1
- package/dist/esm/schemas/llm/utils.d.ts +2 -2
- package/dist/esm/schemas/llm/utils.d.ts.map +1 -1
- package/dist/esm/schemas/llm/vercel/messagePartSchemas.d.ts +13 -105
- package/dist/esm/schemas/llm/vercel/messagePartSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/vercel/messageSchemas.d.ts +20 -137
- package/dist/esm/schemas/llm/vercel/messageSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/vercel/toolChoiceSchemas.d.ts +2 -8
- package/dist/esm/schemas/llm/vercel/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/esm/schemas/llm/vercel/toolSchemas.d.ts +2 -26
- package/dist/esm/schemas/llm/vercel/toolSchemas.d.ts.map +1 -1
- package/dist/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/esm/utils/formatPromptMessages.d.ts.map +1 -1
- package/dist/esm/utils/getPromptBySelector.d.ts.map +1 -1
- package/dist/esm/utils/schemaMatches.d.ts +1 -1
- package/dist/esm/utils/schemaMatches.d.ts.map +1 -1
- package/dist/src/__generated__/api/v1.d.ts +190 -0
- package/dist/src/__generated__/api/v1.d.ts.map +1 -1
- package/dist/src/schemas/jsonLiteralSchema.d.ts +1 -1
- package/dist/src/schemas/jsonLiteralSchema.d.ts.map +1 -1
- package/dist/src/schemas/jsonLiteralSchema.js +1 -1
- package/dist/src/schemas/jsonLiteralSchema.js.map +1 -1
- package/dist/src/schemas/jsonSchema.d.ts +28 -126
- package/dist/src/schemas/jsonSchema.d.ts.map +1 -1
- package/dist/src/schemas/jsonSchema.js +5 -11
- package/dist/src/schemas/jsonSchema.js.map +1 -1
- package/dist/src/schemas/llm/anthropic/converters.d.ts +205 -1344
- package/dist/src/schemas/llm/anthropic/converters.d.ts.map +1 -1
- package/dist/src/schemas/llm/anthropic/messagePartSchemas.d.ts +45 -217
- package/dist/src/schemas/llm/anthropic/messagePartSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/anthropic/messageSchemas.d.ts +87 -725
- package/dist/src/schemas/llm/anthropic/messageSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/anthropic/messageSchemas.js +3 -13
- package/dist/src/schemas/llm/anthropic/messageSchemas.js.map +1 -1
- package/dist/src/schemas/llm/anthropic/toolCallSchemas.d.ts +4 -24
- package/dist/src/schemas/llm/anthropic/toolCallSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/anthropic/toolChoiceSchemas.d.ts +4 -18
- package/dist/src/schemas/llm/anthropic/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/anthropic/toolSchemas.d.ts +29 -169
- package/dist/src/schemas/llm/anthropic/toolSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/constants.d.ts +836 -8952
- package/dist/src/schemas/llm/constants.d.ts.map +1 -1
- package/dist/src/schemas/llm/converters.d.ts +3564 -36028
- package/dist/src/schemas/llm/converters.d.ts.map +1 -1
- package/dist/src/schemas/llm/converters.js +8 -0
- package/dist/src/schemas/llm/converters.js.map +1 -1
- package/dist/src/schemas/llm/openai/converters.d.ts +559 -5065
- package/dist/src/schemas/llm/openai/converters.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/messagePartSchemas.d.ts +7 -47
- package/dist/src/schemas/llm/openai/messagePartSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/messageSchemas.d.ts +51 -665
- package/dist/src/schemas/llm/openai/messageSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/messageSchemas.js +12 -24
- package/dist/src/schemas/llm/openai/messageSchemas.js.map +1 -1
- package/dist/src/schemas/llm/openai/responseFormatSchema.d.ts +30 -218
- package/dist/src/schemas/llm/openai/responseFormatSchema.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/toolCallSchemas.d.ts +6 -54
- package/dist/src/schemas/llm/openai/toolCallSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/toolCallSchemas.js +2 -3
- package/dist/src/schemas/llm/openai/toolCallSchemas.js.map +1 -1
- package/dist/src/schemas/llm/openai/toolChoiceSchemas.d.ts +3 -17
- package/dist/src/schemas/llm/openai/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/toolSchemas.d.ts +33 -1254
- package/dist/src/schemas/llm/openai/toolSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/openai/toolSchemas.js +3 -6
- package/dist/src/schemas/llm/openai/toolSchemas.js.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/converters.d.ts +105 -696
- package/dist/src/schemas/llm/phoenixPrompt/converters.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/messagePartSchemas.d.ts +13 -89
- package/dist/src/schemas/llm/phoenixPrompt/messagePartSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/messagePartSchemas.js +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/messagePartSchemas.js.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/messageSchemas.d.ts +41 -165
- package/dist/src/schemas/llm/phoenixPrompt/messageSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/responseFormatSchema.d.ts +2 -28
- package/dist/src/schemas/llm/phoenixPrompt/responseFormatSchema.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/responseFormatSchema.js +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/responseFormatSchema.js.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/toolCallSchemas.d.ts +2 -26
- package/dist/src/schemas/llm/phoenixPrompt/toolCallSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/toolChoiceSchemas.d.ts +5 -23
- package/dist/src/schemas/llm/phoenixPrompt/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/toolSchemas.d.ts +2 -28
- package/dist/src/schemas/llm/phoenixPrompt/toolSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/toolSchemas.js +1 -1
- package/dist/src/schemas/llm/phoenixPrompt/toolSchemas.js.map +1 -1
- package/dist/src/schemas/llm/schemas.d.ts +172 -2608
- package/dist/src/schemas/llm/schemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/schemas.js +2 -2
- package/dist/src/schemas/llm/schemas.js.map +1 -1
- package/dist/src/schemas/llm/types.d.ts +8 -8
- package/dist/src/schemas/llm/types.d.ts.map +1 -1
- package/dist/src/schemas/llm/utils.d.ts +2 -2
- package/dist/src/schemas/llm/utils.d.ts.map +1 -1
- package/dist/src/schemas/llm/vercel/messagePartSchemas.d.ts +13 -105
- package/dist/src/schemas/llm/vercel/messagePartSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/vercel/messageSchemas.d.ts +20 -137
- package/dist/src/schemas/llm/vercel/messageSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/vercel/toolChoiceSchemas.d.ts +2 -8
- package/dist/src/schemas/llm/vercel/toolChoiceSchemas.d.ts.map +1 -1
- package/dist/src/schemas/llm/vercel/toolSchemas.d.ts +2 -26
- package/dist/src/schemas/llm/vercel/toolSchemas.d.ts.map +1 -1
- package/dist/src/utils/formatPromptMessages.d.ts.map +1 -1
- package/dist/src/utils/getPromptBySelector.d.ts.map +1 -1
- package/dist/src/utils/schemaMatches.d.ts +1 -1
- package/dist/src/utils/schemaMatches.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -5
- package/src/__generated__/api/v1.ts +190 -0
- package/src/schemas/jsonLiteralSchema.ts +1 -1
- package/src/schemas/jsonSchema.ts +18 -25
- package/src/schemas/llm/anthropic/messageSchemas.ts +6 -15
- package/src/schemas/llm/converters.ts +40 -16
- package/src/schemas/llm/openai/messageSchemas.ts +35 -47
- package/src/schemas/llm/openai/toolCallSchemas.ts +2 -3
- package/src/schemas/llm/openai/toolSchemas.ts +22 -25
- package/src/schemas/llm/phoenixPrompt/messagePartSchemas.ts +1 -1
- package/src/schemas/llm/phoenixPrompt/responseFormatSchema.ts +1 -1
- package/src/schemas/llm/phoenixPrompt/toolSchemas.ts +1 -1
- package/src/schemas/llm/schemas.ts +2 -2
- package/src/schemas/llm/types.ts +13 -13
- package/src/schemas/llm/utils.ts +7 -7
- package/src/utils/schemaMatches.ts +1 -1
|
@@ -775,6 +775,40 @@ export interface paths {
|
|
|
775
775
|
patch?: never;
|
|
776
776
|
trace?: never;
|
|
777
777
|
};
|
|
778
|
+
"/v1/sessions/{session_identifier}": {
|
|
779
|
+
parameters: {
|
|
780
|
+
query?: never;
|
|
781
|
+
header?: never;
|
|
782
|
+
path?: never;
|
|
783
|
+
cookie?: never;
|
|
784
|
+
};
|
|
785
|
+
/** Get session by ID or session_id */
|
|
786
|
+
get: operations["getSession"];
|
|
787
|
+
put?: never;
|
|
788
|
+
post?: never;
|
|
789
|
+
delete?: never;
|
|
790
|
+
options?: never;
|
|
791
|
+
head?: never;
|
|
792
|
+
patch?: never;
|
|
793
|
+
trace?: never;
|
|
794
|
+
};
|
|
795
|
+
"/v1/projects/{project_identifier}/sessions": {
|
|
796
|
+
parameters: {
|
|
797
|
+
query?: never;
|
|
798
|
+
header?: never;
|
|
799
|
+
path?: never;
|
|
800
|
+
cookie?: never;
|
|
801
|
+
};
|
|
802
|
+
/** List sessions for a project */
|
|
803
|
+
get: operations["listProjectSessions"];
|
|
804
|
+
put?: never;
|
|
805
|
+
post?: never;
|
|
806
|
+
delete?: never;
|
|
807
|
+
options?: never;
|
|
808
|
+
head?: never;
|
|
809
|
+
patch?: never;
|
|
810
|
+
trace?: never;
|
|
811
|
+
};
|
|
778
812
|
"/v1/session_annotations": {
|
|
779
813
|
parameters: {
|
|
780
814
|
query?: never;
|
|
@@ -1480,6 +1514,17 @@ export interface components {
|
|
|
1480
1514
|
/** Next Cursor */
|
|
1481
1515
|
next_cursor: string | null;
|
|
1482
1516
|
};
|
|
1517
|
+
/** GetSessionResponseBody */
|
|
1518
|
+
GetSessionResponseBody: {
|
|
1519
|
+
data: components["schemas"]["SessionData"];
|
|
1520
|
+
};
|
|
1521
|
+
/** GetSessionsResponseBody */
|
|
1522
|
+
GetSessionsResponseBody: {
|
|
1523
|
+
/** Data */
|
|
1524
|
+
data: components["schemas"]["SessionData"][];
|
|
1525
|
+
/** Next Cursor */
|
|
1526
|
+
next_cursor: string | null;
|
|
1527
|
+
};
|
|
1483
1528
|
/** GetUsersResponseBody */
|
|
1484
1529
|
GetUsersResponseBody: {
|
|
1485
1530
|
/** Data */
|
|
@@ -2514,6 +2559,44 @@ export interface components {
|
|
|
2514
2559
|
/** Next Cursor */
|
|
2515
2560
|
next_cursor: string | null;
|
|
2516
2561
|
};
|
|
2562
|
+
/** SessionData */
|
|
2563
|
+
SessionData: {
|
|
2564
|
+
/** Id */
|
|
2565
|
+
id: string;
|
|
2566
|
+
/** Session Id */
|
|
2567
|
+
session_id: string;
|
|
2568
|
+
/** Project Id */
|
|
2569
|
+
project_id: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* Start Time
|
|
2572
|
+
* Format: date-time
|
|
2573
|
+
*/
|
|
2574
|
+
start_time: string;
|
|
2575
|
+
/**
|
|
2576
|
+
* End Time
|
|
2577
|
+
* Format: date-time
|
|
2578
|
+
*/
|
|
2579
|
+
end_time: string;
|
|
2580
|
+
/** Traces */
|
|
2581
|
+
traces: components["schemas"]["SessionTraceData"][];
|
|
2582
|
+
};
|
|
2583
|
+
/** SessionTraceData */
|
|
2584
|
+
SessionTraceData: {
|
|
2585
|
+
/** Id */
|
|
2586
|
+
id: string;
|
|
2587
|
+
/** Trace Id */
|
|
2588
|
+
trace_id: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* Start Time
|
|
2591
|
+
* Format: date-time
|
|
2592
|
+
*/
|
|
2593
|
+
start_time: string;
|
|
2594
|
+
/**
|
|
2595
|
+
* End Time
|
|
2596
|
+
* Format: date-time
|
|
2597
|
+
*/
|
|
2598
|
+
end_time: string;
|
|
2599
|
+
};
|
|
2517
2600
|
/** Span */
|
|
2518
2601
|
Span: {
|
|
2519
2602
|
/**
|
|
@@ -5617,6 +5700,113 @@ export interface operations {
|
|
|
5617
5700
|
};
|
|
5618
5701
|
};
|
|
5619
5702
|
};
|
|
5703
|
+
getSession: {
|
|
5704
|
+
parameters: {
|
|
5705
|
+
query?: never;
|
|
5706
|
+
header?: never;
|
|
5707
|
+
path: {
|
|
5708
|
+
/** @description The session identifier: either a GlobalID or user-provided session_id string. */
|
|
5709
|
+
session_identifier: string;
|
|
5710
|
+
};
|
|
5711
|
+
cookie?: never;
|
|
5712
|
+
};
|
|
5713
|
+
requestBody?: never;
|
|
5714
|
+
responses: {
|
|
5715
|
+
/** @description Successful Response */
|
|
5716
|
+
200: {
|
|
5717
|
+
headers: {
|
|
5718
|
+
[name: string]: unknown;
|
|
5719
|
+
};
|
|
5720
|
+
content: {
|
|
5721
|
+
"application/json": components["schemas"]["GetSessionResponseBody"];
|
|
5722
|
+
};
|
|
5723
|
+
};
|
|
5724
|
+
/** @description Forbidden */
|
|
5725
|
+
403: {
|
|
5726
|
+
headers: {
|
|
5727
|
+
[name: string]: unknown;
|
|
5728
|
+
};
|
|
5729
|
+
content: {
|
|
5730
|
+
"text/plain": string;
|
|
5731
|
+
};
|
|
5732
|
+
};
|
|
5733
|
+
/** @description Not Found */
|
|
5734
|
+
404: {
|
|
5735
|
+
headers: {
|
|
5736
|
+
[name: string]: unknown;
|
|
5737
|
+
};
|
|
5738
|
+
content: {
|
|
5739
|
+
"text/plain": string;
|
|
5740
|
+
};
|
|
5741
|
+
};
|
|
5742
|
+
/** @description Unprocessable Entity */
|
|
5743
|
+
422: {
|
|
5744
|
+
headers: {
|
|
5745
|
+
[name: string]: unknown;
|
|
5746
|
+
};
|
|
5747
|
+
content: {
|
|
5748
|
+
"text/plain": string;
|
|
5749
|
+
};
|
|
5750
|
+
};
|
|
5751
|
+
};
|
|
5752
|
+
};
|
|
5753
|
+
listProjectSessions: {
|
|
5754
|
+
parameters: {
|
|
5755
|
+
query?: {
|
|
5756
|
+
/** @description Cursor for pagination (session ID) */
|
|
5757
|
+
cursor?: string | null;
|
|
5758
|
+
/** @description The max number of sessions to return at a time. */
|
|
5759
|
+
limit?: number;
|
|
5760
|
+
/** @description Sort order by ID: 'asc' (ascending) or 'desc' (descending). */
|
|
5761
|
+
order?: "asc" | "desc";
|
|
5762
|
+
};
|
|
5763
|
+
header?: never;
|
|
5764
|
+
path: {
|
|
5765
|
+
/** @description The project identifier: either project ID or project name. */
|
|
5766
|
+
project_identifier: string;
|
|
5767
|
+
};
|
|
5768
|
+
cookie?: never;
|
|
5769
|
+
};
|
|
5770
|
+
requestBody?: never;
|
|
5771
|
+
responses: {
|
|
5772
|
+
/** @description Successful Response */
|
|
5773
|
+
200: {
|
|
5774
|
+
headers: {
|
|
5775
|
+
[name: string]: unknown;
|
|
5776
|
+
};
|
|
5777
|
+
content: {
|
|
5778
|
+
"application/json": components["schemas"]["GetSessionsResponseBody"];
|
|
5779
|
+
};
|
|
5780
|
+
};
|
|
5781
|
+
/** @description Forbidden */
|
|
5782
|
+
403: {
|
|
5783
|
+
headers: {
|
|
5784
|
+
[name: string]: unknown;
|
|
5785
|
+
};
|
|
5786
|
+
content: {
|
|
5787
|
+
"text/plain": string;
|
|
5788
|
+
};
|
|
5789
|
+
};
|
|
5790
|
+
/** @description Not Found */
|
|
5791
|
+
404: {
|
|
5792
|
+
headers: {
|
|
5793
|
+
[name: string]: unknown;
|
|
5794
|
+
};
|
|
5795
|
+
content: {
|
|
5796
|
+
"text/plain": string;
|
|
5797
|
+
};
|
|
5798
|
+
};
|
|
5799
|
+
/** @description Unprocessable Entity */
|
|
5800
|
+
422: {
|
|
5801
|
+
headers: {
|
|
5802
|
+
[name: string]: unknown;
|
|
5803
|
+
};
|
|
5804
|
+
content: {
|
|
5805
|
+
"text/plain": string;
|
|
5806
|
+
};
|
|
5807
|
+
};
|
|
5808
|
+
};
|
|
5809
|
+
};
|
|
5620
5810
|
annotateSessions: {
|
|
5621
5811
|
parameters: {
|
|
5622
5812
|
query?: {
|