@smartspace/api-client 0.1.0-dev.1717bf5 → 0.1.0-dev.1a56cc2
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 +28 -16
- 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/flowsFlowTrigger.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/pagedDataCollectionAccessAccess.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +36 -0
- package/dist/generated/chat/zod.js +41 -5
- package/dist/generated/config/api.d.ts +41 -1
- package/dist/generated/config/api.js +199 -3
- package/dist/generated/config/api.msw.d.ts +31 -1
- package/dist/generated/config/api.msw.js +322 -58
- 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/connectorsConnector.d.ts +23 -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 +2 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
- package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
- package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.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/dataSpacesGetDataSetsParams.d.ts +2 -0
- package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -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/flowValueModel.d.ts +4 -0
- package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
- package/dist/generated/config/models/index.d.ts +18 -2
- package/dist/generated/config/models/index.js +18 -2
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -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/pagedDataCollectionAccessAccess.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +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/syncsGetParams.d.ts +7 -0
- package/dist/generated/config/models/syncsSync.d.ts +11 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +4 -0
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → syncsSyncQueueState.d.ts} +3 -3
- 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 +556 -3
- package/dist/generated/config/zod.js +517 -30
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +9 -9
- package/dist/signalr.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → connectorsConnector.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
|
+
}
|
|
@@ -14,6 +14,8 @@ export interface ContainerItem {
|
|
|
14
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
15
|
*/
|
|
16
16
|
containerId?: string | null;
|
|
17
|
+
/** @nullable */
|
|
18
|
+
deletedAt?: string | null;
|
|
17
19
|
/** @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
20
|
id: string;
|
|
19
21
|
/** @nullable */
|
|
@@ -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
|
}
|
|
@@ -21,6 +21,8 @@ export interface DataSetsDataSet {
|
|
|
21
21
|
* @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}$
|
|
22
22
|
*/
|
|
23
23
|
flowId?: string | null;
|
|
24
|
+
/** @nullable */
|
|
25
|
+
honourDeletesContainerIds?: string[] | null;
|
|
24
26
|
/** @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}$ */
|
|
25
27
|
id: string;
|
|
26
28
|
modifiedAt: string;
|
|
@@ -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
|
+
export interface DataSetsSetDataSetSourceDeletes {
|
|
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
|
+
containerId: string;
|
|
10
|
+
honourSourceDeletes: boolean;
|
|
11
|
+
}
|
|
@@ -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;
|
|
@@ -5,8 +5,27 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type FlowRunsGetStepExecutionsParams = {
|
|
8
|
+
/**
|
|
9
|
+
* Number of records to skip
|
|
10
|
+
*/
|
|
8
11
|
skip?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of records to take
|
|
14
|
+
*/
|
|
9
15
|
take?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Free-text match across block ids and value payloads
|
|
18
|
+
*/
|
|
10
19
|
search?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Restrict to these block ids (canvas selection)
|
|
22
|
+
*/
|
|
11
23
|
'blockIds[]'?: string[];
|
|
24
|
+
/**
|
|
25
|
+
* Pass `false` for the timeline/polled view: the same rows come back
|
|
26
|
+
without input/output payloads and without rehydrating blob-spilled values,
|
|
27
|
+
which is the dominant cost of this read. Fetch one execution's values with
|
|
28
|
+
M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetStepExecution(System.Guid,System.Guid) when the user expands a step.
|
|
29
|
+
*/
|
|
30
|
+
includeValues?: boolean;
|
|
12
31
|
};
|
|
@@ -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
|
+
};
|
|
@@ -12,5 +12,9 @@ export interface FlowValueModel {
|
|
|
12
12
|
data: unknown;
|
|
13
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}$ */
|
|
14
14
|
id: string;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
isBlob?: boolean | null;
|
|
17
|
+
/** @nullable */
|
|
18
|
+
sizeBytes?: number | null;
|
|
15
19
|
source: FlowsFlowPinRef;
|
|
16
20
|
}
|
|
@@ -10,6 +10,7 @@ export interface FlowsFlowTrigger {
|
|
|
10
10
|
dataSourceContainer: DataSourceContainer;
|
|
11
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
12
|
flowId: string;
|
|
13
|
+
honourSourceDeletes: boolean;
|
|
13
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}$ */
|
|
14
15
|
id: string;
|
|
15
16
|
inputName: string;
|
|
@@ -61,9 +61,17 @@ 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
65
|
export * from './configApiFlowRunIdentityMapRequest';
|
|
66
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';
|
|
67
75
|
export * from './containerDataSet';
|
|
68
76
|
export * from './containerItem';
|
|
69
77
|
export * from './containersPostParams';
|
|
@@ -95,6 +103,7 @@ export * from './dataSetsGetIngestionRunsParams';
|
|
|
95
103
|
export * from './dataSetsGetItemsParams';
|
|
96
104
|
export * from './dataSetsGetParams';
|
|
97
105
|
export * from './dataSetsSetDataSetScoping';
|
|
106
|
+
export * from './dataSetsSetDataSetSourceDeletes';
|
|
98
107
|
export * from './dataSetsUpdateDataSet';
|
|
99
108
|
export * from './dataSetsUpdateDataSetBasicInfo';
|
|
100
109
|
export * from './dataSetsUpsertDataSetProperty';
|
|
@@ -181,6 +190,7 @@ export * from './flowRunsGetStepExecutionsParams';
|
|
|
181
190
|
export * from './flowRunsGetVariables200One';
|
|
182
191
|
export * from './flowRunsGetVariables200Three';
|
|
183
192
|
export * from './flowRunsGetVariables200Two';
|
|
193
|
+
export * from './flowRunsGetWorkspaceRunsParams';
|
|
184
194
|
export * from './flowRunsSearchFlowRunsParams';
|
|
185
195
|
export * from './flowValueModel';
|
|
186
196
|
export * from './flowValueModelChannels';
|
|
@@ -212,7 +222,6 @@ export * from './flowsFlowVariable';
|
|
|
212
222
|
export * from './flowsFlowVariableSchema';
|
|
213
223
|
export * from './flowsFlowWorkSpace';
|
|
214
224
|
export * from './functionExecutionDebugModel';
|
|
215
|
-
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
216
225
|
export * from './integrationsAzureArmAzureLocation';
|
|
217
226
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
218
227
|
export * from './integrationsAzureStorageSasToken';
|
|
@@ -232,6 +241,8 @@ export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
|
232
241
|
export * from './integrationsSmartSpaceAiIngestionRun';
|
|
233
242
|
export * from './integrationsSmartSpaceAiIngestionRunTrigger';
|
|
234
243
|
export * from './integrationsSmartSpaceAiSdkBlockRef';
|
|
244
|
+
export * from './integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun';
|
|
245
|
+
export * from './integrationsSmartSpaceAiWorkspaceRun';
|
|
235
246
|
export * from './managedSecretsCreateManagedSecret';
|
|
236
247
|
export * from './managedSecretsManagedSecret';
|
|
237
248
|
export * from './managedSecretsUpdateManagedSecretValue';
|
|
@@ -278,6 +289,7 @@ export * from './pagedDataCollectionSyncsSync';
|
|
|
278
289
|
export * from './pagedDataCollectionUsersAppAccessUser';
|
|
279
290
|
export * from './pagedDataCollectionUsersAppUserDetail';
|
|
280
291
|
export * from './pagedDataCollectionUsersAppUserSearchResult';
|
|
292
|
+
export * from './pagedDataCollectionUsersServicePrincipalDetail';
|
|
281
293
|
export * from './pagedDataCollectionUsersServicePrincipalSearchResult';
|
|
282
294
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
283
295
|
export * from './pagedDataCollectionWorkSpacesWorkSpace';
|
|
@@ -291,10 +303,13 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
291
303
|
export * from './reportingReportSeries';
|
|
292
304
|
export * from './reportingSplit';
|
|
293
305
|
export * from './sandBoxGetThreadMessagesParams';
|
|
306
|
+
export * from './servicePrincipalsGetServicePrincipalsParams';
|
|
294
307
|
export * from './syncsGetItemsParams';
|
|
295
308
|
export * from './syncsGetParams';
|
|
296
309
|
export * from './syncsSync';
|
|
297
310
|
export * from './syncsSyncDataSourceInfo';
|
|
311
|
+
export * from './syncsSyncQueueState';
|
|
312
|
+
export * from './syncsSyncRunInfo';
|
|
298
313
|
export * from './usersAdminPermissionParams';
|
|
299
314
|
export * from './usersAppAccessUser';
|
|
300
315
|
export * from './usersAppRole';
|
|
@@ -305,6 +320,7 @@ export * from './usersGetAccessWorkSpacesParams';
|
|
|
305
320
|
export * from './usersGetUsersParams';
|
|
306
321
|
export * from './usersRemoveUserFromAllWorkSpacesParams';
|
|
307
322
|
export * from './usersSearchUsersParams';
|
|
323
|
+
export * from './usersServicePrincipalDetail';
|
|
308
324
|
export * from './usersServicePrincipalSearchResult';
|
|
309
325
|
export * from './workSpaceInfo';
|
|
310
326
|
export * from './workSpaceTemplatesGetParams';
|
|
@@ -77,9 +77,17 @@ __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
81
|
__exportStar(require("./configApiFlowRunIdentityMapRequest"), exports);
|
|
82
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);
|
|
83
91
|
__exportStar(require("./containerDataSet"), exports);
|
|
84
92
|
__exportStar(require("./containerItem"), exports);
|
|
85
93
|
__exportStar(require("./containersPostParams"), exports);
|
|
@@ -111,6 +119,7 @@ __exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
|
|
|
111
119
|
__exportStar(require("./dataSetsGetItemsParams"), exports);
|
|
112
120
|
__exportStar(require("./dataSetsGetParams"), exports);
|
|
113
121
|
__exportStar(require("./dataSetsSetDataSetScoping"), exports);
|
|
122
|
+
__exportStar(require("./dataSetsSetDataSetSourceDeletes"), exports);
|
|
114
123
|
__exportStar(require("./dataSetsUpdateDataSet"), exports);
|
|
115
124
|
__exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
|
|
116
125
|
__exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
|
|
@@ -197,6 +206,7 @@ __exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
|
|
|
197
206
|
__exportStar(require("./flowRunsGetVariables200One"), exports);
|
|
198
207
|
__exportStar(require("./flowRunsGetVariables200Three"), exports);
|
|
199
208
|
__exportStar(require("./flowRunsGetVariables200Two"), exports);
|
|
209
|
+
__exportStar(require("./flowRunsGetWorkspaceRunsParams"), exports);
|
|
200
210
|
__exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
|
|
201
211
|
__exportStar(require("./flowValueModel"), exports);
|
|
202
212
|
__exportStar(require("./flowValueModelChannels"), exports);
|
|
@@ -228,7 +238,6 @@ __exportStar(require("./flowsFlowVariable"), exports);
|
|
|
228
238
|
__exportStar(require("./flowsFlowVariableSchema"), exports);
|
|
229
239
|
__exportStar(require("./flowsFlowWorkSpace"), exports);
|
|
230
240
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
231
|
-
__exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
|
|
232
241
|
__exportStar(require("./integrationsAzureArmAzureLocation"), exports);
|
|
233
242
|
__exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
|
|
234
243
|
__exportStar(require("./integrationsAzureStorageSasToken"), exports);
|
|
@@ -248,6 +257,8 @@ __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), e
|
|
|
248
257
|
__exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
|
|
249
258
|
__exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
|
|
250
259
|
__exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
|
|
260
|
+
__exportStar(require("./integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun"), exports);
|
|
261
|
+
__exportStar(require("./integrationsSmartSpaceAiWorkspaceRun"), exports);
|
|
251
262
|
__exportStar(require("./managedSecretsCreateManagedSecret"), exports);
|
|
252
263
|
__exportStar(require("./managedSecretsManagedSecret"), exports);
|
|
253
264
|
__exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
|
|
@@ -294,6 +305,7 @@ __exportStar(require("./pagedDataCollectionSyncsSync"), exports);
|
|
|
294
305
|
__exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
|
|
295
306
|
__exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
|
|
296
307
|
__exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
|
|
308
|
+
__exportStar(require("./pagedDataCollectionUsersServicePrincipalDetail"), exports);
|
|
297
309
|
__exportStar(require("./pagedDataCollectionUsersServicePrincipalSearchResult"), exports);
|
|
298
310
|
__exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
|
|
299
311
|
__exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
|
|
@@ -307,10 +319,13 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
307
319
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
308
320
|
__exportStar(require("./reportingSplit"), exports);
|
|
309
321
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
322
|
+
__exportStar(require("./servicePrincipalsGetServicePrincipalsParams"), exports);
|
|
310
323
|
__exportStar(require("./syncsGetItemsParams"), exports);
|
|
311
324
|
__exportStar(require("./syncsGetParams"), exports);
|
|
312
325
|
__exportStar(require("./syncsSync"), exports);
|
|
313
326
|
__exportStar(require("./syncsSyncDataSourceInfo"), exports);
|
|
327
|
+
__exportStar(require("./syncsSyncQueueState"), exports);
|
|
328
|
+
__exportStar(require("./syncsSyncRunInfo"), exports);
|
|
314
329
|
__exportStar(require("./usersAdminPermissionParams"), exports);
|
|
315
330
|
__exportStar(require("./usersAppAccessUser"), exports);
|
|
316
331
|
__exportStar(require("./usersAppRole"), exports);
|
|
@@ -321,6 +336,7 @@ __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
|
|
|
321
336
|
__exportStar(require("./usersGetUsersParams"), exports);
|
|
322
337
|
__exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
|
|
323
338
|
__exportStar(require("./usersSearchUsersParams"), exports);
|
|
339
|
+
__exportStar(require("./usersServicePrincipalDetail"), exports);
|
|
324
340
|
__exportStar(require("./usersServicePrincipalSearchResult"), exports);
|
|
325
341
|
__exportStar(require("./workSpaceInfo"), exports);
|
|
326
342
|
__exportStar(require("./workSpaceTemplatesGetParams"), exports);
|
|
@@ -9,6 +9,8 @@ export interface IntegrationsSmartSpaceAiContainerItemRunHistory {
|
|
|
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
|
containerId: string;
|
|
11
11
|
createdAt: string;
|
|
12
|
+
/** @nullable */
|
|
13
|
+
deletedAt?: string | null;
|
|
12
14
|
flowRuns: IntegrationsSmartSpaceAiContainerItemFlowRun[];
|
|
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;
|
|
@@ -12,5 +12,9 @@ export interface IntegrationsSmartSpaceAiFlowValueModel {
|
|
|
12
12
|
data: unknown;
|
|
13
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}$ */
|
|
14
14
|
id: string;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
isBlob?: boolean | null;
|
|
17
|
+
/** @nullable */
|
|
18
|
+
sizeBytes?: number | null;
|
|
15
19
|
source: IntegrationsSmartSpaceAiFlowPinRef;
|
|
16
20
|
}
|
package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts
CHANGED
|
@@ -16,4 +16,8 @@ export interface IntegrationsSmartSpaceAiFunctionExecutionDebugModel {
|
|
|
16
16
|
id: string;
|
|
17
17
|
inputs: IntegrationsSmartSpaceAiBlockInputModel[];
|
|
18
18
|
outputs: IntegrationsSmartSpaceAiFlowValueModel[];
|
|
19
|
+
/** @nullable */
|
|
20
|
+
seq?: number | null;
|
|
21
|
+
/** @nullable */
|
|
22
|
+
startedAt?: string | null;
|
|
19
23
|
}
|
|
@@ -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 { IntegrationsSmartSpaceAiWorkspaceRun } from './integrationsSmartSpaceAiWorkspaceRun';
|
|
8
|
+
export interface IntegrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun {
|
|
9
|
+
data: IntegrationsSmartSpaceAiWorkspaceRun[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|