@smartspace/api-client 0.1.0-dev.b4fc785 → 0.1.0-dev.b57743b
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 +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +1 -0
- package/dist/generated/chat/api.msw.js +22 -10
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/index.d.ts +1 -0
- package/dist/generated/chat/models/index.js +1 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +28 -0
- package/dist/generated/chat/zod.js +33 -6
- package/dist/generated/config/api.d.ts +45 -1
- package/dist/generated/config/api.js +197 -2
- package/dist/generated/config/api.msw.d.ts +36 -1
- package/dist/generated/config/api.msw.js +318 -28
- package/dist/generated/config/models/aiModel.d.ts +1 -0
- package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
- package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/connectorsConnector.js +8 -0
- package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +27 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
- package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
- package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/config/models/index.d.ts +29 -2
- package/dist/generated/config/models/index.js +29 -2
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +574 -3
- package/dist/generated/config/zod.js +497 -17
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +2 -2
- /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
|
@@ -17,6 +17,7 @@ export interface AiModel {
|
|
|
17
17
|
displayName: string;
|
|
18
18
|
/** @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}$ */
|
|
19
19
|
id: string;
|
|
20
|
+
isDefault: boolean;
|
|
20
21
|
modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
|
|
21
22
|
modelPublisher?: EnumsModelPublisher;
|
|
22
23
|
name: string;
|
|
@@ -17,6 +17,7 @@ export interface AiModelSummary {
|
|
|
17
17
|
displayName: string;
|
|
18
18
|
/** @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}$ */
|
|
19
19
|
id: string;
|
|
20
|
+
isDefault: boolean;
|
|
20
21
|
modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
|
|
21
22
|
modelPublisher?: EnumsModelPublisher;
|
|
22
23
|
name: string;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { BlocksBlockSetBlockInterfaces } from './blocksBlockSetBlockInterfaces';
|
|
8
8
|
import type { EnumsBlockType } from './enumsBlockType';
|
|
9
|
-
import type {
|
|
9
|
+
import type { BlocksUsedInRef } from './blocksUsedInRef';
|
|
10
10
|
export interface BlocksBlockSet {
|
|
11
11
|
blockInterfaces: BlocksBlockSetBlockInterfaces;
|
|
12
12
|
/** @nullable */
|
|
@@ -22,5 +22,6 @@ export interface BlocksBlockSet {
|
|
|
22
22
|
/** @nullable */
|
|
23
23
|
sourceCodeUri?: string | null;
|
|
24
24
|
type: EnumsBlockType;
|
|
25
|
-
|
|
25
|
+
usedInDataSets: BlocksUsedInRef[];
|
|
26
|
+
usedInWorkspaces: BlocksUsedInRef[];
|
|
26
27
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface BlocksUsedInRef {
|
|
8
8
|
/** @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}$ */
|
|
9
9
|
id: string;
|
|
10
10
|
name: string;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 ConnectorsConnector {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
authHeaderName?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
authScheme?: string | null;
|
|
12
|
+
authType: string;
|
|
13
|
+
createdAt: string;
|
|
14
|
+
createdByUserId: string;
|
|
15
|
+
hasSecret: boolean;
|
|
16
|
+
/** @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}$ */
|
|
17
|
+
id: string;
|
|
18
|
+
kind: string;
|
|
19
|
+
modifiedAt: string;
|
|
20
|
+
modifiedByUserId: string;
|
|
21
|
+
name: string;
|
|
22
|
+
url: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 ConnectorsConnectorSummary {
|
|
8
|
+
/** @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}$ */
|
|
9
|
+
id: string;
|
|
10
|
+
kind: string;
|
|
11
|
+
name: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 ConnectorsCreateConnector {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
authHeaderName?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
authScheme?: string | null;
|
|
12
|
+
authType: string;
|
|
13
|
+
kind: string;
|
|
14
|
+
name: string;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
secret?: string | null;
|
|
17
|
+
url: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { ConnectorsResolvedConnectorHeaders } from './connectorsResolvedConnectorHeaders';
|
|
8
|
+
export interface ConnectorsResolvedConnector {
|
|
9
|
+
headers: ConnectorsResolvedConnectorHeaders;
|
|
10
|
+
url: string;
|
|
11
|
+
}
|
|
@@ -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
|
+
export interface ConnectorsUpdateConnector {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
authHeaderName?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
authScheme?: string | null;
|
|
12
|
+
authType: string;
|
|
13
|
+
name: string;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
secret?: string | null;
|
|
16
|
+
url: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 ContainerItem {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
blobUri?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
bytes?: string | null;
|
|
12
|
+
/**
|
|
13
|
+
* @nullable
|
|
14
|
+
* @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}$
|
|
15
|
+
*/
|
|
16
|
+
containerId?: string | null;
|
|
17
|
+
/** @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}$ */
|
|
18
|
+
id: string;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
isJson?: boolean | null;
|
|
21
|
+
/** @nullable */
|
|
22
|
+
name?: string | null;
|
|
23
|
+
/** @nullable */
|
|
24
|
+
path?: string | null;
|
|
25
|
+
/** @nullable */
|
|
26
|
+
pending?: boolean | null;
|
|
27
|
+
}
|
|
@@ -9,6 +9,8 @@ export interface DataSetsCreateDataSetContainer {
|
|
|
9
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}$ */
|
|
10
10
|
dataSourceId: string;
|
|
11
11
|
/** @nullable */
|
|
12
|
+
fields?: string[] | null;
|
|
13
|
+
/** @nullable */
|
|
12
14
|
filters?: DataSourcesContainerFilterModel[] | null;
|
|
13
15
|
path: string;
|
|
14
16
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 type DataSetsGetIngestionRunsParams = {
|
|
8
|
+
skip?: number;
|
|
9
|
+
take?: number;
|
|
10
|
+
trigger?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @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}$
|
|
13
|
+
*/
|
|
14
|
+
itemId?: string;
|
|
15
|
+
};
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
export interface DataSetsUpsertDataSetProperty {
|
|
8
8
|
/** @nullable */
|
|
9
9
|
description?: string | null;
|
|
10
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Unused — the platform no longer reads this field and it has no effect on ingestion or querying. It is retained as an optional property purely for backward compatibility; omit it in new integrations. When omitted, the stored value is preserved on update and it defaults to false on create.
|
|
12
|
+
* @nullable
|
|
13
|
+
*/
|
|
14
|
+
isVector?: boolean | null;
|
|
11
15
|
name: string;
|
|
12
16
|
}
|
|
@@ -9,6 +9,8 @@ export interface DataSourceContainer {
|
|
|
9
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}$ */
|
|
10
10
|
dataSourceId: string;
|
|
11
11
|
/** @nullable */
|
|
12
|
+
fields?: string[] | null;
|
|
13
|
+
/** @nullable */
|
|
12
14
|
filters?: DataSourcesContainerFilterModel[] | null;
|
|
13
15
|
/** @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}$ */
|
|
14
16
|
id: string;
|
|
@@ -10,6 +10,8 @@ export interface DataSourcesDataSourceContainer {
|
|
|
10
10
|
/** @nullable */
|
|
11
11
|
children?: DataSourcesDataSourceContainer[] | null;
|
|
12
12
|
/** @nullable */
|
|
13
|
+
fields?: string[] | null;
|
|
14
|
+
/** @nullable */
|
|
13
15
|
filters?: DataSourcesContainerFilter[] | null;
|
|
14
16
|
name: string;
|
|
15
17
|
path: string;
|
|
@@ -0,0 +1,16 @@
|
|
|
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 type FlowRunsGetWorkspaceRunsParams = {
|
|
8
|
+
/**
|
|
9
|
+
* Number of records to skip
|
|
10
|
+
*/
|
|
11
|
+
skip?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of records to take
|
|
14
|
+
*/
|
|
15
|
+
take?: number;
|
|
16
|
+
};
|
|
@@ -61,9 +61,19 @@ export * from './blocksRenameBlockSetRequest';
|
|
|
61
61
|
export * from './blocksStateInterface';
|
|
62
62
|
export * from './blocksStateInterfaceDefault';
|
|
63
63
|
export * from './blocksStateInterfaceMetadata';
|
|
64
|
-
export * from './
|
|
64
|
+
export * from './blocksUsedInRef';
|
|
65
|
+
export * from './configApiFlowRunIdentityMapRequest';
|
|
65
66
|
export * from './configApiRunFlowRequest';
|
|
67
|
+
export * from './connectorsConnector';
|
|
68
|
+
export * from './connectorsConnectorSummary';
|
|
69
|
+
export * from './connectorsCreateConnector';
|
|
70
|
+
export * from './connectorsGetConnectorSummariesParams';
|
|
71
|
+
export * from './connectorsGetConnectorsParams';
|
|
72
|
+
export * from './connectorsResolvedConnector';
|
|
73
|
+
export * from './connectorsResolvedConnectorHeaders';
|
|
74
|
+
export * from './connectorsUpdateConnector';
|
|
66
75
|
export * from './containerDataSet';
|
|
76
|
+
export * from './containerItem';
|
|
67
77
|
export * from './containersPostParams';
|
|
68
78
|
export * from './coreDeploymentEnumsDeploymentStatus';
|
|
69
79
|
export * from './coreManagementInstallParameterDefinitionModel';
|
|
@@ -89,6 +99,7 @@ export * from './dataSetsCreateDataSetContainer';
|
|
|
89
99
|
export * from './dataSetsDataSet';
|
|
90
100
|
export * from './dataSetsDataSetProperty';
|
|
91
101
|
export * from './dataSetsGetContainerItemsRunHistoryParams';
|
|
102
|
+
export * from './dataSetsGetIngestionRunsParams';
|
|
92
103
|
export * from './dataSetsGetItemsParams';
|
|
93
104
|
export * from './dataSetsGetParams';
|
|
94
105
|
export * from './dataSetsSetDataSetScoping';
|
|
@@ -178,6 +189,7 @@ export * from './flowRunsGetStepExecutionsParams';
|
|
|
178
189
|
export * from './flowRunsGetVariables200One';
|
|
179
190
|
export * from './flowRunsGetVariables200Three';
|
|
180
191
|
export * from './flowRunsGetVariables200Two';
|
|
192
|
+
export * from './flowRunsGetWorkspaceRunsParams';
|
|
181
193
|
export * from './flowRunsSearchFlowRunsParams';
|
|
182
194
|
export * from './flowValueModel';
|
|
183
195
|
export * from './flowValueModelChannels';
|
|
@@ -209,7 +221,6 @@ export * from './flowsFlowVariable';
|
|
|
209
221
|
export * from './flowsFlowVariableSchema';
|
|
210
222
|
export * from './flowsFlowWorkSpace';
|
|
211
223
|
export * from './functionExecutionDebugModel';
|
|
212
|
-
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
213
224
|
export * from './integrationsAzureArmAzureLocation';
|
|
214
225
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
215
226
|
export * from './integrationsAzureStorageSasToken';
|
|
@@ -226,7 +237,11 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
|
|
|
226
237
|
export * from './integrationsSmartSpaceAiFlowValueModel';
|
|
227
238
|
export * from './integrationsSmartSpaceAiFlowValueModelChannels';
|
|
228
239
|
export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
240
|
+
export * from './integrationsSmartSpaceAiIngestionRun';
|
|
241
|
+
export * from './integrationsSmartSpaceAiIngestionRunTrigger';
|
|
229
242
|
export * from './integrationsSmartSpaceAiSdkBlockRef';
|
|
243
|
+
export * from './integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun';
|
|
244
|
+
export * from './integrationsSmartSpaceAiWorkspaceRun';
|
|
230
245
|
export * from './managedSecretsCreateManagedSecret';
|
|
231
246
|
export * from './managedSecretsManagedSecret';
|
|
232
247
|
export * from './managedSecretsUpdateManagedSecretValue';
|
|
@@ -263,19 +278,23 @@ export * from './pagedDataCollectionAccessAccessWorkSpace';
|
|
|
263
278
|
export * from './pagedDataCollectionActivitiesActivityWorkSpace';
|
|
264
279
|
export * from './pagedDataCollectionAiModelSummary';
|
|
265
280
|
export * from './pagedDataCollectionAzureADGroup';
|
|
281
|
+
export * from './pagedDataCollectionContainerItem';
|
|
266
282
|
export * from './pagedDataCollectionDataSetsDataSet';
|
|
267
283
|
export * from './pagedDataCollectionDataSourcesDataSource';
|
|
268
284
|
export * from './pagedDataCollectionDataSpacesDataSpace';
|
|
269
285
|
export * from './pagedDataCollectionFilesIngestedBlob';
|
|
270
286
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
287
|
+
export * from './pagedDataCollectionSyncsSync';
|
|
271
288
|
export * from './pagedDataCollectionUsersAppAccessUser';
|
|
272
289
|
export * from './pagedDataCollectionUsersAppUserDetail';
|
|
273
290
|
export * from './pagedDataCollectionUsersAppUserSearchResult';
|
|
291
|
+
export * from './pagedDataCollectionUsersServicePrincipalDetail';
|
|
274
292
|
export * from './pagedDataCollectionUsersServicePrincipalSearchResult';
|
|
275
293
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
276
294
|
export * from './pagedDataCollectionWorkSpacesWorkSpace';
|
|
277
295
|
export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
|
|
278
296
|
export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
|
|
297
|
+
export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
|
|
279
298
|
export * from './reportingDuration';
|
|
280
299
|
export * from './reportingGetRequestsParams';
|
|
281
300
|
export * from './reportingGetTokensParams';
|
|
@@ -283,6 +302,13 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
283
302
|
export * from './reportingReportSeries';
|
|
284
303
|
export * from './reportingSplit';
|
|
285
304
|
export * from './sandBoxGetThreadMessagesParams';
|
|
305
|
+
export * from './servicePrincipalsGetServicePrincipalsParams';
|
|
306
|
+
export * from './syncsGetItemsParams';
|
|
307
|
+
export * from './syncsGetParams';
|
|
308
|
+
export * from './syncsSync';
|
|
309
|
+
export * from './syncsSyncDataSourceInfo';
|
|
310
|
+
export * from './syncsSyncQueueState';
|
|
311
|
+
export * from './syncsSyncRunInfo';
|
|
286
312
|
export * from './usersAdminPermissionParams';
|
|
287
313
|
export * from './usersAppAccessUser';
|
|
288
314
|
export * from './usersAppRole';
|
|
@@ -293,6 +319,7 @@ export * from './usersGetAccessWorkSpacesParams';
|
|
|
293
319
|
export * from './usersGetUsersParams';
|
|
294
320
|
export * from './usersRemoveUserFromAllWorkSpacesParams';
|
|
295
321
|
export * from './usersSearchUsersParams';
|
|
322
|
+
export * from './usersServicePrincipalDetail';
|
|
296
323
|
export * from './usersServicePrincipalSearchResult';
|
|
297
324
|
export * from './workSpaceInfo';
|
|
298
325
|
export * from './workSpaceTemplatesGetParams';
|
|
@@ -77,9 +77,19 @@ __exportStar(require("./blocksRenameBlockSetRequest"), exports);
|
|
|
77
77
|
__exportStar(require("./blocksStateInterface"), exports);
|
|
78
78
|
__exportStar(require("./blocksStateInterfaceDefault"), exports);
|
|
79
79
|
__exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
80
|
-
__exportStar(require("./
|
|
80
|
+
__exportStar(require("./blocksUsedInRef"), exports);
|
|
81
|
+
__exportStar(require("./configApiFlowRunIdentityMapRequest"), exports);
|
|
81
82
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
83
|
+
__exportStar(require("./connectorsConnector"), exports);
|
|
84
|
+
__exportStar(require("./connectorsConnectorSummary"), exports);
|
|
85
|
+
__exportStar(require("./connectorsCreateConnector"), exports);
|
|
86
|
+
__exportStar(require("./connectorsGetConnectorSummariesParams"), exports);
|
|
87
|
+
__exportStar(require("./connectorsGetConnectorsParams"), exports);
|
|
88
|
+
__exportStar(require("./connectorsResolvedConnector"), exports);
|
|
89
|
+
__exportStar(require("./connectorsResolvedConnectorHeaders"), exports);
|
|
90
|
+
__exportStar(require("./connectorsUpdateConnector"), exports);
|
|
82
91
|
__exportStar(require("./containerDataSet"), exports);
|
|
92
|
+
__exportStar(require("./containerItem"), exports);
|
|
83
93
|
__exportStar(require("./containersPostParams"), exports);
|
|
84
94
|
__exportStar(require("./coreDeploymentEnumsDeploymentStatus"), exports);
|
|
85
95
|
__exportStar(require("./coreManagementInstallParameterDefinitionModel"), exports);
|
|
@@ -105,6 +115,7 @@ __exportStar(require("./dataSetsCreateDataSetContainer"), exports);
|
|
|
105
115
|
__exportStar(require("./dataSetsDataSet"), exports);
|
|
106
116
|
__exportStar(require("./dataSetsDataSetProperty"), exports);
|
|
107
117
|
__exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
|
|
118
|
+
__exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
|
|
108
119
|
__exportStar(require("./dataSetsGetItemsParams"), exports);
|
|
109
120
|
__exportStar(require("./dataSetsGetParams"), exports);
|
|
110
121
|
__exportStar(require("./dataSetsSetDataSetScoping"), exports);
|
|
@@ -194,6 +205,7 @@ __exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
|
|
|
194
205
|
__exportStar(require("./flowRunsGetVariables200One"), exports);
|
|
195
206
|
__exportStar(require("./flowRunsGetVariables200Three"), exports);
|
|
196
207
|
__exportStar(require("./flowRunsGetVariables200Two"), exports);
|
|
208
|
+
__exportStar(require("./flowRunsGetWorkspaceRunsParams"), exports);
|
|
197
209
|
__exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
|
|
198
210
|
__exportStar(require("./flowValueModel"), exports);
|
|
199
211
|
__exportStar(require("./flowValueModelChannels"), exports);
|
|
@@ -225,7 +237,6 @@ __exportStar(require("./flowsFlowVariable"), exports);
|
|
|
225
237
|
__exportStar(require("./flowsFlowVariableSchema"), exports);
|
|
226
238
|
__exportStar(require("./flowsFlowWorkSpace"), exports);
|
|
227
239
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
228
|
-
__exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
|
|
229
240
|
__exportStar(require("./integrationsAzureArmAzureLocation"), exports);
|
|
230
241
|
__exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
|
|
231
242
|
__exportStar(require("./integrationsAzureStorageSasToken"), exports);
|
|
@@ -242,7 +253,11 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
|
|
|
242
253
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
|
|
243
254
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
|
|
244
255
|
__exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
|
|
256
|
+
__exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
|
|
257
|
+
__exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
|
|
245
258
|
__exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
|
|
259
|
+
__exportStar(require("./integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun"), exports);
|
|
260
|
+
__exportStar(require("./integrationsSmartSpaceAiWorkspaceRun"), exports);
|
|
246
261
|
__exportStar(require("./managedSecretsCreateManagedSecret"), exports);
|
|
247
262
|
__exportStar(require("./managedSecretsManagedSecret"), exports);
|
|
248
263
|
__exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
|
|
@@ -279,19 +294,23 @@ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
|
|
|
279
294
|
__exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
|
|
280
295
|
__exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
|
|
281
296
|
__exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
|
|
297
|
+
__exportStar(require("./pagedDataCollectionContainerItem"), exports);
|
|
282
298
|
__exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
|
|
283
299
|
__exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
|
|
284
300
|
__exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
|
|
285
301
|
__exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
|
|
286
302
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
303
|
+
__exportStar(require("./pagedDataCollectionSyncsSync"), exports);
|
|
287
304
|
__exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
|
|
288
305
|
__exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
|
|
289
306
|
__exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
|
|
307
|
+
__exportStar(require("./pagedDataCollectionUsersServicePrincipalDetail"), exports);
|
|
290
308
|
__exportStar(require("./pagedDataCollectionUsersServicePrincipalSearchResult"), exports);
|
|
291
309
|
__exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
|
|
292
310
|
__exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
|
|
293
311
|
__exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
|
|
294
312
|
__exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
|
|
313
|
+
__exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
|
|
295
314
|
__exportStar(require("./reportingDuration"), exports);
|
|
296
315
|
__exportStar(require("./reportingGetRequestsParams"), exports);
|
|
297
316
|
__exportStar(require("./reportingGetTokensParams"), exports);
|
|
@@ -299,6 +318,13 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
299
318
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
300
319
|
__exportStar(require("./reportingSplit"), exports);
|
|
301
320
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
321
|
+
__exportStar(require("./servicePrincipalsGetServicePrincipalsParams"), exports);
|
|
322
|
+
__exportStar(require("./syncsGetItemsParams"), exports);
|
|
323
|
+
__exportStar(require("./syncsGetParams"), exports);
|
|
324
|
+
__exportStar(require("./syncsSync"), exports);
|
|
325
|
+
__exportStar(require("./syncsSyncDataSourceInfo"), exports);
|
|
326
|
+
__exportStar(require("./syncsSyncQueueState"), exports);
|
|
327
|
+
__exportStar(require("./syncsSyncRunInfo"), exports);
|
|
302
328
|
__exportStar(require("./usersAdminPermissionParams"), exports);
|
|
303
329
|
__exportStar(require("./usersAppAccessUser"), exports);
|
|
304
330
|
__exportStar(require("./usersAppRole"), exports);
|
|
@@ -309,6 +335,7 @@ __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
|
|
|
309
335
|
__exportStar(require("./usersGetUsersParams"), exports);
|
|
310
336
|
__exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
|
|
311
337
|
__exportStar(require("./usersSearchUsersParams"), exports);
|
|
338
|
+
__exportStar(require("./usersServicePrincipalDetail"), exports);
|
|
312
339
|
__exportStar(require("./usersServicePrincipalSearchResult"), exports);
|
|
313
340
|
__exportStar(require("./workSpaceInfo"), exports);
|
|
314
341
|
__exportStar(require("./workSpaceTemplatesGetParams"), exports);
|
|
@@ -11,6 +11,7 @@ export interface IntegrationsSmartSpaceAiContainerItemFlowRun {
|
|
|
11
11
|
finishedAt?: string | null;
|
|
12
12
|
/** @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}$ */
|
|
13
13
|
flowRunId: string;
|
|
14
|
-
|
|
14
|
+
/** @nullable */
|
|
15
|
+
runAt?: string | null;
|
|
15
16
|
status: string;
|
|
16
17
|
}
|