lemma-sdk 0.2.46 → 0.3.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.
Files changed (87) hide show
  1. package/README.md +16 -0
  2. package/dist/browser/lemma-client.js +13661 -4410
  3. package/dist/browser.d.ts +14 -6
  4. package/dist/browser.js +35 -6
  5. package/dist/client.d.ts +4 -0
  6. package/dist/client.js +15 -3
  7. package/dist/config.d.ts +4 -0
  8. package/dist/config.js +7 -1
  9. package/dist/generated.d.ts +14 -1
  10. package/dist/generated.js +62 -11
  11. package/dist/http.d.ts +47 -1
  12. package/dist/http.js +145 -26
  13. package/dist/index.d.ts +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/namespaces/agents.d.ts +20 -1
  16. package/dist/namespaces/agents.js +29 -1
  17. package/dist/namespaces/conversations.d.ts +3 -0
  18. package/dist/namespaces/conversations.js +2 -0
  19. package/dist/namespaces/desks.d.ts +9 -0
  20. package/dist/namespaces/desks.js +6 -0
  21. package/dist/namespaces/files.d.ts +18 -0
  22. package/dist/namespaces/files.js +21 -0
  23. package/dist/namespaces/functions.d.ts +3 -0
  24. package/dist/namespaces/functions.js +5 -0
  25. package/dist/namespaces/widgets.d.ts +17 -0
  26. package/dist/namespaces/widgets.js +16 -0
  27. package/dist/openapi_client/core/OpenAPI.js +1 -1
  28. package/dist/openapi_client/index.d.ts +4 -0
  29. package/dist/openapi_client/index.js +1 -0
  30. package/dist/openapi_client/models/AgentRunStatus.d.ts +10 -0
  31. package/dist/openapi_client/models/AgentRunStatus.js +15 -0
  32. package/dist/openapi_client/models/AgentToolset.d.ts +2 -2
  33. package/dist/openapi_client/models/AgentToolset.js +1 -1
  34. package/dist/openapi_client/models/ConversationResponse.d.ts +4 -0
  35. package/dist/openapi_client/models/ConversationType.d.ts +2 -1
  36. package/dist/openapi_client/models/ConversationType.js +1 -0
  37. package/dist/openapi_client/models/DatastoreQueryRequest.d.ts +1 -1
  38. package/dist/openapi_client/models/FileSearchResultSchema.d.ts +2 -0
  39. package/dist/openapi_client/models/FileSignedUrlRequest.d.ts +4 -0
  40. package/dist/openapi_client/models/FileSignedUrlRequest.js +1 -0
  41. package/dist/openapi_client/models/FileSignedUrlResponse.d.ts +6 -0
  42. package/dist/openapi_client/models/FileSignedUrlResponse.js +1 -0
  43. package/dist/openapi_client/models/FileUrlResponse.d.ts +6 -0
  44. package/dist/openapi_client/models/FileUrlResponse.js +1 -0
  45. package/dist/openapi_client/services/AgentConversationsService.d.ts +3 -2
  46. package/dist/openapi_client/services/AgentConversationsService.js +4 -2
  47. package/dist/openapi_client/services/FilesService.d.ts +20 -0
  48. package/dist/openapi_client/services/FilesService.js +47 -0
  49. package/dist/openapi_client/services/QueryService.d.ts +1 -1
  50. package/dist/openapi_client/services/QueryService.js +1 -1
  51. package/dist/run-utils.d.ts +24 -0
  52. package/dist/run-utils.js +54 -0
  53. package/dist/version.d.ts +5 -0
  54. package/dist/version.js +7 -0
  55. package/package.json +10 -5
  56. package/dist/hey_client/client/client.gen.d.ts +0 -2
  57. package/dist/hey_client/client/client.gen.js +0 -216
  58. package/dist/hey_client/client/index.d.ts +0 -10
  59. package/dist/hey_client/client/index.js +0 -6
  60. package/dist/hey_client/client/types.gen.d.ts +0 -120
  61. package/dist/hey_client/client/types.gen.js +0 -2
  62. package/dist/hey_client/client/utils.gen.d.ts +0 -37
  63. package/dist/hey_client/client/utils.gen.js +0 -228
  64. package/dist/hey_client/client.gen.d.ts +0 -12
  65. package/dist/hey_client/client.gen.js +0 -3
  66. package/dist/hey_client/core/auth.gen.d.ts +0 -25
  67. package/dist/hey_client/core/auth.gen.js +0 -14
  68. package/dist/hey_client/core/bodySerializer.gen.d.ts +0 -25
  69. package/dist/hey_client/core/bodySerializer.gen.js +0 -57
  70. package/dist/hey_client/core/params.gen.d.ts +0 -43
  71. package/dist/hey_client/core/params.gen.js +0 -100
  72. package/dist/hey_client/core/pathSerializer.gen.d.ts +0 -33
  73. package/dist/hey_client/core/pathSerializer.gen.js +0 -106
  74. package/dist/hey_client/core/queryKeySerializer.gen.d.ts +0 -18
  75. package/dist/hey_client/core/queryKeySerializer.gen.js +0 -92
  76. package/dist/hey_client/core/serverSentEvents.gen.d.ts +0 -71
  77. package/dist/hey_client/core/serverSentEvents.gen.js +0 -132
  78. package/dist/hey_client/core/types.gen.d.ts +0 -83
  79. package/dist/hey_client/core/types.gen.js +0 -2
  80. package/dist/hey_client/core/utils.gen.d.ts +0 -19
  81. package/dist/hey_client/core/utils.gen.js +0 -87
  82. package/dist/hey_client/index.d.ts +0 -2
  83. package/dist/hey_client/index.js +0 -2
  84. package/dist/hey_client/sdk.gen.d.ts +0 -1005
  85. package/dist/hey_client/sdk.gen.js +0 -1438
  86. package/dist/hey_client/types.gen.d.ts +0 -12992
  87. package/dist/hey_client/types.gen.js +0 -2
@@ -1,92 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- /**
3
- * Replacer that converts non-JSON values (bigint, Date, etc.) to safe substitutes.
4
- */
5
- export const queryKeyJsonReplacer = (_key, value) => {
6
- if (value === undefined || typeof value === 'function' || typeof value === 'symbol') {
7
- return undefined;
8
- }
9
- if (typeof value === 'bigint') {
10
- return value.toString();
11
- }
12
- if (value instanceof Date) {
13
- return value.toISOString();
14
- }
15
- return value;
16
- };
17
- /**
18
- * Safely stringifies a value and parses it back into a JsonValue.
19
- */
20
- export const stringifyToJsonValue = (input) => {
21
- try {
22
- const json = JSON.stringify(input, queryKeyJsonReplacer);
23
- if (json === undefined) {
24
- return undefined;
25
- }
26
- return JSON.parse(json);
27
- }
28
- catch {
29
- return undefined;
30
- }
31
- };
32
- /**
33
- * Detects plain objects (including objects with a null prototype).
34
- */
35
- const isPlainObject = (value) => {
36
- if (value === null || typeof value !== 'object') {
37
- return false;
38
- }
39
- const prototype = Object.getPrototypeOf(value);
40
- return prototype === Object.prototype || prototype === null;
41
- };
42
- /**
43
- * Turns URLSearchParams into a sorted JSON object for deterministic keys.
44
- */
45
- const serializeSearchParams = (params) => {
46
- const entries = Array.from(params.entries()).sort(([a], [b]) => a.localeCompare(b));
47
- const result = {};
48
- for (const [key, value] of entries) {
49
- const existing = result[key];
50
- if (existing === undefined) {
51
- result[key] = value;
52
- continue;
53
- }
54
- if (Array.isArray(existing)) {
55
- existing.push(value);
56
- }
57
- else {
58
- result[key] = [existing, value];
59
- }
60
- }
61
- return result;
62
- };
63
- /**
64
- * Normalizes any accepted value into a JSON-friendly shape for query keys.
65
- */
66
- export const serializeQueryKeyValue = (value) => {
67
- if (value === null) {
68
- return null;
69
- }
70
- if (typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean') {
71
- return value;
72
- }
73
- if (value === undefined || typeof value === 'function' || typeof value === 'symbol') {
74
- return undefined;
75
- }
76
- if (typeof value === 'bigint') {
77
- return value.toString();
78
- }
79
- if (value instanceof Date) {
80
- return value.toISOString();
81
- }
82
- if (Array.isArray(value)) {
83
- return stringifyToJsonValue(value);
84
- }
85
- if (typeof URLSearchParams !== 'undefined' && value instanceof URLSearchParams) {
86
- return serializeSearchParams(value);
87
- }
88
- if (isPlainObject(value)) {
89
- return stringifyToJsonValue(value);
90
- }
91
- return undefined;
92
- };
@@ -1,71 +0,0 @@
1
- import type { Config } from './types.gen';
2
- export type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config, 'method' | 'responseTransformer' | 'responseValidator'> & {
3
- /**
4
- * Fetch API implementation. You can use this option to provide a custom
5
- * fetch instance.
6
- *
7
- * @default globalThis.fetch
8
- */
9
- fetch?: typeof fetch;
10
- /**
11
- * Implementing clients can call request interceptors inside this hook.
12
- */
13
- onRequest?: (url: string, init: RequestInit) => Promise<Request>;
14
- /**
15
- * Callback invoked when a network or parsing error occurs during streaming.
16
- *
17
- * This option applies only if the endpoint returns a stream of events.
18
- *
19
- * @param error The error that occurred.
20
- */
21
- onSseError?: (error: unknown) => void;
22
- /**
23
- * Callback invoked when an event is streamed from the server.
24
- *
25
- * This option applies only if the endpoint returns a stream of events.
26
- *
27
- * @param event Event streamed from the server.
28
- * @returns Nothing (void).
29
- */
30
- onSseEvent?: (event: StreamEvent<TData>) => void;
31
- serializedBody?: RequestInit['body'];
32
- /**
33
- * Default retry delay in milliseconds.
34
- *
35
- * This option applies only if the endpoint returns a stream of events.
36
- *
37
- * @default 3000
38
- */
39
- sseDefaultRetryDelay?: number;
40
- /**
41
- * Maximum number of retry attempts before giving up.
42
- */
43
- sseMaxRetryAttempts?: number;
44
- /**
45
- * Maximum retry delay in milliseconds.
46
- *
47
- * Applies only when exponential backoff is used.
48
- *
49
- * This option applies only if the endpoint returns a stream of events.
50
- *
51
- * @default 30000
52
- */
53
- sseMaxRetryDelay?: number;
54
- /**
55
- * Optional sleep function for retry backoff.
56
- *
57
- * Defaults to using `setTimeout`.
58
- */
59
- sseSleepFn?: (ms: number) => Promise<void>;
60
- url: string;
61
- };
62
- export interface StreamEvent<TData = unknown> {
63
- data: TData;
64
- event?: string;
65
- id?: string;
66
- retry?: number;
67
- }
68
- export type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
69
- stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
70
- };
71
- export declare function createSseClient<TData = unknown>({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url, ...options }: ServerSentEventsOptions): ServerSentEventsResult<TData>;
@@ -1,132 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- export function createSseClient({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url, ...options }) {
3
- let lastEventId;
4
- const sleep = sseSleepFn ?? ((ms) => new Promise((resolve) => setTimeout(resolve, ms)));
5
- const createStream = async function* () {
6
- let retryDelay = sseDefaultRetryDelay ?? 3000;
7
- let attempt = 0;
8
- const signal = options.signal ?? new AbortController().signal;
9
- while (true) {
10
- if (signal.aborted)
11
- break;
12
- attempt++;
13
- const headers = options.headers instanceof Headers
14
- ? options.headers
15
- : new Headers(options.headers);
16
- if (lastEventId !== undefined) {
17
- headers.set('Last-Event-ID', lastEventId);
18
- }
19
- try {
20
- const requestInit = {
21
- redirect: 'follow',
22
- ...options,
23
- body: options.serializedBody,
24
- headers,
25
- signal,
26
- };
27
- let request = new Request(url, requestInit);
28
- if (onRequest) {
29
- request = await onRequest(url, requestInit);
30
- }
31
- // fetch must be assigned here, otherwise it would throw the error:
32
- // TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation
33
- const _fetch = options.fetch ?? globalThis.fetch;
34
- const response = await _fetch(request);
35
- if (!response.ok)
36
- throw new Error(`SSE failed: ${response.status} ${response.statusText}`);
37
- if (!response.body)
38
- throw new Error('No body in SSE response');
39
- const reader = response.body.pipeThrough(new TextDecoderStream()).getReader();
40
- let buffer = '';
41
- const abortHandler = () => {
42
- try {
43
- reader.cancel();
44
- }
45
- catch {
46
- // noop
47
- }
48
- };
49
- signal.addEventListener('abort', abortHandler);
50
- try {
51
- while (true) {
52
- const { done, value } = await reader.read();
53
- if (done)
54
- break;
55
- buffer += value;
56
- buffer = buffer.replace(/\r\n?/g, '\n'); // normalize line endings
57
- const chunks = buffer.split('\n\n');
58
- buffer = chunks.pop() ?? '';
59
- for (const chunk of chunks) {
60
- const lines = chunk.split('\n');
61
- const dataLines = [];
62
- let eventName;
63
- for (const line of lines) {
64
- if (line.startsWith('data:')) {
65
- dataLines.push(line.replace(/^data:\s*/, ''));
66
- }
67
- else if (line.startsWith('event:')) {
68
- eventName = line.replace(/^event:\s*/, '');
69
- }
70
- else if (line.startsWith('id:')) {
71
- lastEventId = line.replace(/^id:\s*/, '');
72
- }
73
- else if (line.startsWith('retry:')) {
74
- const parsed = Number.parseInt(line.replace(/^retry:\s*/, ''), 10);
75
- if (!Number.isNaN(parsed)) {
76
- retryDelay = parsed;
77
- }
78
- }
79
- }
80
- let data;
81
- let parsedJson = false;
82
- if (dataLines.length) {
83
- const rawData = dataLines.join('\n');
84
- try {
85
- data = JSON.parse(rawData);
86
- parsedJson = true;
87
- }
88
- catch {
89
- data = rawData;
90
- }
91
- }
92
- if (parsedJson) {
93
- if (responseValidator) {
94
- await responseValidator(data);
95
- }
96
- if (responseTransformer) {
97
- data = await responseTransformer(data);
98
- }
99
- }
100
- onSseEvent?.({
101
- data,
102
- event: eventName,
103
- id: lastEventId,
104
- retry: retryDelay,
105
- });
106
- if (dataLines.length) {
107
- yield data;
108
- }
109
- }
110
- }
111
- }
112
- finally {
113
- signal.removeEventListener('abort', abortHandler);
114
- reader.releaseLock();
115
- }
116
- break; // exit loop on normal completion
117
- }
118
- catch (error) {
119
- // connection failed or aborted; retry after delay
120
- onSseError?.(error);
121
- if (sseMaxRetryAttempts !== undefined && attempt >= sseMaxRetryAttempts) {
122
- break; // stop after firing error
123
- }
124
- // exponential backoff: double retry each attempt, cap at 30s
125
- const backoff = Math.min(retryDelay * 2 ** (attempt - 1), sseMaxRetryDelay ?? 30000);
126
- await sleep(backoff);
127
- }
128
- }
129
- };
130
- const stream = createStream();
131
- return { stream };
132
- }
@@ -1,83 +0,0 @@
1
- import type { Auth, AuthToken } from './auth.gen';
2
- import type { BodySerializer, QuerySerializer, QuerySerializerOptions } from './bodySerializer.gen';
3
- export type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
4
- export type Client<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
5
- /**
6
- * Returns the final request URL.
7
- */
8
- buildUrl: BuildUrlFn;
9
- getConfig: () => Config;
10
- request: RequestFn;
11
- setConfig: (config: Config) => Config;
12
- } & {
13
- [K in HttpMethod]: MethodFn;
14
- } & ([SseFn] extends [never] ? {
15
- sse?: never;
16
- } : {
17
- sse: {
18
- [K in HttpMethod]: SseFn;
19
- };
20
- });
21
- export interface Config {
22
- /**
23
- * Auth token or a function returning auth token. The resolved value will be
24
- * added to the request payload as defined by its `security` array.
25
- */
26
- auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
27
- /**
28
- * A function for serializing request body parameter. By default,
29
- * {@link JSON.stringify()} will be used.
30
- */
31
- bodySerializer?: BodySerializer | null;
32
- /**
33
- * An object containing any HTTP headers that you want to pre-populate your
34
- * `Headers` object with.
35
- *
36
- * {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
37
- */
38
- headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
39
- /**
40
- * The request method.
41
- *
42
- * {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
43
- */
44
- method?: Uppercase<HttpMethod>;
45
- /**
46
- * A function for serializing request query parameters. By default, arrays
47
- * will be exploded in form style, objects will be exploded in deepObject
48
- * style, and reserved characters are percent-encoded.
49
- *
50
- * This method will have no effect if the native `paramsSerializer()` Axios
51
- * API function is used.
52
- *
53
- * {@link https://swagger.io/docs/specification/serialization/#query View examples}
54
- */
55
- querySerializer?: QuerySerializer | QuerySerializerOptions;
56
- /**
57
- * A function validating request data. This is useful if you want to ensure
58
- * the request conforms to the desired shape, so it can be safely sent to
59
- * the server.
60
- */
61
- requestValidator?: (data: unknown) => Promise<unknown>;
62
- /**
63
- * A function transforming response data before it's returned. This is useful
64
- * for post-processing data, e.g., converting ISO strings into Date objects.
65
- */
66
- responseTransformer?: (data: unknown) => Promise<unknown>;
67
- /**
68
- * A function validating response data. This is useful if you want to ensure
69
- * the response conforms to the desired shape, so it can be safely passed to
70
- * the transformers and returned to the user.
71
- */
72
- responseValidator?: (data: unknown) => Promise<unknown>;
73
- }
74
- /**
75
- * Arbitrary metadata passed through the `meta` request option.
76
- */
77
- export interface ClientMeta {
78
- }
79
- type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] ? true : [T] extends [never | undefined] ? [undefined] extends [T] ? false : true : false;
80
- export type OmitNever<T extends Record<string, unknown>> = {
81
- [K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
82
- };
83
- export {};
@@ -1,2 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- export {};
@@ -1,19 +0,0 @@
1
- import type { BodySerializer, QuerySerializer } from './bodySerializer.gen';
2
- export interface PathSerializer {
3
- path: Record<string, unknown>;
4
- url: string;
5
- }
6
- export declare const PATH_PARAM_RE: RegExp;
7
- export declare const defaultPathSerializer: ({ path, url: _url }: PathSerializer) => string;
8
- export declare const getUrl: ({ baseUrl, path, query, querySerializer, url: _url, }: {
9
- baseUrl?: string;
10
- path?: Record<string, unknown>;
11
- query?: Record<string, unknown>;
12
- querySerializer: QuerySerializer;
13
- url: string;
14
- }) => string;
15
- export declare function getValidRequestBody(options: {
16
- body?: unknown;
17
- bodySerializer?: BodySerializer | null;
18
- serializedBody?: unknown;
19
- }): unknown;
@@ -1,87 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- import { serializeArrayParam, serializeObjectParam, serializePrimitiveParam, } from './pathSerializer.gen';
3
- export const PATH_PARAM_RE = /\{[^{}]+\}/g;
4
- export const defaultPathSerializer = ({ path, url: _url }) => {
5
- let url = _url;
6
- const matches = _url.match(PATH_PARAM_RE);
7
- if (matches) {
8
- for (const match of matches) {
9
- let explode = false;
10
- let name = match.substring(1, match.length - 1);
11
- let style = 'simple';
12
- if (name.endsWith('*')) {
13
- explode = true;
14
- name = name.substring(0, name.length - 1);
15
- }
16
- if (name.startsWith('.')) {
17
- name = name.substring(1);
18
- style = 'label';
19
- }
20
- else if (name.startsWith(';')) {
21
- name = name.substring(1);
22
- style = 'matrix';
23
- }
24
- const value = path[name];
25
- if (value === undefined || value === null) {
26
- continue;
27
- }
28
- if (Array.isArray(value)) {
29
- url = url.replace(match, serializeArrayParam({ explode, name, style, value }));
30
- continue;
31
- }
32
- if (typeof value === 'object') {
33
- url = url.replace(match, serializeObjectParam({
34
- explode,
35
- name,
36
- style,
37
- value: value,
38
- valueOnly: true,
39
- }));
40
- continue;
41
- }
42
- if (style === 'matrix') {
43
- url = url.replace(match, `;${serializePrimitiveParam({
44
- name,
45
- value: value,
46
- })}`);
47
- continue;
48
- }
49
- const replaceValue = encodeURIComponent(style === 'label' ? `.${value}` : value);
50
- url = url.replace(match, replaceValue);
51
- }
52
- }
53
- return url;
54
- };
55
- export const getUrl = ({ baseUrl, path, query, querySerializer, url: _url, }) => {
56
- const pathUrl = _url.startsWith('/') ? _url : `/${_url}`;
57
- let url = (baseUrl ?? '') + pathUrl;
58
- if (path) {
59
- url = defaultPathSerializer({ path, url });
60
- }
61
- let search = query ? querySerializer(query) : '';
62
- if (search.startsWith('?')) {
63
- search = search.substring(1);
64
- }
65
- if (search) {
66
- url += `?${search}`;
67
- }
68
- return url;
69
- };
70
- export function getValidRequestBody(options) {
71
- const hasBody = options.body !== undefined;
72
- const isSerializedBody = hasBody && options.bodySerializer;
73
- if (isSerializedBody) {
74
- if ('serializedBody' in options) {
75
- const hasSerializedBody = options.serializedBody !== undefined && options.serializedBody !== '';
76
- return hasSerializedBody ? options.serializedBody : null;
77
- }
78
- // not all clients implement a serializedBody property (i.e., client-axios)
79
- return options.body !== '' ? options.body : null;
80
- }
81
- // plain/text body
82
- if (hasBody) {
83
- return options.body;
84
- }
85
- // no body was provided
86
- return undefined;
87
- }
@@ -1,2 +0,0 @@
1
- export { agentConversationApprovalList, agentConversationApprovalResolve, agentConversationCreate, agentConversationGet, agentConversationList, agentConversationMessageList, agentConversationMessageSend, agentConversationStop, agentConversationStream, agentConversationUpdate, agentCreate, agentDelete, agentGet, agentList, agentPermissionsGet, agentPermissionsReplace, agentRuntimeHarnessesList, agentRuntimeProfilesCreate, agentRuntimeProfilesList, agentSurfaceAdminConsentInfo, agentSurfaceCreate, agentSurfaceDelete, agentSurfaceGet, agentSurfaceList, agentSurfacePlatformChecklist, agentSurfaceSetupStatus, agentSurfaceTeamsAdminConsentCallback, agentSurfaceToggle, agentSurfaceUpdate, agentSurfaceUpdateChannels, agentSurfaceUpsertByPlatform, agentToolIntegrationHelperAgent, agentToolReportFeedback, agentToolWebSearch, agentUpdate, applicationGet, applicationList, applicationOperationDetail, applicationOperationDetailsBatch, applicationOperationDiscover, applicationOperationExecute, applicationSkillGet, applicationTriggerGet, applicationTriggerList, authVerifyToken, deskAssetGet, deskAssetRootGet, deskBundleUpload, deskCreate, deskDelete, deskDistArchiveGet, deskGet, deskList, deskSourceArchiveGet, deskUpdate, fileConvertedArchive, fileConvertedDownload, fileConvertedGet, fileConvertedRender, fileDelete, fileDownload, fileFolderCreate, fileGet, fileList, fileSearch, fileTree, fileUpdate, fileUpload, functionCreate, functionDelete, functionGet, functionList, functionPermissionsGet, functionPermissionsReplace, functionRun, functionRunGet, functionRunList, functionUpdate, healthCheckHealthGet, iconPublicGet, iconUpload, integrationAccountCreate, integrationAccountCredentialsGet, integrationAccountDelete, integrationAccountGet, integrationAccountList, integrationAuthConfigCreate, integrationAuthConfigDelete, integrationAuthConfigGet, integrationAuthConfigList, integrationConnectRequestCreate, integrationOauthCallback, integrationStatusGet, type Options, orgCreate, orgGet, orgInvitationAccept, orgInvitationGet, orgInvitationInvite, orgInvitationList, orgInvitationListMine, orgInvitationRevoke, orgJoinAutoJoin, orgList, orgMemberList, orgMemberRemove, orgMemberUpdateRole, orgSlugAvailability, orgSuggested, podConfigGet, podCreate, podDelete, podGet, podJoinRequestApprove, podJoinRequestCreate, podJoinRequestList, podJoinRequestMe, podList, podMemberAdd, podMemberGet, podMemberList, podMemberLookupByEmail, podMemberLookupByUserId, podMemberRemove, podMemberUpdateRoles, podPermissionsCatalog, podPermissionsMe, podResourceAccessGet, podResourceAccessGrantDelete, podResourceAccessGrantReplace, podRolePermissionsGet, podRolePermissionsReplace, podRolesCreate, podRolesDelete, podRolesList, podRolesUpdate, podUpdate, queryExecute, recordBulkCreate, recordBulkDelete, recordBulkUpdate, recordCreate, recordDelete, recordGet, recordList, recordUpdate, scheduleCreate, scheduleDelete, scheduleGet, scheduleList, scheduleUpdate, surfaceWebhookHandlePlatform, surfaceWebhookHandleSurface, surfaceWebhookVerify, surfaceWebhookVerifySurface, tableColumnAdd, tableColumnRemove, tableCreate, tableDelete, tableGet, tableList, tableUpdate, usageOrganizationEventsList, usageOrganizationLimitsGet, usageOrganizationMeSummaryGet, usageOrganizationStatsGet, usageOrganizationSummaryGet, userCurrentGet, userProfileGet, userProfileUpsert, webhookHandle, webhookScheduleHandle, webhookVerify, workflowCreate, workflowDelete, workflowGet, workflowGraphUpdate, workflowList, workflowRunGet, workflowRunList, workflowRunResume, workflowRunVisualize, workflowRunWaitingAssignedToMe, workflowStart, workflowUpdate, workflowVisualize, workspaceBrowserAccess, workspaceMe } from './sdk.gen';
2
- export type { AccountCreateSchema, AccountCredentialsResponseSchema, AccountListResponseSchema, AccountResponseSchema, AddColumnRequest, AdminConsentInfoResponse, AgentActionResponse, AgentConversationApprovalListData, AgentConversationApprovalListError, AgentConversationApprovalListErrors, AgentConversationApprovalListResponse, AgentConversationApprovalListResponses, AgentConversationApprovalResolveData, AgentConversationApprovalResolveError, AgentConversationApprovalResolveErrors, AgentConversationApprovalResolveResponse, AgentConversationApprovalResolveResponses, AgentConversationCreateData, AgentConversationCreateError, AgentConversationCreateErrors, AgentConversationCreateResponse, AgentConversationCreateResponses, AgentConversationGetData, AgentConversationGetError, AgentConversationGetErrors, AgentConversationGetResponse, AgentConversationGetResponses, AgentConversationListData, AgentConversationListError, AgentConversationListErrors, AgentConversationListResponse, AgentConversationListResponses, AgentConversationMessageListData, AgentConversationMessageListError, AgentConversationMessageListErrors, AgentConversationMessageListResponse, AgentConversationMessageListResponses, AgentConversationMessageSendData, AgentConversationMessageSendError, AgentConversationMessageSendErrors, AgentConversationMessageSendResponses, AgentConversationStopData, AgentConversationStopError, AgentConversationStopErrors, AgentConversationStopResponse, AgentConversationStopResponses, AgentConversationStreamData, AgentConversationStreamError, AgentConversationStreamErrors, AgentConversationStreamResponses, AgentConversationUpdateData, AgentConversationUpdateError, AgentConversationUpdateErrors, AgentConversationUpdateResponse, AgentConversationUpdateResponses, AgentCreateData, AgentCreateError, AgentCreateErrors, AgentCreateResponse, AgentCreateResponses, AgentDeleteData, AgentDeleteError, AgentDeleteErrors, AgentDeleteResponse, AgentDeleteResponses, AgentDetailResponse, AgentGetData, AgentGetError, AgentGetErrors, AgentGetResponse, AgentGetResponses, AgentHarnessInfo, AgentHarnessListResponse, AgentListData, AgentListError, AgentListErrors, AgentListResponse, AgentListResponse2, AgentListResponses, AgentMessageResponse, AgentNode, AgentNodeConfig, AgentNodeResponse, AgentPermissionsGetData, AgentPermissionsGetError, AgentPermissionsGetErrors, AgentPermissionsGetResponse, AgentPermissionsGetResponses, AgentPermissionsReplaceData, AgentPermissionsReplaceError, AgentPermissionsReplaceErrors, AgentPermissionsReplaceRequest, AgentPermissionsReplaceResponse, AgentPermissionsReplaceResponses, AgentPermissionsResponse, AgentResourcePermissionRequest, AgentResourcePermissionResponse, AgentRunApprovalDecision, AgentRuntimeConfig, AgentRuntimeHarnessesListData, AgentRuntimeHarnessesListResponse, AgentRuntimeHarnessesListResponses, AgentRuntimeProfileListResponse, AgentRuntimeProfileResponse, AgentRuntimeProfilesCreateData, AgentRuntimeProfilesCreateError, AgentRuntimeProfilesCreateErrors, AgentRuntimeProfilesCreateResponse, AgentRuntimeProfilesCreateResponses, AgentRuntimeProfilesListData, AgentRuntimeProfilesListError, AgentRuntimeProfilesListErrors, AgentRuntimeProfilesListResponse, AgentRuntimeProfilesListResponses, AgentSurfaceAdminConsentInfoData, AgentSurfaceAdminConsentInfoError, AgentSurfaceAdminConsentInfoErrors, AgentSurfaceAdminConsentInfoResponse, AgentSurfaceAdminConsentInfoResponses, AgentSurfaceCreateData, AgentSurfaceCreateError, AgentSurfaceCreateErrors, AgentSurfaceCreateResponses, AgentSurfaceDeleteData, AgentSurfaceDeleteError, AgentSurfaceDeleteErrors, AgentSurfaceDeleteResponse, AgentSurfaceDeleteResponses, AgentSurfaceGetData, AgentSurfaceGetError, AgentSurfaceGetErrors, AgentSurfaceGetResponses, AgentSurfaceListData, AgentSurfaceListError, AgentSurfaceListErrors, AgentSurfaceListResponse, AgentSurfaceListResponse2, AgentSurfaceListResponses, AgentSurfacePlatformChecklistData, AgentSurfacePlatformChecklistError, AgentSurfacePlatformChecklistErrors, AgentSurfacePlatformChecklistResponse, AgentSurfacePlatformChecklistResponses, AgentSurfaceResponse, AgentSurfaceSetupStatusData, AgentSurfaceSetupStatusError, AgentSurfaceSetupStatusErrors, AgentSurfaceSetupStatusResponse, AgentSurfaceSetupStatusResponses, AgentSurfaceStatus, AgentSurfaceTeamsAdminConsentCallbackData, AgentSurfaceTeamsAdminConsentCallbackError, AgentSurfaceTeamsAdminConsentCallbackErrors, AgentSurfaceTeamsAdminConsentCallbackResponses, AgentSurfaceToggleData, AgentSurfaceToggleError, AgentSurfaceToggleErrors, AgentSurfaceToggleResponses, AgentSurfaceUpdateChannelsData, AgentSurfaceUpdateChannelsError, AgentSurfaceUpdateChannelsErrors, AgentSurfaceUpdateChannelsResponses, AgentSurfaceUpdateData, AgentSurfaceUpdateError, AgentSurfaceUpdateErrors, AgentSurfaceUpdateResponses, AgentSurfaceUpsertByPlatformData, AgentSurfaceUpsertByPlatformError, AgentSurfaceUpsertByPlatformErrors, AgentSurfaceUpsertByPlatformResponses, AgentToolIntegrationHelperAgentData, AgentToolIntegrationHelperAgentError, AgentToolIntegrationHelperAgentErrors, AgentToolIntegrationHelperAgentResponse, AgentToolIntegrationHelperAgentResponses, AgentToolReportFeedbackData, AgentToolReportFeedbackError, AgentToolReportFeedbackErrors, AgentToolReportFeedbackResponse, AgentToolReportFeedbackResponses, AgentToolset, AgentToolWebSearchData, AgentToolWebSearchError, AgentToolWebSearchErrors, AgentToolWebSearchResponse, AgentToolWebSearchResponses, AgentUpdateData, AgentUpdateError, AgentUpdateErrors, AgentUpdateResponse, AgentUpdateResponses, ApiKeyCredentialsResponseSchema, ApplicationDetailResponseSchema, ApplicationGetData, ApplicationGetError, ApplicationGetErrors, ApplicationGetResponse, ApplicationGetResponses, ApplicationListData, ApplicationListError, ApplicationListErrors, ApplicationListResponse, ApplicationListResponses, ApplicationListResponseSchema, ApplicationOperationDetailData, ApplicationOperationDetailError, ApplicationOperationDetailErrors, ApplicationOperationDetailResponse, ApplicationOperationDetailResponses, ApplicationOperationDetailsBatchData, ApplicationOperationDetailsBatchError, ApplicationOperationDetailsBatchErrors, ApplicationOperationDetailsBatchResponse, ApplicationOperationDetailsBatchResponses, ApplicationOperationDiscoverData, ApplicationOperationDiscoverError, ApplicationOperationDiscoverErrors, ApplicationOperationDiscoverResponse, ApplicationOperationDiscoverResponses, ApplicationOperationExecuteData, ApplicationOperationExecuteError, ApplicationOperationExecuteErrors, ApplicationOperationExecuteResponse, ApplicationOperationExecuteResponses, ApplicationResponseSchema, ApplicationSkillGetData, ApplicationSkillGetError, ApplicationSkillGetErrors, ApplicationSkillGetResponse, ApplicationSkillGetResponses, ApplicationSkillResponse, ApplicationTriggerGetData, ApplicationTriggerGetError, ApplicationTriggerGetErrors, ApplicationTriggerGetResponse, ApplicationTriggerGetResponses, ApplicationTriggerListData, ApplicationTriggerListError, ApplicationTriggerListErrors, ApplicationTriggerListResponse, ApplicationTriggerListResponses, AppTriggerListResponseSchema, AppTriggerResponseSchema, AuthConfigCreateSchema, AuthConfigListResponseSchema, AuthConfigResponseSchema, AuthScheme, AuthVerifyTokenData, AuthVerifyTokenResponse, AuthVerifyTokenResponses, BulkCreateRecordsRequest, BulkDeleteRecordsRequest, BulkUpdateRecordsRequest, ClientOptions, ColumnSchema, ComposioProviderCapabilityResponseSchema, ConnectedAccountSummary, ConnectRequestInitiateSchema, ConnectRequestResponseSchema, ConversationListResponse, ConversationResponse, ConversationStatus, ConversationType, ConvertedArtifactResponse, ConvertedFileResponse, ConvertedPageResponse, CreateAgentRequest, CreateAnthropicCompatibleRuntimeProfileRequest, CreateConversationRequest, CreateDeskRequest, CreateFolderRequest, CreateFunctionRequest, CreateOpenAiCompatibleRuntimeProfileRequest, CreateRecordRequest, CreateScheduleRequest, CreateSurfaceRequest, CreateTableRequest, CreateUserDaemonRuntimeProfileRequest, CredentialTypes, DatastoreDataType, DatastoreFileUploadRequest, DataStoreFlowStartInput, DataStoreFlowStartOutput, DatastoreMessageResponse, DatastoreOperation, DatastoreQueryRequest, DatastoreQueryResponse, DataStoreWorkflowStartInput, DataStoreWorkflowStartOutput, DecisionNode, DecisionNodeConfig, DecisionNodeResponse, DecisionRule, DeskAssetGetData, DeskAssetGetError, DeskAssetGetErrors, DeskAssetGetResponses, DeskAssetRootGetData, DeskAssetRootGetError, DeskAssetRootGetErrors, DeskAssetRootGetResponses, DeskBundleUploadData, DeskBundleUploadError, DeskBundleUploadErrors, DeskBundleUploadRequest, DeskBundleUploadResponse, DeskBundleUploadResponse2, DeskBundleUploadResponses, DeskBundleUploadResponseWritable, DeskCreateData, DeskCreateError, DeskCreateErrors, DeskCreateResponse, DeskCreateResponses, DeskDeleteData, DeskDeleteError, DeskDeleteErrors, DeskDeleteResponse, DeskDeleteResponses, DeskDetailResponse, DeskDetailResponseWritable, DeskDistArchiveGetData, DeskDistArchiveGetError, DeskDistArchiveGetErrors, DeskDistArchiveGetResponse, DeskDistArchiveGetResponses, DeskGetData, DeskGetError, DeskGetErrors, DeskGetResponse, DeskGetResponses, DeskListData, DeskListError, DeskListErrors, DeskListResponse, DeskListResponse2, DeskListResponses, DeskListResponseWritable, DeskMessageResponse, DeskSourceArchiveGetData, DeskSourceArchiveGetError, DeskSourceArchiveGetErrors, DeskSourceArchiveGetResponse, DeskSourceArchiveGetResponses, DeskStatus, DeskUpdateData, DeskUpdateError, DeskUpdateErrors, DeskUpdateResponse, DeskUpdateResponses, DirectoryTreeNode, DirectoryTreeResponse, EndNode, EndNodeConfig, EndNodeConfigWritable, EndNodeResponse, EventFlowStartInput, EventFlowStartOutput, EventWorkflowStartInput, EventWorkflowStartOutput, ExecuteFunctionRequest, ExpressionInputBinding, FeedbackCategory, FileConvertedArchiveData, FileConvertedArchiveError, FileConvertedArchiveErrors, FileConvertedArchiveResponse, FileConvertedArchiveResponses, FileConvertedDownloadData, FileConvertedDownloadError, FileConvertedDownloadErrors, FileConvertedDownloadResponse, FileConvertedDownloadResponses, FileConvertedGetData, FileConvertedGetError, FileConvertedGetErrors, FileConvertedGetResponse, FileConvertedGetResponses, FileConvertedRenderData, FileConvertedRenderError, FileConvertedRenderErrors, FileConvertedRenderResponse, FileConvertedRenderResponses, FileDeleteData, FileDeleteError, FileDeleteErrors, FileDeleteResponse, FileDeleteResponses, FileDetailResponse, FileDownloadData, FileDownloadError, FileDownloadErrors, FileDownloadResponse, FileDownloadResponses, FileFolderCreateData, FileFolderCreateError, FileFolderCreateErrors, FileFolderCreateResponse, FileFolderCreateResponses, FileGetData, FileGetError, FileGetErrors, FileGetResponse, FileGetResponses, FileListData, FileListError, FileListErrors, FileListResponse, FileListResponse2, FileListResponses, FileSearchData, FileSearchError, FileSearchErrors, FileSearchRequest, FileSearchResponse, FileSearchResponse2, FileSearchResponses, FileSearchResultSchema, FileSearchScopeMode, FileTreeData, FileTreeError, FileTreeErrors, FileTreeResponse, FileTreeResponses, FileUpdateData, FileUpdateError, FileUpdateErrors, FileUpdateResponse, FileUpdateResponses, FileUploadData, FileUploadError, FileUploadErrors, FileUploadResponse, FileUploadResponses, FlowDetailResponse, FlowRunEntity, FlowRunStatus, ForeignKeySpec, FormNode, FormNodeConfig, FormNodeResponse, FunctionActionResponse, FunctionCreateData, FunctionCreateError, FunctionCreateErrors, FunctionCreateResponse, FunctionCreateResponses, FunctionDeleteData, FunctionDeleteError, FunctionDeleteErrors, FunctionDeleteResponse, FunctionDeleteResponses, FunctionDetailResponse, FunctionGetData, FunctionGetError, FunctionGetErrors, FunctionGetResponse, FunctionGetResponses, FunctionListData, FunctionListError, FunctionListErrors, FunctionListResponse, FunctionListResponse2, FunctionListResponses, FunctionMessageResponse, FunctionNode, FunctionNodeConfig, FunctionNodeResponse, FunctionPermissionsGetData, FunctionPermissionsGetError, FunctionPermissionsGetErrors, FunctionPermissionsGetResponse, FunctionPermissionsGetResponses, FunctionPermissionsReplaceData, FunctionPermissionsReplaceError, FunctionPermissionsReplaceErrors, FunctionPermissionsReplaceRequest, FunctionPermissionsReplaceResponse, FunctionPermissionsReplaceResponses, FunctionPermissionsResponse, FunctionResourcePermissionRequest, FunctionResourcePermissionResponse, FunctionRunData, FunctionRunError, FunctionRunErrors, FunctionRunGetData, FunctionRunGetError, FunctionRunGetErrors, FunctionRunGetResponse, FunctionRunGetResponses, FunctionRunListData, FunctionRunListError, FunctionRunListErrors, FunctionRunListResponse, FunctionRunListResponse2, FunctionRunListResponses, FunctionRunResponse, FunctionRunResponse2, FunctionRunResponses, FunctionRunStatus, FunctionRunSummaryResponse, FunctionStatus, FunctionType, FunctionUpdateData, FunctionUpdateError, FunctionUpdateErrors, FunctionUpdateResponse, FunctionUpdateResponses, GmailSurfaceConfig, HarnessKind, HealthCheckHealthGetData, HealthCheckHealthGetResponses, HttpValidationError, IconPublicGetData, IconPublicGetError, IconPublicGetErrors, IconPublicGetResponses, IconUploadData, IconUploadError, IconUploadErrors, IconUploadRequest, IconUploadResponse, IconUploadResponse2, IconUploadResponses, InstalledAppSummary, IntegrationAccountCreateData, IntegrationAccountCreateError, IntegrationAccountCreateErrors, IntegrationAccountCreateResponse, IntegrationAccountCreateResponses, IntegrationAccountCredentialsGetData, IntegrationAccountCredentialsGetError, IntegrationAccountCredentialsGetErrors, IntegrationAccountCredentialsGetResponse, IntegrationAccountCredentialsGetResponses, IntegrationAccountDeleteData, IntegrationAccountDeleteError, IntegrationAccountDeleteErrors, IntegrationAccountDeleteResponse, IntegrationAccountDeleteResponses, IntegrationAccountGetData, IntegrationAccountGetError, IntegrationAccountGetErrors, IntegrationAccountGetResponse, IntegrationAccountGetResponses, IntegrationAccountListData, IntegrationAccountListError, IntegrationAccountListErrors, IntegrationAccountListResponse, IntegrationAccountListResponses, IntegrationAuthConfigCreateData, IntegrationAuthConfigCreateError, IntegrationAuthConfigCreateErrors, IntegrationAuthConfigCreateResponse, IntegrationAuthConfigCreateResponses, IntegrationAuthConfigDeleteData, IntegrationAuthConfigDeleteError, IntegrationAuthConfigDeleteErrors, IntegrationAuthConfigDeleteResponse, IntegrationAuthConfigDeleteResponses, IntegrationAuthConfigGetData, IntegrationAuthConfigGetError, IntegrationAuthConfigGetErrors, IntegrationAuthConfigGetResponse, IntegrationAuthConfigGetResponses, IntegrationAuthConfigListData, IntegrationAuthConfigListError, IntegrationAuthConfigListErrors, IntegrationAuthConfigListResponse, IntegrationAuthConfigListResponses, IntegrationConnectRequestCreateData, IntegrationConnectRequestCreateError, IntegrationConnectRequestCreateErrors, IntegrationConnectRequestCreateResponse, IntegrationConnectRequestCreateResponses, IntegrationHelperAgentRequest, IntegrationHelperAgentResponse, IntegrationOauthCallbackData, IntegrationOauthCallbackError, IntegrationOauthCallbackErrors, IntegrationOauthCallbackResponse, IntegrationOauthCallbackResponses, IntegrationStatusGetData, IntegrationStatusGetError, IntegrationStatusGetErrors, IntegrationStatusGetResponse, IntegrationStatusGetResponses, IntegrationStatusResponse, LemmaProviderCapabilityResponseSchema, LiteralInputBinding, LoopNode, LoopNodeConfig, LoopNodeResponse, ManualWorkflowStartInput, ManualWorkflowStartOutput, MessageListResponse, MessageResponse, MessageResponseSchema, NotificationContent, OAuth2DefaultsResponseSchema, OauthCredentialsResponseSchema, OperationDetail, OperationDetailsBatchRequest, OperationDetailsBatchResponse, OperationDiscoverResponse, OperationExecutionRequest, OperationExecutionResponse, OperationSummary, OrganizationCreateRequest, OrganizationInvitationListResponse, OrganizationInvitationRequest, OrganizationInvitationResponse, OrganizationInvitationStatus, OrganizationListResponse, OrganizationMemberListResponse, OrganizationMemberResponse, OrganizationMessageResponse, OrganizationResponse, OrganizationRole, OrganizationSlugAvailabilityResponse, OrgCreateData, OrgCreateError, OrgCreateErrors, OrgCreateResponse, OrgCreateResponses, OrgGetData, OrgGetError, OrgGetErrors, OrgGetResponse, OrgGetResponses, OrgInvitationAcceptData, OrgInvitationAcceptError, OrgInvitationAcceptErrors, OrgInvitationAcceptResponse, OrgInvitationAcceptResponses, OrgInvitationGetData, OrgInvitationGetError, OrgInvitationGetErrors, OrgInvitationGetResponse, OrgInvitationGetResponses, OrgInvitationInviteData, OrgInvitationInviteError, OrgInvitationInviteErrors, OrgInvitationInviteResponse, OrgInvitationInviteResponses, OrgInvitationListData, OrgInvitationListError, OrgInvitationListErrors, OrgInvitationListMineData, OrgInvitationListMineError, OrgInvitationListMineErrors, OrgInvitationListMineResponse, OrgInvitationListMineResponses, OrgInvitationListResponse, OrgInvitationListResponses, OrgInvitationRevokeData, OrgInvitationRevokeError, OrgInvitationRevokeErrors, OrgInvitationRevokeResponse, OrgInvitationRevokeResponses, OrgJoinAutoJoinData, OrgJoinAutoJoinError, OrgJoinAutoJoinErrors, OrgJoinAutoJoinResponse, OrgJoinAutoJoinResponses, OrgListData, OrgListError, OrgListErrors, OrgListResponse, OrgListResponses, OrgMemberListData, OrgMemberListError, OrgMemberListErrors, OrgMemberListResponse, OrgMemberListResponses, OrgMemberRemoveData, OrgMemberRemoveError, OrgMemberRemoveErrors, OrgMemberRemoveResponse, OrgMemberRemoveResponses, OrgMemberUpdateRoleData, OrgMemberUpdateRoleError, OrgMemberUpdateRoleErrors, OrgMemberUpdateRoleResponse, OrgMemberUpdateRoleResponses, OrgSlugAvailabilityData, OrgSlugAvailabilityError, OrgSlugAvailabilityErrors, OrgSlugAvailabilityResponse, OrgSlugAvailabilityResponses, OrgSuggestedData, OrgSuggestedError, OrgSuggestedErrors, OrgSuggestedResponse, OrgSuggestedResponses, OutlookSurfaceConfig, PodAppConfigItem, PodAppMode, PodConfig, PodConfigGetData, PodConfigGetError, PodConfigGetErrors, PodConfigGetResponse, PodConfigGetResponses, PodConfigResponse, PodCreateData, PodCreateError, PodCreateErrors, PodCreateRequest, PodCreateResponse, PodCreateResponses, PodDeleteData, PodDeleteError, PodDeleteErrors, PodDeleteResponse, PodDeleteResponses, PodEffectivePermissionsResponse, PodGetData, PodGetError, PodGetErrors, PodGetResponse, PodGetResponses, PodJoinRequestApproveData, PodJoinRequestApproveError, PodJoinRequestApproveErrors, PodJoinRequestApproveRequest, PodJoinRequestApproveResponse, PodJoinRequestApproveResponses, PodJoinRequestCreateData, PodJoinRequestCreateError, PodJoinRequestCreateErrors, PodJoinRequestCreateResponse, PodJoinRequestCreateResponse2, PodJoinRequestCreateResponses, PodJoinRequestListData, PodJoinRequestListError, PodJoinRequestListErrors, PodJoinRequestListResponse, PodJoinRequestListResponse2, PodJoinRequestListResponses, PodJoinRequestMeData, PodJoinRequestMeError, PodJoinRequestMeErrors, PodJoinRequestMeResponse, PodJoinRequestMeResponses, PodJoinRequestStatus, PodListData, PodListError, PodListErrors, PodListResponse, PodListResponse2, PodListResponses, PodMemberAddData, PodMemberAddError, PodMemberAddErrors, PodMemberAddRequest, PodMemberAddResponse, PodMemberAddResponses, PodMemberDetailResponse, PodMemberGetData, PodMemberGetError, PodMemberGetErrors, PodMemberGetResponse, PodMemberGetResponses, PodMemberListData, PodMemberListError, PodMemberListErrors, PodMemberListResponse, PodMemberListResponse2, PodMemberListResponses, PodMemberLookupByEmailData, PodMemberLookupByEmailError, PodMemberLookupByEmailErrors, PodMemberLookupByEmailResponse, PodMemberLookupByEmailResponses, PodMemberLookupByUserIdData, PodMemberLookupByUserIdError, PodMemberLookupByUserIdErrors, PodMemberLookupByUserIdResponse, PodMemberLookupByUserIdResponses, PodMemberRemoveData, PodMemberRemoveError, PodMemberRemoveErrors, PodMemberRemoveResponse, PodMemberRemoveResponses, PodMemberResponse, PodMemberUpdateRoleRequest, PodMemberUpdateRolesData, PodMemberUpdateRolesError, PodMemberUpdateRolesErrors, PodMemberUpdateRolesResponse, PodMemberUpdateRolesResponses, PodPermissionCatalogResponse, PodPermissionResponse, PodPermissionsCatalogData, PodPermissionsCatalogError, PodPermissionsCatalogErrors, PodPermissionsCatalogResponse, PodPermissionsCatalogResponses, PodPermissionsMeData, PodPermissionsMeError, PodPermissionsMeErrors, PodPermissionsMeResponse, PodPermissionsMeResponses, PodResourceAccessGetData, PodResourceAccessGetError, PodResourceAccessGetErrors, PodResourceAccessGetResponse, PodResourceAccessGetResponses, PodResourceAccessGrantDeleteData, PodResourceAccessGrantDeleteError, PodResourceAccessGrantDeleteErrors, PodResourceAccessGrantDeleteResponse, PodResourceAccessGrantDeleteResponses, PodResourceAccessGrantReplaceData, PodResourceAccessGrantReplaceError, PodResourceAccessGrantReplaceErrors, PodResourceAccessGrantReplaceResponse, PodResourceAccessGrantReplaceResponses, PodResponse, PodRole, PodRoleCreateRequest, PodRoleListResponse, PodRolePermissionsGetData, PodRolePermissionsGetError, PodRolePermissionsGetErrors, PodRolePermissionsGetResponse, PodRolePermissionsGetResponses, PodRolePermissionsReplaceData, PodRolePermissionsReplaceError, PodRolePermissionsReplaceErrors, PodRolePermissionsReplaceRequest, PodRolePermissionsReplaceResponse, PodRolePermissionsReplaceResponses, PodRolePermissionsResponse, PodRoleResourcePermissionRequest, PodRoleResourcePermissionResponse, PodRoleResponse, PodRolesCreateData, PodRolesCreateError, PodRolesCreateErrors, PodRolesCreateResponse, PodRolesCreateResponses, PodRolesDeleteData, PodRolesDeleteError, PodRolesDeleteErrors, PodRolesDeleteResponse, PodRolesDeleteResponses, PodRolesListData, PodRolesListError, PodRolesListErrors, PodRolesListResponse, PodRolesListResponses, PodRolesUpdateData, PodRolesUpdateError, PodRolesUpdateErrors, PodRolesUpdateResponse, PodRolesUpdateResponses, PodUpdateData, PodUpdateError, PodUpdateErrors, PodUpdateRequest, PodUpdateResponse, PodUpdateResponses, QueryExecuteData, QueryExecuteError, QueryExecuteErrors, QueryExecuteResponse, QueryExecuteResponses, RecordBulkCreateData, RecordBulkCreateError, RecordBulkCreateErrors, RecordBulkCreateResponse, RecordBulkCreateResponses, RecordBulkDeleteData, RecordBulkDeleteError, RecordBulkDeleteErrors, RecordBulkDeleteResponse, RecordBulkDeleteResponses, RecordBulkUpdateData, RecordBulkUpdateError, RecordBulkUpdateErrors, RecordBulkUpdateResponse, RecordBulkUpdateResponses, RecordCreateData, RecordCreateError, RecordCreateErrors, RecordCreateResponse, RecordCreateResponses, RecordDeleteData, RecordDeleteError, RecordDeleteErrors, RecordDeleteResponse, RecordDeleteResponses, RecordGetData, RecordGetError, RecordGetErrors, RecordGetResponse, RecordGetResponses, RecordListData, RecordListError, RecordListErrors, RecordListResponse, RecordListResponse2, RecordListResponses, RecordResponse, RecordUpdateData, RecordUpdateError, RecordUpdateErrors, RecordUpdateResponse, RecordUpdateResponses, ReportFeedbackRequest, ReportFeedbackResponse, ResolveUserApprovalRequest, ResourceAccessGrantRequest, ResourceAccessGrantResponse, ResourceAccessResponse, ResourceType, ResourceVisibility, RuntimeModelCapability, RuntimeModelCatalogEntry, RuntimeProfileKind, RuntimeProfileProtocol, RuntimeProfileScope, RuntimeProfileStatus, ScheduleCreateData, ScheduleCreateError, ScheduleCreateErrors, ScheduleCreateResponse, ScheduleCreateResponses, ScheduleDeleteData, ScheduleDeleteError, ScheduleDeleteErrors, ScheduleDeleteResponse, ScheduleDeleteResponses, ScheduleDetailResponse, ScheduledFlowStartInput, ScheduledFlowStartOutput, ScheduledFlowStartType, ScheduledWorkflowStartInput, ScheduledWorkflowStartOutput, ScheduleGetData, ScheduleGetError, ScheduleGetErrors, ScheduleGetResponse, ScheduleGetResponses, ScheduleListData, ScheduleListError, ScheduleListErrors, ScheduleListResponse, ScheduleListResponse2, ScheduleListResponses, ScheduleType, ScheduleUpdateData, ScheduleUpdateError, ScheduleUpdateErrors, ScheduleUpdateResponse, ScheduleUpdateResponses, SearchMethod, SearchResult, SendMessageRequest, SlackSurfaceConfig, StackFrame, StepExecution, SurfaceBehaviorConfigInput, SurfaceChannelRouteInput, SurfaceCredentialMode, SurfaceIdentityConfigInput, SurfaceIntegrationSetupGuide, SurfacePlatform, SurfacePlatformSetupGuideResponse, SurfaceSetupField, SurfaceSetupFieldSource, SurfaceSetupMode, SurfaceSetupPhase, SurfaceSetupStatusResponse, SurfaceSetupStep, SurfaceWebhookHandlePlatformData, SurfaceWebhookHandlePlatformError, SurfaceWebhookHandlePlatformErrors, SurfaceWebhookHandlePlatformResponses, SurfaceWebhookHandleSurfaceData, SurfaceWebhookHandleSurfaceError, SurfaceWebhookHandleSurfaceErrors, SurfaceWebhookHandleSurfaceResponses, SurfaceWebhookVerifyData, SurfaceWebhookVerifyError, SurfaceWebhookVerifyErrors, SurfaceWebhookVerifyResponses, SurfaceWebhookVerifySurfaceData, SurfaceWebhookVerifySurfaceError, SurfaceWebhookVerifySurfaceErrors, SurfaceWebhookVerifySurfaceResponses, TableColumnAddData, TableColumnAddError, TableColumnAddErrors, TableColumnAddResponse, TableColumnAddResponses, TableColumnRemoveData, TableColumnRemoveError, TableColumnRemoveErrors, TableColumnRemoveResponse, TableColumnRemoveResponses, TableCreateData, TableCreateError, TableCreateErrors, TableCreateResponse, TableCreateResponses, TableDeleteData, TableDeleteError, TableDeleteErrors, TableDeleteResponse, TableDeleteResponses, TableDetailResponse, TableGetData, TableGetError, TableGetErrors, TableGetResponse, TableGetResponses, TableListData, TableListError, TableListErrors, TableListResponse, TableListResponse2, TableListResponses, TableUpdateData, TableUpdateError, TableUpdateErrors, TableUpdateResponse, TableUpdateResponses, TeamsSurfaceConfig, TelegramSurfaceConfig, TextContent, ThinkingContent, ToggleSurfaceRequest, ToolCallContent, ToolReturnContent, Update, UpdateAgentRequest, UpdateConversationRequest, UpdateDeskRequest, UpdateFunctionRequest, UpdateMemberRoleRequest, UpdateRecordRequest, UpdateScheduleRequest, UpdateSurfaceChannelsRequest, UpdateSurfaceRequest, UpdateTableRequest, UpsertSurfaceRequest, UsageLimitScopeResponse, UsageLimitsResponse, UsageListResponse, UsageOrganizationEventsListData, UsageOrganizationEventsListError, UsageOrganizationEventsListErrors, UsageOrganizationEventsListResponse, UsageOrganizationEventsListResponses, UsageOrganizationLimitsGetData, UsageOrganizationLimitsGetError, UsageOrganizationLimitsGetErrors, UsageOrganizationLimitsGetResponse, UsageOrganizationLimitsGetResponses, UsageOrganizationMeSummaryGetData, UsageOrganizationMeSummaryGetError, UsageOrganizationMeSummaryGetErrors, UsageOrganizationMeSummaryGetResponse, UsageOrganizationMeSummaryGetResponses, UsageOrganizationStatsGetData, UsageOrganizationStatsGetError, UsageOrganizationStatsGetErrors, UsageOrganizationStatsGetResponse, UsageOrganizationStatsGetResponses, UsageOrganizationSummaryGetData, UsageOrganizationSummaryGetError, UsageOrganizationSummaryGetErrors, UsageOrganizationSummaryGetResponse, UsageOrganizationSummaryGetResponses, UsageRecordResponse, UsageStatsBucketResponse, UsageStatsResponse, UsageSummaryResponse, UserApprovalListResponse, UserCurrentGetData, UserCurrentGetResponse, UserCurrentGetResponses, UserProfileGetData, UserProfileGetResponse, UserProfileGetResponses, UserProfileRequest, UserProfileUpsertData, UserProfileUpsertError, UserProfileUpsertErrors, UserProfileUpsertResponse, UserProfileUpsertResponses, UserResponse, ValidationError, VerifyTokenResponse, WaitUntilNode, WaitUntilNodeConfig, WaitUntilNodeResponse, WebhookHandleData, WebhookHandleError, WebhookHandleErrors, WebhookHandleResponse, WebhookHandleResponses, WebhookScheduleHandleData, WebhookScheduleHandleError, WebhookScheduleHandleErrors, WebhookScheduleHandleResponse, WebhookScheduleHandleResponses, WebhookVerifyData, WebhookVerifyError, WebhookVerifyErrors, WebhookVerifyResponses, WebSearchRequest, WebSearchResponse, WhatsAppSurfaceConfig, WorkflowCreateData, WorkflowCreateError, WorkflowCreateErrors, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateResponses, WorkflowDeleteData, WorkflowDeleteError, WorkflowDeleteErrors, WorkflowDeleteResponse, WorkflowDeleteResponses, WorkflowEdge, WorkflowGetData, WorkflowGetError, WorkflowGetErrors, WorkflowGetResponse, WorkflowGetResponses, WorkflowGraphUpdateData, WorkflowGraphUpdateError, WorkflowGraphUpdateErrors, WorkflowGraphUpdateRequest, WorkflowGraphUpdateResponse, WorkflowGraphUpdateResponses, WorkflowListData, WorkflowListError, WorkflowListErrors, WorkflowListResponse, WorkflowListResponse2, WorkflowListResponses, WorkflowMode, WorkflowRunGetData, WorkflowRunGetError, WorkflowRunGetErrors, WorkflowRunGetResponse, WorkflowRunGetResponses, WorkflowRunListData, WorkflowRunListError, WorkflowRunListErrors, WorkflowRunListResponse, WorkflowRunListResponse2, WorkflowRunListResponses, WorkflowRunResumeData, WorkflowRunResumeError, WorkflowRunResumeErrors, WorkflowRunResumeResponse, WorkflowRunResumeResponses, WorkflowRunSummaryResponse, WorkflowRunVisualizeData, WorkflowRunVisualizeError, WorkflowRunVisualizeErrors, WorkflowRunVisualizeResponse, WorkflowRunVisualizeResponses, WorkflowRunWaitAssignment, WorkflowRunWaitAssignmentListResponse, WorkflowRunWaitEntity, WorkflowRunWaitingAssignedToMeData, WorkflowRunWaitingAssignedToMeError, WorkflowRunWaitingAssignedToMeErrors, WorkflowRunWaitingAssignedToMeResponse, WorkflowRunWaitingAssignedToMeResponses, WorkflowRunWaitStatus, WorkflowRunWaitType, WorkflowStartData, WorkflowStartError, WorkflowStartErrors, WorkflowStartResponse, WorkflowStartResponses, WorkflowUpdateData, WorkflowUpdateError, WorkflowUpdateErrors, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateResponses, WorkflowVisualizeData, WorkflowVisualizeError, WorkflowVisualizeErrors, WorkflowVisualizeResponse, WorkflowVisualizeResponses, WorkspaceAppAccessRequest, WorkspaceAppAccessResponse, WorkspaceBrowserAccessData, WorkspaceBrowserAccessError, WorkspaceBrowserAccessErrors, WorkspaceBrowserAccessResponse, WorkspaceBrowserAccessResponses, WorkspaceMeApp, WorkspaceMeData, WorkspaceMeResponse, WorkspaceMeResponse2, WorkspaceMeResponses, WorkspaceMeSandbox, WorkspaceMeSession } from './types.gen';
@@ -1,2 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- export { agentConversationApprovalList, agentConversationApprovalResolve, agentConversationCreate, agentConversationGet, agentConversationList, agentConversationMessageList, agentConversationMessageSend, agentConversationStop, agentConversationStream, agentConversationUpdate, agentCreate, agentDelete, agentGet, agentList, agentPermissionsGet, agentPermissionsReplace, agentRuntimeHarnessesList, agentRuntimeProfilesCreate, agentRuntimeProfilesList, agentSurfaceAdminConsentInfo, agentSurfaceCreate, agentSurfaceDelete, agentSurfaceGet, agentSurfaceList, agentSurfacePlatformChecklist, agentSurfaceSetupStatus, agentSurfaceTeamsAdminConsentCallback, agentSurfaceToggle, agentSurfaceUpdate, agentSurfaceUpdateChannels, agentSurfaceUpsertByPlatform, agentToolIntegrationHelperAgent, agentToolReportFeedback, agentToolWebSearch, agentUpdate, applicationGet, applicationList, applicationOperationDetail, applicationOperationDetailsBatch, applicationOperationDiscover, applicationOperationExecute, applicationSkillGet, applicationTriggerGet, applicationTriggerList, authVerifyToken, deskAssetGet, deskAssetRootGet, deskBundleUpload, deskCreate, deskDelete, deskDistArchiveGet, deskGet, deskList, deskSourceArchiveGet, deskUpdate, fileConvertedArchive, fileConvertedDownload, fileConvertedGet, fileConvertedRender, fileDelete, fileDownload, fileFolderCreate, fileGet, fileList, fileSearch, fileTree, fileUpdate, fileUpload, functionCreate, functionDelete, functionGet, functionList, functionPermissionsGet, functionPermissionsReplace, functionRun, functionRunGet, functionRunList, functionUpdate, healthCheckHealthGet, iconPublicGet, iconUpload, integrationAccountCreate, integrationAccountCredentialsGet, integrationAccountDelete, integrationAccountGet, integrationAccountList, integrationAuthConfigCreate, integrationAuthConfigDelete, integrationAuthConfigGet, integrationAuthConfigList, integrationConnectRequestCreate, integrationOauthCallback, integrationStatusGet, orgCreate, orgGet, orgInvitationAccept, orgInvitationGet, orgInvitationInvite, orgInvitationList, orgInvitationListMine, orgInvitationRevoke, orgJoinAutoJoin, orgList, orgMemberList, orgMemberRemove, orgMemberUpdateRole, orgSlugAvailability, orgSuggested, podConfigGet, podCreate, podDelete, podGet, podJoinRequestApprove, podJoinRequestCreate, podJoinRequestList, podJoinRequestMe, podList, podMemberAdd, podMemberGet, podMemberList, podMemberLookupByEmail, podMemberLookupByUserId, podMemberRemove, podMemberUpdateRoles, podPermissionsCatalog, podPermissionsMe, podResourceAccessGet, podResourceAccessGrantDelete, podResourceAccessGrantReplace, podRolePermissionsGet, podRolePermissionsReplace, podRolesCreate, podRolesDelete, podRolesList, podRolesUpdate, podUpdate, queryExecute, recordBulkCreate, recordBulkDelete, recordBulkUpdate, recordCreate, recordDelete, recordGet, recordList, recordUpdate, scheduleCreate, scheduleDelete, scheduleGet, scheduleList, scheduleUpdate, surfaceWebhookHandlePlatform, surfaceWebhookHandleSurface, surfaceWebhookVerify, surfaceWebhookVerifySurface, tableColumnAdd, tableColumnRemove, tableCreate, tableDelete, tableGet, tableList, tableUpdate, usageOrganizationEventsList, usageOrganizationLimitsGet, usageOrganizationMeSummaryGet, usageOrganizationStatsGet, usageOrganizationSummaryGet, userCurrentGet, userProfileGet, userProfileUpsert, webhookHandle, webhookScheduleHandle, webhookVerify, workflowCreate, workflowDelete, workflowGet, workflowGraphUpdate, workflowList, workflowRunGet, workflowRunList, workflowRunResume, workflowRunVisualize, workflowRunWaitingAssignedToMe, workflowStart, workflowUpdate, workflowVisualize, workspaceBrowserAccess, workspaceMe } from './sdk.gen';