@smartspace/api-client 0.1.0-pr.812.c534e37 → 0.1.0-pr.815.b53848e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +5 -5
- package/dist/generated/chat/api.js +4 -4
- package/dist/generated/chat/models/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/chat/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/chat/models/index.d.ts +2 -2
- package/dist/generated/chat/models/index.js +2 -2
- package/dist/generated/chat/zod.d.ts +4 -4
- package/dist/generated/chat/zod.js +10 -10
- package/dist/generated/config/api.d.ts +10 -10
- package/dist/generated/config/api.js +5 -5
- package/dist/generated/config/models/{blocksBlockSet.d.ts → blockBlockSet.d.ts} +3 -3
- package/dist/generated/config/models/{blocksGetBlocks200One.d.ts → blockBlockSetBlockInterfaces.d.ts} +3 -3
- package/dist/generated/config/models/{blocksBlockInfo.d.ts → blockInfo.d.ts} +3 -3
- package/dist/generated/config/models/blockInterface.d.ts +17 -0
- package/dist/generated/config/models/{blocksPortInterfaceMetadata.d.ts → blockInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blockInterfacePorts.d.ts +10 -0
- package/dist/generated/config/models/blockInterfaceState.d.ts +10 -0
- package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
- package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/config/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
- package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
- package/dist/generated/config/models/index.d.ts +28 -30
- package/dist/generated/config/models/index.js +28 -30
- package/dist/generated/config/models/inputPinInterface.d.ts +23 -0
- package/dist/generated/config/models/{blocksStateInterfaceDefault.d.ts → inputPinInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{blocksInputPinInterfaceGenerics.d.ts → inputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/{blocksBlockInterfaceMetadata.d.ts → inputPinInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/{blocksStateInterfaceMetadata.d.ts → inputPinInterfaceSchema.d.ts} +1 -1
- package/dist/generated/config/models/outputPinInterface.d.ts +19 -0
- package/dist/generated/config/models/{blocksOutputPinInterfaceGenerics.d.ts → outputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/{blocksInputPinInterfaceSchema.d.ts → outputPinInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +9 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
- package/dist/generated/config/models/portInterface.d.ts +17 -0
- package/dist/generated/config/models/portInterfaceInputs.d.ts +10 -0
- package/dist/generated/config/models/portInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +10 -0
- package/dist/generated/config/models/stateInterface.d.ts +15 -0
- package/dist/generated/config/models/{blocksInputPinInterfaceDefault.d.ts → stateInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/stateInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/stateInterfaceMetadata.js +8 -0
- package/dist/generated/config/zod.d.ts +77 -7
- package/dist/generated/config/zod.js +30 -29
- package/package.json +1 -1
- package/dist/generated/config/models/blocksBlockInterface.d.ts +0 -17
- package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +0 -10
- package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +0 -10
- package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +0 -12
- package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +0 -12
- package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +0 -12
- package/dist/generated/config/models/blocksInputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +0 -9
- package/dist/generated/config/models/blocksOutputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +0 -9
- package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/blocksPortInterface.d.ts +0 -17
- package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/blocksStateInterface.d.ts +0 -15
- package/dist/generated/config/models/blocksStateInterface.js +0 -2
- package/dist/generated/config/models/ingestedBlob.js +0 -2
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.js +0 -2
- /package/dist/generated/chat/models/{file.js → filesFile.js} +0 -0
- /package/dist/generated/chat/models/{fileUriResponse.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInfo.js → blockBlockSet.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterface.js → blockBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterfacePorts.js → blockInfo.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterfaceState.js → blockInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterfaceMetadata.js → blockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockSet.js → blockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockSetBlockInterfaces.js → blockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceDefault.js → filesCreateFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceMetadata.js → filesFile.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceSchema.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200One.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200Three.js → inputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceMetadata.js → inputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200Two.js → inputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceSchema.js → inputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceMetadata.js → inputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterface.js → outputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceGenerics.js → outputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterfaceDefault.js → outputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterfaceMetadata.js → outputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterface.js → pagedDataCollectionFilesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceGenerics.js → portInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterface.js → portInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{file.js → portInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceInputs.js → portInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceOutputs.js → stateInterface.js} +0 -0
- /package/dist/generated/config/models/{fileUriResponse.js → stateInterfaceDefault.js} +0 -0
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type { AppUserAppUser, CommentComment, CreateComment, CreateMessageThread, DocumentsGetDocumentSasParams,
|
|
7
|
+
import type { AppUserAppUser, CommentComment, CreateComment, CreateMessageThread, DocumentsGetDocumentSasParams, FilesDownloadFileParams, FilesFile, FilesFileUriResponse, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, IntegrationsAzureStorageSasToken, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetCommentsParams, MessageThreadsThreadMessagesIdMessagesParams, MessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams, MessagesGetCommentsParams, ModelModel, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionCommentCommentSummary, PagedDataCollectionMessageMessage, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, WorkSpace, WorkSpacesGetAccessParams, WorkSpacesGetGetParams, WorkSpacesGetUsersParams, WorkSpacesThreadParams } from './models';
|
|
8
8
|
export declare const getSmartSpaceChatAPI: () => {
|
|
9
|
-
filesUploadFiles: (filesUploadFilesBody: FilesUploadFilesBody) => Promise<import("axios").AxiosResponse<
|
|
10
|
-
filesGetFileInfo: (id: string, params?: FilesGetFileInfoParams) => Promise<import("axios").AxiosResponse<
|
|
11
|
-
filesDownloadFile: (id: string, params?: FilesDownloadFileParams) => Promise<import("axios").AxiosResponse<
|
|
12
|
-
filesGetUri: (id: string, params?: FilesGetUriParams) => Promise<import("axios").AxiosResponse<
|
|
9
|
+
filesUploadFiles: (filesUploadFilesBody: FilesUploadFilesBody) => Promise<import("axios").AxiosResponse<void | FilesFile[], any, {}>>;
|
|
10
|
+
filesGetFileInfo: (id: string, params?: FilesGetFileInfoParams) => Promise<import("axios").AxiosResponse<FilesFile, any, {}>>;
|
|
11
|
+
filesDownloadFile: (id: string, params?: FilesDownloadFileParams) => Promise<import("axios").AxiosResponse<unknown, any, {}>>;
|
|
12
|
+
filesGetUri: (id: string, params?: FilesGetUriParams) => Promise<import("axios").AxiosResponse<FilesFileUriResponse, any, {}>>;
|
|
13
13
|
flowRunsGetVariables: (id: string) => Promise<import("axios").AxiosResponse<FlowRunsGetVariables200One | FlowRunsGetVariables200Three | FlowRunsGetVariables200Two, any, {}>>;
|
|
14
14
|
flowRunsSetVariable: (id: string, variableName: string, flowRunsSetVariableBody: unknown) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
15
15
|
messageThreadsThreadId: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -4,7 +4,7 @@ exports.getSmartSpaceChatAPI = void 0;
|
|
|
4
4
|
const instance_1 = require("../../instance");
|
|
5
5
|
const getSmartSpaceChatAPI = () => {
|
|
6
6
|
/**
|
|
7
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
7
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
8
8
|
*/
|
|
9
9
|
const filesUploadFiles = (filesUploadFilesBody) => {
|
|
10
10
|
const formData = new FormData();
|
|
@@ -35,7 +35,7 @@ const getSmartSpaceChatAPI = () => {
|
|
|
35
35
|
});
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
|
-
* @summary Get details for a file previously uploaded
|
|
38
|
+
* @summary Get details for a file previously uploaded.
|
|
39
39
|
*/
|
|
40
40
|
const filesGetFileInfo = (id, params) => {
|
|
41
41
|
return (0, instance_1.customInstance)({ url: `/Files/${id}`, method: 'GET',
|
|
@@ -43,7 +43,7 @@ const getSmartSpaceChatAPI = () => {
|
|
|
43
43
|
});
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
|
-
* @summary Download a previously uploaded file
|
|
46
|
+
* @summary Download a previously uploaded file.
|
|
47
47
|
*/
|
|
48
48
|
const filesDownloadFile = (id, params) => {
|
|
49
49
|
return (0, instance_1.customInstance)({ url: `/Files/${id}/download`, method: 'GET',
|
|
@@ -51,7 +51,7 @@ const getSmartSpaceChatAPI = () => {
|
|
|
51
51
|
});
|
|
52
52
|
};
|
|
53
53
|
/**
|
|
54
|
-
* @summary Get URI of a previously uploaded file
|
|
54
|
+
* @summary Get URI of a previously uploaded file.
|
|
55
55
|
*/
|
|
56
56
|
const filesGetUri = (id, params) => {
|
|
57
57
|
return (0, instance_1.customInstance)({ url: `/Files/${id}/uri`, method: 'GET',
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesDownloadFileParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetUriParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -31,9 +31,9 @@ export * from './enumsModelRole';
|
|
|
31
31
|
export * from './enumsNotificationType';
|
|
32
32
|
export * from './enumsVirtualMachineServerType';
|
|
33
33
|
export * from './enumsWorkSpaceOrderBy';
|
|
34
|
-
export * from './file';
|
|
35
|
-
export * from './fileUriResponse';
|
|
36
34
|
export * from './filesDownloadFileParams';
|
|
35
|
+
export * from './filesFile';
|
|
36
|
+
export * from './filesFileUriResponse';
|
|
37
37
|
export * from './filesGetFileInfoParams';
|
|
38
38
|
export * from './filesGetUriParams';
|
|
39
39
|
export * from './filesUploadFilesBody';
|
|
@@ -47,9 +47,9 @@ __exportStar(require("./enumsModelRole"), exports);
|
|
|
47
47
|
__exportStar(require("./enumsNotificationType"), exports);
|
|
48
48
|
__exportStar(require("./enumsVirtualMachineServerType"), exports);
|
|
49
49
|
__exportStar(require("./enumsWorkSpaceOrderBy"), exports);
|
|
50
|
-
__exportStar(require("./file"), exports);
|
|
51
|
-
__exportStar(require("./fileUriResponse"), exports);
|
|
52
50
|
__exportStar(require("./filesDownloadFileParams"), exports);
|
|
51
|
+
__exportStar(require("./filesFile"), exports);
|
|
52
|
+
__exportStar(require("./filesFileUriResponse"), exports);
|
|
53
53
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
54
54
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
55
55
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import zod from 'zod';
|
|
8
8
|
/**
|
|
9
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
9
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
10
10
|
*/
|
|
11
11
|
export declare const filesUploadFilesBodyThreadIdRegExp: RegExp;
|
|
12
12
|
export declare const filesUploadFilesBodyUploadIdRegExp: RegExp;
|
|
@@ -46,7 +46,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
46
46
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
47
47
|
}, zod.core.$strip>>;
|
|
48
48
|
/**
|
|
49
|
-
* @summary Get details for a file previously uploaded
|
|
49
|
+
* @summary Get details for a file previously uploaded.
|
|
50
50
|
*/
|
|
51
51
|
export declare const filesGetFileInfoPathIdRegExp: RegExp;
|
|
52
52
|
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
@@ -73,7 +73,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
|
73
73
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
74
74
|
}, zod.core.$strip>;
|
|
75
75
|
/**
|
|
76
|
-
* @summary Download a previously uploaded file
|
|
76
|
+
* @summary Download a previously uploaded file.
|
|
77
77
|
*/
|
|
78
78
|
export declare const filesDownloadFilePathIdRegExp: RegExp;
|
|
79
79
|
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
@@ -86,7 +86,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
|
86
86
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
87
87
|
}, zod.core.$strict>;
|
|
88
88
|
/**
|
|
89
|
-
* @summary Get URI of a previously uploaded file
|
|
89
|
+
* @summary Get URI of a previously uploaded file.
|
|
90
90
|
*/
|
|
91
91
|
export declare const filesGetUriPathIdRegExp: RegExp;
|
|
92
92
|
export declare const filesGetUriParams: zod.ZodObject<{
|
|
@@ -16,7 +16,7 @@ exports.messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdM
|
|
|
16
16
|
*/
|
|
17
17
|
const zod_1 = __importDefault(require("zod"));
|
|
18
18
|
/**
|
|
19
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
19
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
20
20
|
*/
|
|
21
21
|
exports.filesUploadFilesBodyThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
22
22
|
exports.filesUploadFilesBodyUploadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -46,7 +46,7 @@ exports.filesUploadFilesResponseItem = zod_1.default.object({
|
|
|
46
46
|
});
|
|
47
47
|
exports.filesUploadFilesResponse = zod_1.default.array(exports.filesUploadFilesResponseItem);
|
|
48
48
|
/**
|
|
49
|
-
* @summary Get details for a file previously uploaded
|
|
49
|
+
* @summary Get details for a file previously uploaded.
|
|
50
50
|
*/
|
|
51
51
|
exports.filesGetFileInfoPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
52
52
|
exports.filesGetFileInfoParams = zod_1.default.strictObject({
|
|
@@ -73,30 +73,30 @@ exports.filesGetFileInfoResponse = zod_1.default.object({
|
|
|
73
73
|
"workspaceId": zod_1.default.string().regex(exports.filesGetFileInfoResponseWorkspaceIdRegExp).nullish()
|
|
74
74
|
});
|
|
75
75
|
/**
|
|
76
|
-
* @summary Download a previously uploaded file
|
|
76
|
+
* @summary Download a previously uploaded file.
|
|
77
77
|
*/
|
|
78
78
|
exports.filesDownloadFilePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
79
79
|
exports.filesDownloadFileParams = zod_1.default.strictObject({
|
|
80
|
-
"id": zod_1.default.string().regex(exports.filesDownloadFilePathIdRegExp)
|
|
80
|
+
"id": zod_1.default.string().regex(exports.filesDownloadFilePathIdRegExp)
|
|
81
81
|
});
|
|
82
82
|
exports.filesDownloadFileQueryThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
83
83
|
exports.filesDownloadFileQueryWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
84
84
|
exports.filesDownloadFileQueryParams = zod_1.default.strictObject({
|
|
85
|
-
"threadId": zod_1.default.string().regex(exports.filesDownloadFileQueryThreadIdRegExp).optional()
|
|
86
|
-
"workspaceId": zod_1.default.string().regex(exports.filesDownloadFileQueryWorkspaceIdRegExp).optional()
|
|
85
|
+
"threadId": zod_1.default.string().regex(exports.filesDownloadFileQueryThreadIdRegExp).optional(),
|
|
86
|
+
"workspaceId": zod_1.default.string().regex(exports.filesDownloadFileQueryWorkspaceIdRegExp).optional()
|
|
87
87
|
});
|
|
88
88
|
/**
|
|
89
|
-
* @summary Get URI of a previously uploaded file
|
|
89
|
+
* @summary Get URI of a previously uploaded file.
|
|
90
90
|
*/
|
|
91
91
|
exports.filesGetUriPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
92
92
|
exports.filesGetUriParams = zod_1.default.strictObject({
|
|
93
|
-
"id": zod_1.default.string().regex(exports.filesGetUriPathIdRegExp)
|
|
93
|
+
"id": zod_1.default.string().regex(exports.filesGetUriPathIdRegExp)
|
|
94
94
|
});
|
|
95
95
|
exports.filesGetUriQueryThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
96
96
|
exports.filesGetUriQueryWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
97
97
|
exports.filesGetUriQueryParams = zod_1.default.strictObject({
|
|
98
|
-
"threadId": zod_1.default.string().regex(exports.filesGetUriQueryThreadIdRegExp).optional()
|
|
99
|
-
"workspaceId": zod_1.default.string().regex(exports.filesGetUriQueryWorkspaceIdRegExp).optional()
|
|
98
|
+
"threadId": zod_1.default.string().regex(exports.filesGetUriQueryThreadIdRegExp).optional(),
|
|
99
|
+
"workspaceId": zod_1.default.string().regex(exports.filesGetUriQueryWorkspaceIdRegExp).optional()
|
|
100
100
|
});
|
|
101
101
|
exports.filesGetUriResponse = zod_1.default.object({
|
|
102
102
|
"uri": zod_1.default.string()
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams, AppRole, AppUserAppUser, AppUserAppUserDetail, AppUserAppUserSearchResult, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo,
|
|
7
|
+
import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams, AppRole, AppUserAppUser, AppUserAppUserDetail, AppUserAppUserSearchResult, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlockBlockSet, BlockInfo, BlockSetsAddBlockSetBody, BlockSetsGetBlockSetsParams, BlocksGetBlocksParams, ConfigApiAddMessageFileFromBlobUri, ConfigApiRunFlowRequest, ContainersPostParams, CoreManagementSmartSpaceUpgradeUpdate, CreateDataSet, CreateDataSource, CreateDataSpace, CreateModel, CreateModelConfiguration, CreateModelDeploymentProvider, CreateWorkSpace, DataSet, DataSetItemCreateRequest, DataSetProperty, DataSetSearchRequest, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetGetParams, DataSetsGetIdItemsParams, DataSourceContainer, DataSourceType, DataSourcesContainersParams, DataSourcesDataSourceContainer, DataSourcesGetParams, DataSourcesTestConnectionResult, DataSpace, DataSpacesGetDataSetsParams, DataSpacesGetParams, DebugLogsResponse, DocumentsGetDocumentSasParams, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, FilesDownloadFileParams, FilesFile, FilesFileUriResponse, FilesGetFileInfoParams, FilesGetUriParams, FilesIngestedBlob, FilesUploadFilesBody, FlowDefinition, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiDebugLogsResponse, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageSandBoxMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelModel, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionActivityActivityWorkSpace, PagedDataCollectionAppUserAppUser, PagedDataCollectionAppUserAppUserDetail, PagedDataCollectionAppUserAppUserSearchResult, PagedDataCollectionAppUserServicePrincipalSearchResult, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSet, PagedDataCollectionDataSource, PagedDataCollectionDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, TestDataSourceConnection, UpdateDataSet, UpdateDataSetBasicInfo, UpdateDataSource, UpdateDataSourceCredentials, UpdateDataSpace, UsersAdminPermissionParams, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpace, WorkSpaceBasicInfo, WorkSpaceTemplatesGetParams, WorkSpaceUser, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesWorkspaceFilesBody } from './models';
|
|
8
8
|
export declare const getSmartSpaceAdminAPI: () => {
|
|
9
9
|
accessGetAccesses: (params?: AccessGetAccessesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccess, any, {}>>;
|
|
10
10
|
accessAddAccess: (access: Access) => Promise<import("axios").AxiosResponse<Access, any, {}>>;
|
|
@@ -23,10 +23,10 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
23
23
|
applicationUpdateReapplyCurrentVersion: () => Promise<import("axios").AxiosResponse<ApplicationUpdateVersionInfo, any, {}>>;
|
|
24
24
|
applicationUpdateGetLatestAvailableVersion: () => Promise<import("axios").AxiosResponse<void | ApplicationUpdateVersionInfo, any, {}>>;
|
|
25
25
|
applicationUpdateApplyLatestAvailableVersion: () => Promise<import("axios").AxiosResponse<void | ApplicationUpdateVersionInfo, any, {}>>;
|
|
26
|
-
blockSetsGetBlockSets: (params?: BlockSetsGetBlockSetsParams) => Promise<import("axios").AxiosResponse<
|
|
26
|
+
blockSetsGetBlockSets: (params?: BlockSetsGetBlockSetsParams) => Promise<import("axios").AxiosResponse<BlockBlockSet[], any, {}>>;
|
|
27
27
|
blockSetsDeleteBlockSet: (name: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
28
28
|
blockSetsAddBlockSet: (name: string, blockSetsAddBlockSetBody: BlockSetsAddBlockSetBody) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
29
|
-
blocksGetBlocks: (params?: BlocksGetBlocksParams) => Promise<import("axios").AxiosResponse<
|
|
29
|
+
blocksGetBlocks: (params?: BlocksGetBlocksParams) => Promise<import("axios").AxiosResponse<BlockInfo[], any, {}>>;
|
|
30
30
|
containersReingestContainerItem: (containerItemId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
31
31
|
containersPost: (containerId: string, params?: ContainersPostParams) => Promise<import("axios").AxiosResponse<CreateDataSource, any, {}>>;
|
|
32
32
|
dataSetsGetGet: (params?: DataSetsGetGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionDataSet, any, {}>>;
|
|
@@ -68,13 +68,13 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
68
68
|
dataSpacesGetDataSets: (id: string, params?: DataSpacesGetDataSetsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionDataSet, any, {}>>;
|
|
69
69
|
dataSpacesPostDataset: (id: string, createDataSet: CreateDataSet) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
70
70
|
debugInvoke: (connectionId: string, method: string, debugInvokeBody: unknown[]) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
71
|
-
filesUploadFiles: (filesUploadFilesBody: FilesUploadFilesBody) => Promise<import("axios").AxiosResponse<
|
|
72
|
-
filesGetFileInfo: (id: string, params?: FilesGetFileInfoParams) => Promise<import("axios").AxiosResponse<
|
|
73
|
-
filesDownloadFile: (id: string, params?: FilesDownloadFileParams) => Promise<import("axios").AxiosResponse<
|
|
74
|
-
filesGetUri: (id: string, params?: FilesGetUriParams) => Promise<import("axios").AxiosResponse<
|
|
71
|
+
filesUploadFiles: (filesUploadFilesBody: FilesUploadFilesBody) => Promise<import("axios").AxiosResponse<void | FilesFile[], any, {}>>;
|
|
72
|
+
filesGetFileInfo: (id: string, params?: FilesGetFileInfoParams) => Promise<import("axios").AxiosResponse<FilesFile, any, {}>>;
|
|
73
|
+
filesDownloadFile: (id: string, params?: FilesDownloadFileParams) => Promise<import("axios").AxiosResponse<unknown, any, {}>>;
|
|
74
|
+
filesGetUri: (id: string, params?: FilesGetUriParams) => Promise<import("axios").AxiosResponse<FilesFileUriResponse, any, {}>>;
|
|
75
75
|
flowRunsCreateFlowRun: (configApiRunFlowRequest: ConfigApiRunFlowRequest, params?: FlowRunsCreateFlowRunParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
76
76
|
flowRunsSearchFlowRuns: (params?: FlowRunsSearchFlowRunsParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
77
|
-
flowRunsGetFileFromFlowRunId: (flowRunId: string) => Promise<import("axios").AxiosResponse<
|
|
77
|
+
flowRunsGetFileFromFlowRunId: (flowRunId: string) => Promise<import("axios").AxiosResponse<FilesFile, any, {}>>;
|
|
78
78
|
flowRunsGetFlowRun: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
79
79
|
flowRunsAddFileIdFiles: (id: string, flowRunsAddFileIdFilesBody: FlowRunsAddFileIdFilesBody) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
80
80
|
flowRunsAddFileIdFilesExisting: (id: string, configApiAddMessageFileFromBlobUri: ConfigApiAddMessageFileFromBlobUri) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -135,8 +135,8 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
135
135
|
workSpacesPutModelConfigurationIdModelconfigurationRolePut: (id: string, role: EnumsModelRole, createModelConfiguration: CreateModelConfiguration) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
136
136
|
workSpacesRemoveDataSpace: (workspaceId: string, dataspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
137
137
|
workSpacesAddDataSpace: (workspaceId: string, dataspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
138
|
-
workSpacesGetWorkspaceFiles: (workspaceId: string, params?: WorkSpacesGetWorkspaceFilesParams) => Promise<import("axios").AxiosResponse<
|
|
139
|
-
workSpacesWorkspaceFiles: (workspaceId: string, workSpacesWorkspaceFilesBody: WorkSpacesWorkspaceFilesBody) => Promise<import("axios").AxiosResponse<
|
|
138
|
+
workSpacesGetWorkspaceFiles: (workspaceId: string, params?: WorkSpacesGetWorkspaceFilesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionFilesIngestedBlob, any, {}>>;
|
|
139
|
+
workSpacesWorkspaceFiles: (workspaceId: string, workSpacesWorkspaceFilesBody: WorkSpacesWorkspaceFilesBody) => Promise<import("axios").AxiosResponse<FilesIngestedBlob[], any, {}>>;
|
|
140
140
|
workSpacesDeleteWorkspaceFile: (workspaceId: string, fileId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
141
141
|
workSpacesGetActiveFlow: (workspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
142
142
|
workSpacesSetActiveFlow: (workspaceId: string, flowDefinition: FlowDefinition) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -139,7 +139,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
139
139
|
});
|
|
140
140
|
};
|
|
141
141
|
/**
|
|
142
|
-
* @summary Get a list of all block
|
|
142
|
+
* @summary Get a list of all block interfaces
|
|
143
143
|
*/
|
|
144
144
|
const blockSetsGetBlockSets = (params) => {
|
|
145
145
|
return (0, instance_1.customInstance)({ url: `/BlockSets`, method: 'GET',
|
|
@@ -446,7 +446,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
446
446
|
});
|
|
447
447
|
};
|
|
448
448
|
/**
|
|
449
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
449
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
450
450
|
*/
|
|
451
451
|
const filesUploadFiles = (filesUploadFilesBody) => {
|
|
452
452
|
const formData = new FormData();
|
|
@@ -477,7 +477,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
477
477
|
});
|
|
478
478
|
};
|
|
479
479
|
/**
|
|
480
|
-
* @summary Get details for a file previously uploaded
|
|
480
|
+
* @summary Get details for a file previously uploaded.
|
|
481
481
|
*/
|
|
482
482
|
const filesGetFileInfo = (id, params) => {
|
|
483
483
|
return (0, instance_1.customInstance)({ url: `/Files/${id}`, method: 'GET',
|
|
@@ -485,7 +485,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
485
485
|
});
|
|
486
486
|
};
|
|
487
487
|
/**
|
|
488
|
-
* @summary Download a previously uploaded file
|
|
488
|
+
* @summary Download a previously uploaded file.
|
|
489
489
|
*/
|
|
490
490
|
const filesDownloadFile = (id, params) => {
|
|
491
491
|
return (0, instance_1.customInstance)({ url: `/Files/${id}/download`, method: 'GET',
|
|
@@ -493,7 +493,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
493
493
|
});
|
|
494
494
|
};
|
|
495
495
|
/**
|
|
496
|
-
* @summary Get URI of a previously uploaded file
|
|
496
|
+
* @summary Get URI of a previously uploaded file.
|
|
497
497
|
*/
|
|
498
498
|
const filesGetUri = (id, params) => {
|
|
499
499
|
return (0, instance_1.customInstance)({ url: `/Files/${id}/uri`, method: 'GET',
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { BlockBlockSetBlockInterfaces } from './blockBlockSetBlockInterfaces';
|
|
8
8
|
import type { EnumsBlockType } from './enumsBlockType';
|
|
9
|
-
export interface
|
|
10
|
-
blockInterfaces:
|
|
9
|
+
export interface BlockBlockSet {
|
|
10
|
+
blockInterfaces: BlockBlockSetBlockInterfaces;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
connectionId?: string | null;
|
|
13
13
|
/** @nullable */
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
export type
|
|
7
|
+
import type { BlockInterface } from './blockInterface';
|
|
8
|
+
export type BlockBlockSetBlockInterfaces = {
|
|
9
9
|
[key: string]: {
|
|
10
|
-
[key: string]:
|
|
10
|
+
[key: string]: BlockInterface;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { BlockInterface } from './blockInterface';
|
|
8
8
|
import type { EnumsBlockType } from './enumsBlockType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface BlockInfo {
|
|
10
10
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
11
11
|
blockSetId: string;
|
|
12
12
|
/** @nullable */
|
|
13
13
|
connectionId?: string | null;
|
|
14
14
|
createdAt: string;
|
|
15
|
-
interface:
|
|
15
|
+
interface: BlockInterface;
|
|
16
16
|
name: string;
|
|
17
17
|
/** @nullable */
|
|
18
18
|
sourceCodeUrl?: string | null;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlockInterfaceMetadata } from './blockInterfaceMetadata';
|
|
8
|
+
import type { BlockInterfacePorts } from './blockInterfacePorts';
|
|
9
|
+
import type { EnumsBlockScope } from './enumsBlockScope';
|
|
10
|
+
import type { BlockInterfaceState } from './blockInterfaceState';
|
|
11
|
+
export interface BlockInterface {
|
|
12
|
+
metadata: BlockInterfaceMetadata;
|
|
13
|
+
ports: BlockInterfacePorts;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
scopes?: EnumsBlockScope[] | null;
|
|
16
|
+
state: BlockInterfaceState;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export interface FilesCreateFileFromBlobUri {
|
|
8
|
+
blobUri: string;
|
|
9
|
+
/**
|
|
10
|
+
* @nullable
|
|
11
|
+
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
12
|
+
*/
|
|
13
|
+
flowRunId?: string | null;
|
|
14
|
+
}
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesDownloadFileParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetFileInfoParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetUriParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FilesFile } from './filesFile';
|
|
8
8
|
import type { EnumsIngestionStatus } from './enumsIngestionStatus';
|
|
9
|
-
export interface
|
|
9
|
+
export interface FilesIngestedBlob {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
createdAt?: string | null;
|
|
12
12
|
/** @nullable */
|
|
@@ -15,7 +15,7 @@ export interface IngestedBlob {
|
|
|
15
15
|
createdByUserName?: string | null;
|
|
16
16
|
/** @nullable */
|
|
17
17
|
dataSetId?: string | null;
|
|
18
|
-
file?:
|
|
18
|
+
file?: FilesFile;
|
|
19
19
|
/** @nullable */
|
|
20
20
|
flowRunId?: string | null;
|
|
21
21
|
id: string;
|