@alvera-ai/platform-sdk 0.5.3 → 0.7.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/README.md +34 -0
- package/package.json +10 -11
- package/src/cli.ts +1386 -0
- package/src/client.ts +930 -0
- package/src/config.ts +205 -0
- package/src/environments.generated.ts +16 -0
- package/src/generated/client/client.gen.ts +298 -0
- package/src/generated/client/index.ts +25 -0
- package/src/generated/client/types.gen.ts +214 -0
- package/src/generated/client/utils.gen.ts +316 -0
- package/{dist/generated/client.gen.d.ts → src/generated/client.gen.ts} +6 -3
- package/src/generated/core/auth.gen.ts +41 -0
- package/src/generated/core/bodySerializer.gen.ts +82 -0
- package/src/generated/core/params.gen.ts +169 -0
- package/src/generated/core/pathSerializer.gen.ts +171 -0
- package/src/generated/core/queryKeySerializer.gen.ts +117 -0
- package/src/generated/core/serverSentEvents.gen.ts +242 -0
- package/src/generated/core/types.gen.ts +104 -0
- package/src/generated/core/utils.gen.ts +140 -0
- package/src/generated/index.ts +4 -0
- package/src/generated/sdk.gen.ts +1756 -0
- package/{dist/generated/types.gen.d.ts → src/generated/types.gen.ts} +2243 -131
- package/{dist/generated/valibot.gen.js → src/generated/valibot.gen.ts} +1362 -53
- package/src/index.ts +69 -0
- package/dist/cli.d.ts +0 -3
- package/dist/cli.d.ts.map +0 -1
- package/dist/cli.js +0 -1008
- package/dist/cli.js.map +0 -1
- package/dist/client.d.ts +0 -529
- package/dist/client.d.ts.map +0 -1
- package/dist/client.js +0 -421
- package/dist/client.js.map +0 -1
- package/dist/config.d.ts +0 -34
- package/dist/config.d.ts.map +0 -1
- package/dist/config.js +0 -146
- package/dist/config.js.map +0 -1
- package/dist/environments.generated.d.ts +0 -21
- package/dist/environments.generated.d.ts.map +0 -1
- package/dist/environments.generated.js +0 -8
- package/dist/environments.generated.js.map +0 -1
- package/dist/generated/client/client.gen.d.ts +0 -3
- package/dist/generated/client/client.gen.d.ts.map +0 -1
- package/dist/generated/client/client.gen.js +0 -236
- package/dist/generated/client/client.gen.js.map +0 -1
- package/dist/generated/client/index.d.ts +0 -9
- package/dist/generated/client/index.d.ts.map +0 -1
- package/dist/generated/client/index.js +0 -7
- package/dist/generated/client/index.js.map +0 -1
- package/dist/generated/client/types.gen.d.ts +0 -118
- package/dist/generated/client/types.gen.d.ts.map +0 -1
- package/dist/generated/client/types.gen.js +0 -3
- package/dist/generated/client/types.gen.js.map +0 -1
- package/dist/generated/client/utils.gen.d.ts +0 -34
- package/dist/generated/client/utils.gen.d.ts.map +0 -1
- package/dist/generated/client/utils.gen.js +0 -229
- package/dist/generated/client/utils.gen.js.map +0 -1
- package/dist/generated/client.gen.d.ts.map +0 -1
- package/dist/generated/client.gen.js +0 -4
- package/dist/generated/client.gen.js.map +0 -1
- package/dist/generated/core/auth.gen.d.ts +0 -19
- package/dist/generated/core/auth.gen.d.ts.map +0 -1
- package/dist/generated/core/auth.gen.js +0 -15
- package/dist/generated/core/auth.gen.js.map +0 -1
- package/dist/generated/core/bodySerializer.gen.d.ts +0 -26
- package/dist/generated/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/generated/core/bodySerializer.gen.js +0 -58
- package/dist/generated/core/bodySerializer.gen.js.map +0 -1
- package/dist/generated/core/params.gen.d.ts +0 -44
- package/dist/generated/core/params.gen.d.ts.map +0 -1
- package/dist/generated/core/params.gen.js +0 -101
- package/dist/generated/core/params.gen.js.map +0 -1
- package/dist/generated/core/pathSerializer.gen.d.ts +0 -34
- package/dist/generated/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/generated/core/pathSerializer.gen.js +0 -107
- package/dist/generated/core/pathSerializer.gen.js.map +0 -1
- package/dist/generated/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/generated/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/generated/core/queryKeySerializer.gen.js +0 -93
- package/dist/generated/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/generated/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/generated/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/generated/core/serverSentEvents.gen.js +0 -133
- package/dist/generated/core/serverSentEvents.gen.js.map +0 -1
- package/dist/generated/core/types.gen.d.ts +0 -79
- package/dist/generated/core/types.gen.d.ts.map +0 -1
- package/dist/generated/core/types.gen.js +0 -3
- package/dist/generated/core/types.gen.js.map +0 -1
- package/dist/generated/core/utils.gen.d.ts +0 -20
- package/dist/generated/core/utils.gen.d.ts.map +0 -1
- package/dist/generated/core/utils.gen.js +0 -88
- package/dist/generated/core/utils.gen.js.map +0 -1
- package/dist/generated/index.d.ts +0 -3
- package/dist/generated/index.d.ts.map +0 -1
- package/dist/generated/index.js +0 -3
- package/dist/generated/index.js.map +0 -1
- package/dist/generated/sdk.gen.d.ts +0 -519
- package/dist/generated/sdk.gen.d.ts.map +0 -1
- package/dist/generated/sdk.gen.js +0 -1382
- package/dist/generated/sdk.gen.js.map +0 -1
- package/dist/generated/types.gen.d.ts.map +0 -1
- package/dist/generated/types.gen.js +0 -3
- package/dist/generated/types.gen.js.map +0 -1
- package/dist/generated/valibot.gen.d.ts +0 -35016
- package/dist/generated/valibot.gen.d.ts.map +0 -1
- package/dist/generated/valibot.gen.js.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
import type { Auth, AuthToken } from './auth.gen';
|
|
4
|
+
import type { BodySerializer, QuerySerializer, QuerySerializerOptions } from './bodySerializer.gen';
|
|
5
|
+
|
|
6
|
+
export type HttpMethod =
|
|
7
|
+
| 'connect'
|
|
8
|
+
| 'delete'
|
|
9
|
+
| 'get'
|
|
10
|
+
| 'head'
|
|
11
|
+
| 'options'
|
|
12
|
+
| 'patch'
|
|
13
|
+
| 'post'
|
|
14
|
+
| 'put'
|
|
15
|
+
| 'trace';
|
|
16
|
+
|
|
17
|
+
export type Client<
|
|
18
|
+
RequestFn = never,
|
|
19
|
+
Config = unknown,
|
|
20
|
+
MethodFn = never,
|
|
21
|
+
BuildUrlFn = never,
|
|
22
|
+
SseFn = never,
|
|
23
|
+
> = {
|
|
24
|
+
/**
|
|
25
|
+
* Returns the final request URL.
|
|
26
|
+
*/
|
|
27
|
+
buildUrl: BuildUrlFn;
|
|
28
|
+
getConfig: () => Config;
|
|
29
|
+
request: RequestFn;
|
|
30
|
+
setConfig: (config: Config) => Config;
|
|
31
|
+
} & {
|
|
32
|
+
[K in HttpMethod]: MethodFn;
|
|
33
|
+
} & ([SseFn] extends [never] ? { sse?: never } : { sse: { [K in HttpMethod]: SseFn } });
|
|
34
|
+
|
|
35
|
+
export interface Config {
|
|
36
|
+
/**
|
|
37
|
+
* Auth token or a function returning auth token. The resolved value will be
|
|
38
|
+
* added to the request payload as defined by its `security` array.
|
|
39
|
+
*/
|
|
40
|
+
auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
|
|
41
|
+
/**
|
|
42
|
+
* A function for serializing request body parameter. By default,
|
|
43
|
+
* {@link JSON.stringify()} will be used.
|
|
44
|
+
*/
|
|
45
|
+
bodySerializer?: BodySerializer | null;
|
|
46
|
+
/**
|
|
47
|
+
* An object containing any HTTP headers that you want to pre-populate your
|
|
48
|
+
* `Headers` object with.
|
|
49
|
+
*
|
|
50
|
+
* {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
|
|
51
|
+
*/
|
|
52
|
+
headers?:
|
|
53
|
+
| RequestInit['headers']
|
|
54
|
+
| Record<
|
|
55
|
+
string,
|
|
56
|
+
string | number | boolean | (string | number | boolean)[] | null | undefined | unknown
|
|
57
|
+
>;
|
|
58
|
+
/**
|
|
59
|
+
* The request method.
|
|
60
|
+
*
|
|
61
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
|
|
62
|
+
*/
|
|
63
|
+
method?: Uppercase<HttpMethod>;
|
|
64
|
+
/**
|
|
65
|
+
* A function for serializing request query parameters. By default, arrays
|
|
66
|
+
* will be exploded in form style, objects will be exploded in deepObject
|
|
67
|
+
* style, and reserved characters are percent-encoded.
|
|
68
|
+
*
|
|
69
|
+
* This method will have no effect if the native `paramsSerializer()` Axios
|
|
70
|
+
* API function is used.
|
|
71
|
+
*
|
|
72
|
+
* {@link https://swagger.io/docs/specification/serialization/#query View examples}
|
|
73
|
+
*/
|
|
74
|
+
querySerializer?: QuerySerializer | QuerySerializerOptions;
|
|
75
|
+
/**
|
|
76
|
+
* A function validating request data. This is useful if you want to ensure
|
|
77
|
+
* the request conforms to the desired shape, so it can be safely sent to
|
|
78
|
+
* the server.
|
|
79
|
+
*/
|
|
80
|
+
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
81
|
+
/**
|
|
82
|
+
* A function transforming response data before it's returned. This is useful
|
|
83
|
+
* for post-processing data, e.g., converting ISO strings into Date objects.
|
|
84
|
+
*/
|
|
85
|
+
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
86
|
+
/**
|
|
87
|
+
* A function validating response data. This is useful if you want to ensure
|
|
88
|
+
* the response conforms to the desired shape, so it can be safely passed to
|
|
89
|
+
* the transformers and returned to the user.
|
|
90
|
+
*/
|
|
91
|
+
responseValidator?: (data: unknown) => Promise<unknown>;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never]
|
|
95
|
+
? true
|
|
96
|
+
: [T] extends [never | undefined]
|
|
97
|
+
? [undefined] extends [T]
|
|
98
|
+
? false
|
|
99
|
+
: true
|
|
100
|
+
: false;
|
|
101
|
+
|
|
102
|
+
export type OmitNever<T extends Record<string, unknown>> = {
|
|
103
|
+
[K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
|
|
104
|
+
};
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
import type { BodySerializer, QuerySerializer } from './bodySerializer.gen';
|
|
4
|
+
import {
|
|
5
|
+
type ArraySeparatorStyle,
|
|
6
|
+
serializeArrayParam,
|
|
7
|
+
serializeObjectParam,
|
|
8
|
+
serializePrimitiveParam,
|
|
9
|
+
} from './pathSerializer.gen';
|
|
10
|
+
|
|
11
|
+
export interface PathSerializer {
|
|
12
|
+
path: Record<string, unknown>;
|
|
13
|
+
url: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export const PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
17
|
+
|
|
18
|
+
export const defaultPathSerializer = ({ path, url: _url }: PathSerializer) => {
|
|
19
|
+
let url = _url;
|
|
20
|
+
const matches = _url.match(PATH_PARAM_RE);
|
|
21
|
+
if (matches) {
|
|
22
|
+
for (const match of matches) {
|
|
23
|
+
let explode = false;
|
|
24
|
+
let name = match.substring(1, match.length - 1);
|
|
25
|
+
let style: ArraySeparatorStyle = 'simple';
|
|
26
|
+
|
|
27
|
+
if (name.endsWith('*')) {
|
|
28
|
+
explode = true;
|
|
29
|
+
name = name.substring(0, name.length - 1);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
if (name.startsWith('.')) {
|
|
33
|
+
name = name.substring(1);
|
|
34
|
+
style = 'label';
|
|
35
|
+
} else if (name.startsWith(';')) {
|
|
36
|
+
name = name.substring(1);
|
|
37
|
+
style = 'matrix';
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
const value = path[name];
|
|
41
|
+
|
|
42
|
+
if (value === undefined || value === null) {
|
|
43
|
+
continue;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
if (Array.isArray(value)) {
|
|
47
|
+
url = url.replace(match, serializeArrayParam({ explode, name, style, value }));
|
|
48
|
+
continue;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
if (typeof value === 'object') {
|
|
52
|
+
url = url.replace(
|
|
53
|
+
match,
|
|
54
|
+
serializeObjectParam({
|
|
55
|
+
explode,
|
|
56
|
+
name,
|
|
57
|
+
style,
|
|
58
|
+
value: value as Record<string, unknown>,
|
|
59
|
+
valueOnly: true,
|
|
60
|
+
}),
|
|
61
|
+
);
|
|
62
|
+
continue;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if (style === 'matrix') {
|
|
66
|
+
url = url.replace(
|
|
67
|
+
match,
|
|
68
|
+
`;${serializePrimitiveParam({
|
|
69
|
+
name,
|
|
70
|
+
value: value as string,
|
|
71
|
+
})}`,
|
|
72
|
+
);
|
|
73
|
+
continue;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
const replaceValue = encodeURIComponent(
|
|
77
|
+
style === 'label' ? `.${value as string}` : (value as string),
|
|
78
|
+
);
|
|
79
|
+
url = url.replace(match, replaceValue);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return url;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const getUrl = ({
|
|
86
|
+
baseUrl,
|
|
87
|
+
path,
|
|
88
|
+
query,
|
|
89
|
+
querySerializer,
|
|
90
|
+
url: _url,
|
|
91
|
+
}: {
|
|
92
|
+
baseUrl?: string;
|
|
93
|
+
path?: Record<string, unknown>;
|
|
94
|
+
query?: Record<string, unknown>;
|
|
95
|
+
querySerializer: QuerySerializer;
|
|
96
|
+
url: string;
|
|
97
|
+
}) => {
|
|
98
|
+
const pathUrl = _url.startsWith('/') ? _url : `/${_url}`;
|
|
99
|
+
let url = (baseUrl ?? '') + pathUrl;
|
|
100
|
+
if (path) {
|
|
101
|
+
url = defaultPathSerializer({ path, url });
|
|
102
|
+
}
|
|
103
|
+
let search = query ? querySerializer(query) : '';
|
|
104
|
+
if (search.startsWith('?')) {
|
|
105
|
+
search = search.substring(1);
|
|
106
|
+
}
|
|
107
|
+
if (search) {
|
|
108
|
+
url += `?${search}`;
|
|
109
|
+
}
|
|
110
|
+
return url;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export function getValidRequestBody(options: {
|
|
114
|
+
body?: unknown;
|
|
115
|
+
bodySerializer?: BodySerializer | null;
|
|
116
|
+
serializedBody?: unknown;
|
|
117
|
+
}) {
|
|
118
|
+
const hasBody = options.body !== undefined;
|
|
119
|
+
const isSerializedBody = hasBody && options.bodySerializer;
|
|
120
|
+
|
|
121
|
+
if (isSerializedBody) {
|
|
122
|
+
if ('serializedBody' in options) {
|
|
123
|
+
const hasSerializedBody =
|
|
124
|
+
options.serializedBody !== undefined && options.serializedBody !== '';
|
|
125
|
+
|
|
126
|
+
return hasSerializedBody ? options.serializedBody : null;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// not all clients implement a serializedBody property (i.e., client-axios)
|
|
130
|
+
return options.body !== '' ? options.body : null;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// plain/text body
|
|
134
|
+
if (hasBody) {
|
|
135
|
+
return options.body;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// no body was provided
|
|
139
|
+
return undefined;
|
|
140
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export { type Options, platformApiActionStatusUpdaterControllerCreate, platformApiActionStatusUpdaterControllerIndex, platformApiActionStatusUpdaterControllerUpdate, platformApiAdminControllerConfirmUser, platformApiAgenticWorkflowControllerCreate, platformApiAgenticWorkflowControllerDelete, platformApiAgenticWorkflowControllerIndex, platformApiAgenticWorkflowControllerMetadata, platformApiAgenticWorkflowControllerShow, platformApiAgenticWorkflowControllerUpdate, platformApiAgenticWorkflowOperationsControllerBatchLogRefresh, platformApiAgenticWorkflowOperationsControllerBatchLogShow, platformApiAgenticWorkflowOperationsControllerBatchLogsIndex, platformApiAgenticWorkflowOperationsControllerBatchLogStart, platformApiAgenticWorkflowOperationsControllerBatchLogStop, platformApiAgenticWorkflowOperationsControllerExecute, platformApiAgenticWorkflowOperationsControllerRunWorkflow, platformApiAgenticWorkflowOperationsControllerWorkflowLogDownload, platformApiAgenticWorkflowOperationsControllerWorkflowLogShow, platformApiAgenticWorkflowOperationsControllerWorkflowLogsIndex, platformApiAiAgentControllerCreate, platformApiAiAgentControllerDelete, platformApiAiAgentControllerIndex, platformApiAiAgentControllerShow, platformApiAiAgentControllerUpdate, platformApiAuthControllerSignUp, platformApiConnectedAppControllerResolvePage, platformApiConnectedAppControllerUpdateMessageTracking, platformApiConnectedAppMgmtControllerCreate, platformApiConnectedAppMgmtControllerIndex, platformApiConnectedAppMgmtControllerShow, platformApiConnectedAppMgmtControllerSyncRoutes, platformApiConnectedAppMgmtControllerUpdate, platformApiDataActivationClientControllerCreate, platformApiDataActivationClientControllerDelete, platformApiDataActivationClientControllerIndex, platformApiDataActivationClientControllerIngest, platformApiDataActivationClientControllerIngestFile, platformApiDataActivationClientControllerLogShow, platformApiDataActivationClientControllerLogsIndex, platformApiDataActivationClientControllerMetadata, platformApiDataActivationClientControllerRunManually, platformApiDataActivationClientControllerShow, platformApiDataActivationClientControllerUpdate, platformApiDatalakeControllerCreate, platformApiDatalakeControllerCreateDownloadLink, platformApiDatalakeControllerCreateUploadLink, platformApiDatalakeControllerIndex, platformApiDatalakeControllerMetadata, platformApiDatalakeControllerMigrate, platformApiDatalakeControllerShow, platformApiDatasetControllerCreateUserSearch, platformApiDatasetControllerDatasetMetadata, platformApiDatasetControllerSearch, platformApiDataSourceControllerCreate, platformApiDataSourceControllerIndex, platformApiDataSourceControllerUpdate, platformApiGenericTableControllerCreate, platformApiGenericTableControllerIndex, platformApiInteroperabilityContractControllerCreate, platformApiInteroperabilityContractControllerDelete, platformApiInteroperabilityContractControllerIndex, platformApiInteroperabilityContractControllerMetadata, platformApiInteroperabilityContractControllerRun, platformApiInteroperabilityContractControllerShow, platformApiInteroperabilityContractControllerUpdate, platformApiInvitationControllerAccept, platformApiInvitationControllerCreate, platformApiInvitationControllerIndex, platformApiMdmControllerVerify, platformApiPingControllerPing, platformApiSessionControllerCreate, platformApiSessionControllerDelete, platformApiSessionControllerVerify, platformApiTenantControllerCreate, platformApiTenantControllerIndex, platformApiToolControllerCreate, platformApiToolControllerDelete, platformApiToolControllerIndex, platformApiToolControllerShow, platformApiToolControllerTestInvocation, platformApiToolControllerUpdate } from './sdk.gen';
|
|
4
|
+
export type { ActionAwsLambdaCallRequest, ActionAwsLambdaCallRequestWritable, ActionAwsLambdaCallResponse, ActionAwsLambdaCallResponseWritable, ActionEmailCallRequest, ActionEmailCallRequestWritable, ActionEmailCallResponse, ActionEmailCallResponseWritable, ActionExecutionLogResponse, ActionExecutionLogResponseWritable, ActionManualUploadCallRequest, ActionManualUploadCallResponse, ActionRequest, ActionRequestWritable, ActionResponse, ActionResponseWritable, ActionRestCallRequest, ActionRestCallRequestWritable, ActionRestCallResponse, ActionRestCallResponseWritable, ActionSftpCallRequest, ActionSftpCallRequestWritable, ActionSftpCallResponse, ActionSftpCallResponseWritable, ActionSharePointExcelCallRequest, ActionSharePointExcelCallRequestWritable, ActionSharePointExcelCallResponse, ActionSharePointExcelCallResponseWritable, ActionSmsCallRequest, ActionSmsCallRequestWritable, ActionSmsCallResponse, ActionSmsCallResponseWritable, ActionSqlQueryCallRequest, ActionSqlQueryCallRequestWritable, ActionSqlQueryCallResponse, ActionSqlQueryCallResponseWritable, ActionStatusUpdaterCloudWatchQueryRequest, ActionStatusUpdaterCloudWatchQueryRequestWritable, ActionStatusUpdaterCloudWatchQueryResponse, ActionStatusUpdaterCloudWatchQueryResponseWritable, ActionStatusUpdaterListResponse, ActionStatusUpdaterListResponseWritable, ActionStatusUpdaterRequest, ActionStatusUpdaterRequestWritable, ActionStatusUpdaterResponse, ActionStatusUpdaterResponseWritable, ActionStatusUpdaterRestCallRequest, ActionStatusUpdaterRestCallRequestWritable, ActionStatusUpdaterRestCallResponse, ActionStatusUpdaterRestCallResponseWritable, AgenticWorkflowListResponse, AgenticWorkflowListResponseWritable, AgenticWorkflowRequest, AgenticWorkflowRequestWritable, AgenticWorkflowResponse, AgenticWorkflowResponseWritable, AiAgentListResponse, AiAgentListResponseWritable, AiAgentRequest, AiAgentRequestWritable, AiAgentResponse, AiAgentResponseWritable, AlveraApiError, ApiKeyResponse, ApiKeyResponseWritable, AwsLambdaCallRequest, AwsLambdaCallRequestWritable, AwsLambdaCallResponse, AwsLambdaCallResponseWritable, AwsLambdaRequest, AwsLambdaRequestWritable, AwsLambdaResponse, AwsLambdaResponseWritable, BatchLogListResponse, BatchLogListResponseWritable, BatchLogResponse, BatchLogResponseWritable, ClientOptions, CloudflarePagesConfigRequest, CloudflarePagesConfigRequestWritable, CloudflarePagesConfigResponse, CloudflarePagesConfigResponseWritable, CloudStorageAwsRequest, CloudStorageAwsRequestWritable, CloudStorageAwsResponse, CloudStorageR2Request, CloudStorageR2RequestWritable, CloudStorageR2Response, CloudWatchLogGroupRequest, CloudWatchLogGroupRequestWritable, CloudWatchLogGroupResponse, CloudWatchLogGroupResponseWritable, CloudWatchQueryRequest, CloudWatchQueryResponse, ConnectedAppListResponse, ConnectedAppListResponseWritable, ConnectedAppRequest, ConnectedAppRequestWritable, ConnectedAppResponse, ConnectedAppResponseWritable, ConnectedAppRouteRequest, ConnectedAppRouteResponse, ConnectedAppUrlRequest, ConnectedAppUrlResponse, ContextDatasetRequest, ContextDatasetResponse, ContextDatasetResponseWritable, DacRawLogFileResponse, DataActivationClientAwsLambdaCallRequest, DataActivationClientAwsLambdaCallRequestWritable, DataActivationClientAwsLambdaCallResponse, DataActivationClientAwsLambdaCallResponseWritable, DataActivationClientListResponse, DataActivationClientListResponseWritable, DataActivationClientLogListResponse, DataActivationClientLogListResponseWritable, DataActivationClientLogResponse, DataActivationClientLogResponseWritable, DataActivationClientManualUploadCallRequest, DataActivationClientManualUploadCallResponse, DataActivationClientRequest, DataActivationClientRequestWritable, DataActivationClientResponse, DataActivationClientResponseWritable, DataActivationClientRestCallRequest, DataActivationClientRestCallRequestWritable, DataActivationClientRestCallResponse, DataActivationClientRestCallResponseWritable, DataActivationClientS3CallRequest, DataActivationClientS3CallRequestWritable, DataActivationClientS3CallResponse, DataActivationClientS3CallResponseWritable, DataActivationClientSftpCallRequest, DataActivationClientSftpCallRequestWritable, DataActivationClientSftpCallResponse, DataActivationClientSftpCallResponseWritable, DataActivationClientSharePointExcelCallRequest, DataActivationClientSharePointExcelCallRequestWritable, DataActivationClientSharePointExcelCallResponse, DataActivationClientSharePointExcelCallResponseWritable, DataActivationClientSqlQueryCallRequest, DataActivationClientSqlQueryCallRequestWritable, DataActivationClientSqlQueryCallResponse, DataActivationClientSqlQueryCallResponseWritable, DatalakeListResponse, DatalakeListResponseWritable, DatalakeMigrateResponse, DatalakeRequest, DatalakeRequestWritable, DatalakeResponse, DatalakeResponseWritable, DatasetSearchResponse, DatasetSearchResponseWritable, DataSourceListResponse, DataSourceListResponseWritable, DataSourceRequest, DataSourceResponse, DataSourceResponseWritable, DownloadLinkRequest, DownloadUrlResponse, EmailCallRequest, EmailCallRequestWritable, EmailCallResponse, EmailCallResponseWritable, EmailRequest, EmailRequestWritable, EmailResponse, EmailResponseWritable, ErrorResponse, ExecuteActionRequest, ExecuteActionResponse, GenericTableListResponse, GenericTableListResponseWritable, GenericTableRequest, GenericTableRequestWritable, GenericTableResponse, GenericTableResponseWritable, IngestFileRequest, IngestFileResponse, IngestRequest, IngestResponse, InnerSearch, InteroperabilityContractListResponse, InteroperabilityContractListResponseWritable, InteroperabilityContractRequest, InteroperabilityContractRequestWritable, InteroperabilityContractResponse, InteroperabilityContractResponseWritable, InteroperabilityRunRequest, InteroperabilityRunResponse, InvitationListResponse, InvitationListResponseWritable, InvitationRequest, InvitationResponse, InvitationResponseWritable, ManualToolInvocationAwsLambdaCallRequest, ManualToolInvocationAwsLambdaCallRequestWritable, ManualToolInvocationAwsLambdaCallResponse, ManualToolInvocationAwsLambdaCallResponseWritable, ManualToolInvocationEmailCallRequest, ManualToolInvocationEmailCallRequestWritable, ManualToolInvocationEmailCallResponse, ManualToolInvocationEmailCallResponseWritable, ManualToolInvocationRequest, ManualToolInvocationRequestWritable, ManualToolInvocationResponse, ManualToolInvocationResponseWritable, ManualToolInvocationRestCallRequest, ManualToolInvocationRestCallRequestWritable, ManualToolInvocationRestCallResponse, ManualToolInvocationRestCallResponseWritable, ManualToolInvocationSmsCallRequest, ManualToolInvocationSmsCallRequestWritable, ManualToolInvocationSmsCallResponse, ManualToolInvocationSmsCallResponseWritable, ManualUploadCallRequest, ManualUploadCallResponse, ManualUploadRequest, ManualUploadResponse, MdmNotVerified, MdmVerified, MdmVerifyRequest, MdmVerifyResponse, MembershipResponse, MembershipResponseWritable, MinimalAiAgentResponse, MinimalAiAgentResponseWritable, OuterPagination, PaginationMeta, PingResponse, PlatformApiActionStatusUpdaterControllerCreateData, PlatformApiActionStatusUpdaterControllerCreateError, PlatformApiActionStatusUpdaterControllerCreateErrors, PlatformApiActionStatusUpdaterControllerCreateResponse, PlatformApiActionStatusUpdaterControllerCreateResponses, PlatformApiActionStatusUpdaterControllerIndexData, PlatformApiActionStatusUpdaterControllerIndexError, PlatformApiActionStatusUpdaterControllerIndexErrors, PlatformApiActionStatusUpdaterControllerIndexResponse, PlatformApiActionStatusUpdaterControllerIndexResponses, PlatformApiActionStatusUpdaterControllerUpdateData, PlatformApiActionStatusUpdaterControllerUpdateError, PlatformApiActionStatusUpdaterControllerUpdateErrors, PlatformApiActionStatusUpdaterControllerUpdateResponse, PlatformApiActionStatusUpdaterControllerUpdateResponses, PlatformApiAdminControllerConfirmUserData, PlatformApiAdminControllerConfirmUserError, PlatformApiAdminControllerConfirmUserErrors, PlatformApiAdminControllerConfirmUserResponse, PlatformApiAdminControllerConfirmUserResponses, PlatformApiAgenticWorkflowControllerCreateData, PlatformApiAgenticWorkflowControllerCreateError, PlatformApiAgenticWorkflowControllerCreateErrors, PlatformApiAgenticWorkflowControllerCreateResponse, PlatformApiAgenticWorkflowControllerCreateResponses, PlatformApiAgenticWorkflowControllerDeleteData, PlatformApiAgenticWorkflowControllerDeleteError, PlatformApiAgenticWorkflowControllerDeleteErrors, PlatformApiAgenticWorkflowControllerDeleteResponse, PlatformApiAgenticWorkflowControllerDeleteResponses, PlatformApiAgenticWorkflowControllerIndexData, PlatformApiAgenticWorkflowControllerIndexError, PlatformApiAgenticWorkflowControllerIndexErrors, PlatformApiAgenticWorkflowControllerIndexResponse, PlatformApiAgenticWorkflowControllerIndexResponses, PlatformApiAgenticWorkflowControllerMetadataData, PlatformApiAgenticWorkflowControllerMetadataError, PlatformApiAgenticWorkflowControllerMetadataErrors, PlatformApiAgenticWorkflowControllerMetadataResponse, PlatformApiAgenticWorkflowControllerMetadataResponses, PlatformApiAgenticWorkflowControllerShowData, PlatformApiAgenticWorkflowControllerShowError, PlatformApiAgenticWorkflowControllerShowErrors, PlatformApiAgenticWorkflowControllerShowResponse, PlatformApiAgenticWorkflowControllerShowResponses, PlatformApiAgenticWorkflowControllerUpdateData, PlatformApiAgenticWorkflowControllerUpdateError, PlatformApiAgenticWorkflowControllerUpdateErrors, PlatformApiAgenticWorkflowControllerUpdateResponse, PlatformApiAgenticWorkflowControllerUpdateResponses, PlatformApiAgenticWorkflowOperationsControllerBatchLogRefreshData, PlatformApiAgenticWorkflowOperationsControllerBatchLogRefreshError, PlatformApiAgenticWorkflowOperationsControllerBatchLogRefreshErrors, PlatformApiAgenticWorkflowOperationsControllerBatchLogRefreshResponse, PlatformApiAgenticWorkflowOperationsControllerBatchLogRefreshResponses, PlatformApiAgenticWorkflowOperationsControllerBatchLogShowData, PlatformApiAgenticWorkflowOperationsControllerBatchLogShowError, PlatformApiAgenticWorkflowOperationsControllerBatchLogShowErrors, PlatformApiAgenticWorkflowOperationsControllerBatchLogShowResponse, PlatformApiAgenticWorkflowOperationsControllerBatchLogShowResponses, PlatformApiAgenticWorkflowOperationsControllerBatchLogsIndexData, PlatformApiAgenticWorkflowOperationsControllerBatchLogsIndexError, PlatformApiAgenticWorkflowOperationsControllerBatchLogsIndexErrors, PlatformApiAgenticWorkflowOperationsControllerBatchLogsIndexResponse, PlatformApiAgenticWorkflowOperationsControllerBatchLogsIndexResponses, PlatformApiAgenticWorkflowOperationsControllerBatchLogStartData, PlatformApiAgenticWorkflowOperationsControllerBatchLogStartError, PlatformApiAgenticWorkflowOperationsControllerBatchLogStartErrors, PlatformApiAgenticWorkflowOperationsControllerBatchLogStartResponse, PlatformApiAgenticWorkflowOperationsControllerBatchLogStartResponses, PlatformApiAgenticWorkflowOperationsControllerBatchLogStopData, PlatformApiAgenticWorkflowOperationsControllerBatchLogStopError, PlatformApiAgenticWorkflowOperationsControllerBatchLogStopErrors, PlatformApiAgenticWorkflowOperationsControllerBatchLogStopResponse, PlatformApiAgenticWorkflowOperationsControllerBatchLogStopResponses, PlatformApiAgenticWorkflowOperationsControllerExecuteData, PlatformApiAgenticWorkflowOperationsControllerExecuteError, PlatformApiAgenticWorkflowOperationsControllerExecuteErrors, PlatformApiAgenticWorkflowOperationsControllerExecuteResponse, PlatformApiAgenticWorkflowOperationsControllerExecuteResponses, PlatformApiAgenticWorkflowOperationsControllerRunWorkflowData, PlatformApiAgenticWorkflowOperationsControllerRunWorkflowError, PlatformApiAgenticWorkflowOperationsControllerRunWorkflowErrors, PlatformApiAgenticWorkflowOperationsControllerRunWorkflowResponse, PlatformApiAgenticWorkflowOperationsControllerRunWorkflowResponses, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogDownloadData, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogDownloadError, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogDownloadErrors, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogDownloadResponse, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogDownloadResponses, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogShowData, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogShowError, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogShowErrors, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogShowResponse, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogShowResponses, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogsIndexData, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogsIndexError, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogsIndexErrors, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogsIndexResponse, PlatformApiAgenticWorkflowOperationsControllerWorkflowLogsIndexResponses, PlatformApiAiAgentControllerCreateData, PlatformApiAiAgentControllerCreateError, PlatformApiAiAgentControllerCreateErrors, PlatformApiAiAgentControllerCreateResponse, PlatformApiAiAgentControllerCreateResponses, PlatformApiAiAgentControllerDeleteData, PlatformApiAiAgentControllerDeleteError, PlatformApiAiAgentControllerDeleteErrors, PlatformApiAiAgentControllerDeleteResponse, PlatformApiAiAgentControllerDeleteResponses, PlatformApiAiAgentControllerIndexData, PlatformApiAiAgentControllerIndexError, PlatformApiAiAgentControllerIndexErrors, PlatformApiAiAgentControllerIndexResponse, PlatformApiAiAgentControllerIndexResponses, PlatformApiAiAgentControllerShowData, PlatformApiAiAgentControllerShowError, PlatformApiAiAgentControllerShowErrors, PlatformApiAiAgentControllerShowResponse, PlatformApiAiAgentControllerShowResponses, PlatformApiAiAgentControllerUpdateData, PlatformApiAiAgentControllerUpdateError, PlatformApiAiAgentControllerUpdateErrors, PlatformApiAiAgentControllerUpdateResponse, PlatformApiAiAgentControllerUpdateResponses, PlatformApiAuthControllerSignUpData, PlatformApiAuthControllerSignUpError, PlatformApiAuthControllerSignUpErrors, PlatformApiAuthControllerSignUpResponse, PlatformApiAuthControllerSignUpResponses, PlatformApiConnectedAppControllerResolvePageData, PlatformApiConnectedAppControllerResolvePageError, PlatformApiConnectedAppControllerResolvePageErrors, PlatformApiConnectedAppControllerResolvePageResponse, PlatformApiConnectedAppControllerResolvePageResponses, PlatformApiConnectedAppControllerUpdateMessageTrackingData, PlatformApiConnectedAppControllerUpdateMessageTrackingError, PlatformApiConnectedAppControllerUpdateMessageTrackingErrors, PlatformApiConnectedAppControllerUpdateMessageTrackingResponse, PlatformApiConnectedAppControllerUpdateMessageTrackingResponses, PlatformApiConnectedAppMgmtControllerCreateData, PlatformApiConnectedAppMgmtControllerCreateError, PlatformApiConnectedAppMgmtControllerCreateErrors, PlatformApiConnectedAppMgmtControllerCreateResponse, PlatformApiConnectedAppMgmtControllerCreateResponses, PlatformApiConnectedAppMgmtControllerIndexData, PlatformApiConnectedAppMgmtControllerIndexError, PlatformApiConnectedAppMgmtControllerIndexErrors, PlatformApiConnectedAppMgmtControllerIndexResponse, PlatformApiConnectedAppMgmtControllerIndexResponses, PlatformApiConnectedAppMgmtControllerShowData, PlatformApiConnectedAppMgmtControllerShowError, PlatformApiConnectedAppMgmtControllerShowErrors, PlatformApiConnectedAppMgmtControllerShowResponse, PlatformApiConnectedAppMgmtControllerShowResponses, PlatformApiConnectedAppMgmtControllerSyncRoutesData, PlatformApiConnectedAppMgmtControllerSyncRoutesError, PlatformApiConnectedAppMgmtControllerSyncRoutesErrors, PlatformApiConnectedAppMgmtControllerSyncRoutesResponse, PlatformApiConnectedAppMgmtControllerSyncRoutesResponses, PlatformApiConnectedAppMgmtControllerUpdateData, PlatformApiConnectedAppMgmtControllerUpdateError, PlatformApiConnectedAppMgmtControllerUpdateErrors, PlatformApiConnectedAppMgmtControllerUpdateResponse, PlatformApiConnectedAppMgmtControllerUpdateResponses, PlatformApiDataActivationClientControllerCreateData, PlatformApiDataActivationClientControllerCreateError, PlatformApiDataActivationClientControllerCreateErrors, PlatformApiDataActivationClientControllerCreateResponse, PlatformApiDataActivationClientControllerCreateResponses, PlatformApiDataActivationClientControllerDeleteData, PlatformApiDataActivationClientControllerDeleteError, PlatformApiDataActivationClientControllerDeleteErrors, PlatformApiDataActivationClientControllerDeleteResponse, PlatformApiDataActivationClientControllerDeleteResponses, PlatformApiDataActivationClientControllerIndexData, PlatformApiDataActivationClientControllerIndexError, PlatformApiDataActivationClientControllerIndexErrors, PlatformApiDataActivationClientControllerIndexResponse, PlatformApiDataActivationClientControllerIndexResponses, PlatformApiDataActivationClientControllerIngestData, PlatformApiDataActivationClientControllerIngestError, PlatformApiDataActivationClientControllerIngestErrors, PlatformApiDataActivationClientControllerIngestFileData, PlatformApiDataActivationClientControllerIngestFileError, PlatformApiDataActivationClientControllerIngestFileErrors, PlatformApiDataActivationClientControllerIngestFileResponse, PlatformApiDataActivationClientControllerIngestFileResponses, PlatformApiDataActivationClientControllerIngestResponse, PlatformApiDataActivationClientControllerIngestResponses, PlatformApiDataActivationClientControllerLogShowData, PlatformApiDataActivationClientControllerLogShowError, PlatformApiDataActivationClientControllerLogShowErrors, PlatformApiDataActivationClientControllerLogShowResponse, PlatformApiDataActivationClientControllerLogShowResponses, PlatformApiDataActivationClientControllerLogsIndexData, PlatformApiDataActivationClientControllerLogsIndexError, PlatformApiDataActivationClientControllerLogsIndexErrors, PlatformApiDataActivationClientControllerLogsIndexResponse, PlatformApiDataActivationClientControllerLogsIndexResponses, PlatformApiDataActivationClientControllerMetadataData, PlatformApiDataActivationClientControllerMetadataError, PlatformApiDataActivationClientControllerMetadataErrors, PlatformApiDataActivationClientControllerMetadataResponse, PlatformApiDataActivationClientControllerMetadataResponses, PlatformApiDataActivationClientControllerRunManuallyData, PlatformApiDataActivationClientControllerRunManuallyError, PlatformApiDataActivationClientControllerRunManuallyErrors, PlatformApiDataActivationClientControllerRunManuallyResponse, PlatformApiDataActivationClientControllerRunManuallyResponses, PlatformApiDataActivationClientControllerShowData, PlatformApiDataActivationClientControllerShowError, PlatformApiDataActivationClientControllerShowErrors, PlatformApiDataActivationClientControllerShowResponse, PlatformApiDataActivationClientControllerShowResponses, PlatformApiDataActivationClientControllerUpdateData, PlatformApiDataActivationClientControllerUpdateError, PlatformApiDataActivationClientControllerUpdateErrors, PlatformApiDataActivationClientControllerUpdateResponse, PlatformApiDataActivationClientControllerUpdateResponses, PlatformApiDatalakeControllerCreateData, PlatformApiDatalakeControllerCreateDownloadLinkData, PlatformApiDatalakeControllerCreateDownloadLinkError, PlatformApiDatalakeControllerCreateDownloadLinkErrors, PlatformApiDatalakeControllerCreateDownloadLinkResponse, PlatformApiDatalakeControllerCreateDownloadLinkResponses, PlatformApiDatalakeControllerCreateError, PlatformApiDatalakeControllerCreateErrors, PlatformApiDatalakeControllerCreateResponse, PlatformApiDatalakeControllerCreateResponses, PlatformApiDatalakeControllerCreateUploadLinkData, PlatformApiDatalakeControllerCreateUploadLinkError, PlatformApiDatalakeControllerCreateUploadLinkErrors, PlatformApiDatalakeControllerCreateUploadLinkResponse, PlatformApiDatalakeControllerCreateUploadLinkResponses, PlatformApiDatalakeControllerIndexData, PlatformApiDatalakeControllerIndexError, PlatformApiDatalakeControllerIndexErrors, PlatformApiDatalakeControllerIndexResponse, PlatformApiDatalakeControllerIndexResponses, PlatformApiDatalakeControllerMetadataData, PlatformApiDatalakeControllerMetadataError, PlatformApiDatalakeControllerMetadataErrors, PlatformApiDatalakeControllerMetadataResponse, PlatformApiDatalakeControllerMetadataResponses, PlatformApiDatalakeControllerMigrateData, PlatformApiDatalakeControllerMigrateError, PlatformApiDatalakeControllerMigrateErrors, PlatformApiDatalakeControllerMigrateResponse, PlatformApiDatalakeControllerMigrateResponses, PlatformApiDatalakeControllerShowData, PlatformApiDatalakeControllerShowError, PlatformApiDatalakeControllerShowErrors, PlatformApiDatalakeControllerShowResponse, PlatformApiDatalakeControllerShowResponses, PlatformApiDatasetControllerCreateUserSearchData, PlatformApiDatasetControllerCreateUserSearchError, PlatformApiDatasetControllerCreateUserSearchErrors, PlatformApiDatasetControllerCreateUserSearchResponse, PlatformApiDatasetControllerCreateUserSearchResponses, PlatformApiDatasetControllerDatasetMetadataData, PlatformApiDatasetControllerDatasetMetadataError, PlatformApiDatasetControllerDatasetMetadataErrors, PlatformApiDatasetControllerDatasetMetadataResponse, PlatformApiDatasetControllerDatasetMetadataResponses, PlatformApiDatasetControllerSearchData, PlatformApiDatasetControllerSearchError, PlatformApiDatasetControllerSearchErrors, PlatformApiDatasetControllerSearchResponse, PlatformApiDatasetControllerSearchResponses, PlatformApiDataSourceControllerCreateData, PlatformApiDataSourceControllerCreateError, PlatformApiDataSourceControllerCreateErrors, PlatformApiDataSourceControllerCreateResponse, PlatformApiDataSourceControllerCreateResponses, PlatformApiDataSourceControllerIndexData, PlatformApiDataSourceControllerIndexError, PlatformApiDataSourceControllerIndexErrors, PlatformApiDataSourceControllerIndexResponse, PlatformApiDataSourceControllerIndexResponses, PlatformApiDataSourceControllerUpdateData, PlatformApiDataSourceControllerUpdateError, PlatformApiDataSourceControllerUpdateErrors, PlatformApiDataSourceControllerUpdateResponse, PlatformApiDataSourceControllerUpdateResponses, PlatformApiGenericTableControllerCreateData, PlatformApiGenericTableControllerCreateError, PlatformApiGenericTableControllerCreateErrors, PlatformApiGenericTableControllerCreateResponse, PlatformApiGenericTableControllerCreateResponses, PlatformApiGenericTableControllerIndexData, PlatformApiGenericTableControllerIndexError, PlatformApiGenericTableControllerIndexErrors, PlatformApiGenericTableControllerIndexResponse, PlatformApiGenericTableControllerIndexResponses, PlatformApiInteroperabilityContractControllerCreateData, PlatformApiInteroperabilityContractControllerCreateError, PlatformApiInteroperabilityContractControllerCreateErrors, PlatformApiInteroperabilityContractControllerCreateResponse, PlatformApiInteroperabilityContractControllerCreateResponses, PlatformApiInteroperabilityContractControllerDeleteData, PlatformApiInteroperabilityContractControllerDeleteError, PlatformApiInteroperabilityContractControllerDeleteErrors, PlatformApiInteroperabilityContractControllerDeleteResponse, PlatformApiInteroperabilityContractControllerDeleteResponses, PlatformApiInteroperabilityContractControllerIndexData, PlatformApiInteroperabilityContractControllerIndexError, PlatformApiInteroperabilityContractControllerIndexErrors, PlatformApiInteroperabilityContractControllerIndexResponse, PlatformApiInteroperabilityContractControllerIndexResponses, PlatformApiInteroperabilityContractControllerMetadataData, PlatformApiInteroperabilityContractControllerMetadataError, PlatformApiInteroperabilityContractControllerMetadataErrors, PlatformApiInteroperabilityContractControllerMetadataResponse, PlatformApiInteroperabilityContractControllerMetadataResponses, PlatformApiInteroperabilityContractControllerRunData, PlatformApiInteroperabilityContractControllerRunError, PlatformApiInteroperabilityContractControllerRunErrors, PlatformApiInteroperabilityContractControllerRunResponse, PlatformApiInteroperabilityContractControllerRunResponses, PlatformApiInteroperabilityContractControllerShowData, PlatformApiInteroperabilityContractControllerShowError, PlatformApiInteroperabilityContractControllerShowErrors, PlatformApiInteroperabilityContractControllerShowResponse, PlatformApiInteroperabilityContractControllerShowResponses, PlatformApiInteroperabilityContractControllerUpdateData, PlatformApiInteroperabilityContractControllerUpdateError, PlatformApiInteroperabilityContractControllerUpdateErrors, PlatformApiInteroperabilityContractControllerUpdateResponse, PlatformApiInteroperabilityContractControllerUpdateResponses, PlatformApiInvitationControllerAcceptData, PlatformApiInvitationControllerAcceptError, PlatformApiInvitationControllerAcceptErrors, PlatformApiInvitationControllerAcceptResponse, PlatformApiInvitationControllerAcceptResponses, PlatformApiInvitationControllerCreateData, PlatformApiInvitationControllerCreateError, PlatformApiInvitationControllerCreateErrors, PlatformApiInvitationControllerCreateResponse, PlatformApiInvitationControllerCreateResponses, PlatformApiInvitationControllerIndexData, PlatformApiInvitationControllerIndexError, PlatformApiInvitationControllerIndexErrors, PlatformApiInvitationControllerIndexResponse, PlatformApiInvitationControllerIndexResponses, PlatformApiMdmControllerVerifyData, PlatformApiMdmControllerVerifyError, PlatformApiMdmControllerVerifyErrors, PlatformApiMdmControllerVerifyResponse, PlatformApiMdmControllerVerifyResponses, PlatformApiPingControllerPingData, PlatformApiPingControllerPingError, PlatformApiPingControllerPingErrors, PlatformApiPingControllerPingResponse, PlatformApiPingControllerPingResponses, PlatformApiSessionControllerCreateData, PlatformApiSessionControllerCreateError, PlatformApiSessionControllerCreateErrors, PlatformApiSessionControllerCreateResponse, PlatformApiSessionControllerCreateResponses, PlatformApiSessionControllerDeleteData, PlatformApiSessionControllerDeleteError, PlatformApiSessionControllerDeleteErrors, PlatformApiSessionControllerDeleteResponses, PlatformApiSessionControllerVerifyData, PlatformApiSessionControllerVerifyError, PlatformApiSessionControllerVerifyErrors, PlatformApiSessionControllerVerifyResponse, PlatformApiSessionControllerVerifyResponses, PlatformApiTenantControllerCreateData, PlatformApiTenantControllerCreateError, PlatformApiTenantControllerCreateErrors, PlatformApiTenantControllerCreateResponse, PlatformApiTenantControllerCreateResponses, PlatformApiTenantControllerIndexData, PlatformApiTenantControllerIndexError, PlatformApiTenantControllerIndexErrors, PlatformApiTenantControllerIndexResponse, PlatformApiTenantControllerIndexResponses, PlatformApiToolControllerCreateData, PlatformApiToolControllerCreateError, PlatformApiToolControllerCreateErrors, PlatformApiToolControllerCreateResponse, PlatformApiToolControllerCreateResponses, PlatformApiToolControllerDeleteData, PlatformApiToolControllerDeleteError, PlatformApiToolControllerDeleteErrors, PlatformApiToolControllerDeleteResponse, PlatformApiToolControllerDeleteResponses, PlatformApiToolControllerIndexData, PlatformApiToolControllerIndexError, PlatformApiToolControllerIndexErrors, PlatformApiToolControllerIndexResponse, PlatformApiToolControllerIndexResponses, PlatformApiToolControllerShowData, PlatformApiToolControllerShowError, PlatformApiToolControllerShowErrors, PlatformApiToolControllerShowResponse, PlatformApiToolControllerShowResponses, PlatformApiToolControllerTestInvocationData, PlatformApiToolControllerTestInvocationError, PlatformApiToolControllerTestInvocationErrors, PlatformApiToolControllerTestInvocationResponse, PlatformApiToolControllerTestInvocationResponses, PlatformApiToolControllerUpdateData, PlatformApiToolControllerUpdateError, PlatformApiToolControllerUpdateErrors, PlatformApiToolControllerUpdateResponse, PlatformApiToolControllerUpdateResponses, ResolvePageRequest, ResolvePageResponse, RestapiRequest, RestapiRequestWritable, RestapiResponse, RestapiResponseWritable, RestCallRequest, RestCallRequestWritable, RestCallResponse, RestCallResponseWritable, RoleResponse, RoleResponseWritable, RunManuallyRequest, RunManuallyRequestWritable, RunManuallyResponse, RunWorkflowRequest, RunWorkflowResponse, S3CallRequest, S3CallResponse, S3CloudStorageAwsRequest, S3CloudStorageAwsRequestWritable, S3CloudStorageAwsResponse, S3CloudStorageAwsResponseWritable, S3CloudStorageR2Request, S3CloudStorageR2RequestWritable, S3CloudStorageR2Response, S3CloudStorageR2ResponseWritable, S3Request, S3RequestWritable, S3Response, S3ResponseWritable, SessionResponse, SessionResponseWritable, SftpCallRequest, SftpCallResponse, SftpRequest, SftpRequestWritable, SftpResponse, SftpResponseWritable, SharePointExcelCallRequest, SharePointExcelCallResponse, SharePointRequest, SharePointRequestWritable, SharePointResponse, SharePointResponseWritable, SignInRequest, SignUpRequest, SignUpRequestWritable, SmsCallRequest, SmsCallRequestWritable, SmsCallResponse, SmsCallResponseWritable, SnsRequest, SnsRequestWritable, SnsResponse, SnsResponseWritable, SqlDatabaseRequest, SqlDatabaseRequestWritable, SqlDatabaseResponse, SqlDatabaseResponseWritable, SqlQueryCallRequest, SqlQueryCallRequestWritable, SqlQueryCallResponse, SqlQueryCallResponseWritable, SqsRequest, SqsRequestWritable, SqsResponse, SqsResponseWritable, SyncRoutesResponse, TemplateConfigRequest, TemplateConfigRequestWritable, TemplateConfigResponse, TemplateConfigResponseWritable, TenantListResponse, TenantListResponseWritable, TenantRequest, TenantResponse, TenantResponseWritable, ToolAwsLambdaRequest, ToolAwsLambdaRequestWritable, ToolAwsLambdaResponse, ToolAwsLambdaResponseWritable, ToolCloudWatchLogGroupRequest, ToolCloudWatchLogGroupRequestWritable, ToolCloudWatchLogGroupResponse, ToolCloudWatchLogGroupResponseWritable, ToolEmailRequest, ToolEmailRequestWritable, ToolEmailResponse, ToolEmailResponseWritable, ToolListResponse, ToolListResponseWritable, ToolManualUploadRequest, ToolManualUploadResponse, ToolRequest, ToolRequestWritable, ToolResponse, ToolResponseWritable, ToolRestapiRequest, ToolRestapiRequestWritable, ToolRestapiResponse, ToolRestapiResponseWritable, ToolS3Request, ToolS3RequestWritable, ToolS3Response, ToolS3ResponseWritable, ToolSftpRequest, ToolSftpRequestWritable, ToolSftpResponse, ToolSftpResponseWritable, ToolSharePointRequest, ToolSharePointRequestWritable, ToolSharePointResponse, ToolSharePointResponseWritable, ToolSnsRequest, ToolSnsRequestWritable, ToolSnsResponse, ToolSnsResponseWritable, ToolSqlDatabaseRequest, ToolSqlDatabaseRequestWritable, ToolSqlDatabaseResponse, ToolSqlDatabaseResponseWritable, ToolSqsRequest, ToolSqsRequestWritable, ToolSqsResponse, ToolSqsResponseWritable, UpdatePageRequest, UpdatePageResponse, UploadLinkRequest, UploadLinkResponse, UserResponse, UserResponseWritable, UserSearchRequest, UserSearchResponse, UserSearchResponseWritable, WorkflowAiAgentRequest, WorkflowAiAgentRequestWritable, WorkflowAiAgentResponse, WorkflowAiAgentResponseWritable, WorkflowLogListResponse, WorkflowLogListResponseWritable, WorkflowLogResponse, WorkflowLogResponseWritable } from './types.gen';
|