@smartspace/api-client 0.1.0-pr.812.c534e37 → 0.1.0-pr.814.d00791b
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/config/api.d.ts +14 -14
- package/dist/generated/config/api.js +11 -11
- 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/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts} +3 -3
- package/dist/generated/config/models/{createDataSourceCredentials.d.ts → dataSourcesCreateDataSourceCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{dataSource.d.ts → dataSourcesDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
- package/dist/generated/config/models/{dataSourceCredentialsDefinition.d.ts → dataSourcesDataSourceCredentialsDefinition.d.ts} +3 -3
- package/dist/generated/config/models/{dataSourceProperty.d.ts → dataSourcesDataSourceProperty.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
- package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
- package/dist/generated/config/models/{testDataSourceConnectionCredentials.d.ts → dataSourcesTestDataSourceConnectionCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{updateDataSource.d.ts → dataSourcesUpdateDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
- package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.d.ts → dataSourcesUpdateDataSourceCredentialsCredentials.d.ts} +1 -1
- package/dist/generated/config/models/flowDataSet.d.ts +18 -0
- package/dist/generated/config/models/flowDataSpace.d.ts +13 -0
- package/dist/generated/config/models/flowRun.d.ts +18 -0
- package/dist/generated/config/models/flowWorkSpace.d.ts +17 -0
- package/dist/generated/config/models/index.d.ts +40 -38
- package/dist/generated/config/models/index.js +40 -38
- 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/pagedDataCollectionDataSourcesDataSource.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/stateInterface.js +2 -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 +322 -27
- package/dist/generated/config/zod.js +150 -28
- 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/dataSourceType.d.ts +0 -14
- package/dist/generated/config/models/pagedDataCollectionDataSource.d.ts +0 -11
- package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
- package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
- /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/{blocksGetBlocks200One.js → dataSourcesCreateDataSource.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceDefault.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200Three.js → dataSourcesDataSource.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceMetadata.js → dataSourcesDataSourceAdminUser.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200Two.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterface.js → dataSourcesDataSourceProperty.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceGenerics.js → dataSourcesDataSourceType.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterface.js → dataSourcesTestDataSourceConnection.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceSchema.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceMetadata.js → dataSourcesUpdateDataSource.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceGenerics.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceSchema.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterface.js → flowDataSet.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceInputs.js → flowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceOutputs.js → flowRun.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterface.js → flowWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{createDataSource.js → inputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceMetadata.js → inputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{dataSource.js → inputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterfaceDefault.js → inputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterfaceMetadata.js → inputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → outputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{dataSourceProperty.js → outputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{createDataSourceCredentials.js → outputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → outputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{dataSourceType.js → pagedDataCollectionDataSourcesDataSource.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → portInterface.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnection.js → portInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{updateDataSource.js → portInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentials.js → portInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → stateInterfaceDefault.js} +0 -0
|
@@ -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, CreateDataSpace, CreateModel, CreateModelConfiguration, CreateModelDeploymentProvider, CreateWorkSpace, DataSet, DataSetItemCreateRequest, DataSetProperty, DataSetSearchRequest, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetGetParams, DataSetsGetIdItemsParams, DataSourceContainer, DataSourcesContainersParams, DataSourcesCreateDataSource, DataSourcesDataSource, DataSourcesDataSourceAdminUser, DataSourcesDataSourceContainer, DataSourcesDataSourceType, DataSourcesGetParams, DataSourcesTestConnectionResult, DataSourcesTestDataSourceConnection, DataSourcesUpdateDataSource, DataSourcesUpdateDataSourceCredentials, DataSpace, DataSpacesGetDataSetsParams, DataSpacesGetParams, DebugLogsResponse, DocumentsGetDocumentSasParams, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowDefinition, FlowRun, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, IngestedBlob, 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, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpace, PagedDataCollectionIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, UpdateDataSet, UpdateDataSetBasicInfo, 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,12 +23,12 @@ 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
|
-
containersPost: (containerId: string, params?: ContainersPostParams) => Promise<import("axios").AxiosResponse<
|
|
31
|
+
containersPost: (containerId: string, params?: ContainersPostParams) => Promise<import("axios").AxiosResponse<FlowRun[], any, {}>>;
|
|
32
32
|
dataSetsGetGet: (params?: DataSetsGetGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionDataSet, any, {}>>;
|
|
33
33
|
dataSetsGetItem: (dataSetId: string, id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
34
34
|
dataSetsDeleteId: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -45,18 +45,18 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
45
45
|
dataSetsDeleteIdItemsItemId: (id: string, itemId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
46
46
|
dataSetsAddDataSetProperty: (id: string, dataSetProperty: DataSetProperty) => Promise<import("axios").AxiosResponse<DataSetProperty, any, {}>>;
|
|
47
47
|
dataSetsDeleteDataSetProperty: (id: string, name: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
48
|
-
dataSourceTypesGet: () => Promise<import("axios").AxiosResponse<
|
|
49
|
-
dataSourceTypesGetAvailableContainers: (
|
|
50
|
-
dataSourceTypesTestConnection: (
|
|
51
|
-
dataSourcesGet: (params?: DataSourcesGetParams) => Promise<import("axios").AxiosResponse<
|
|
52
|
-
dataSourcesPost: (
|
|
48
|
+
dataSourceTypesGet: () => Promise<import("axios").AxiosResponse<DataSourcesDataSourceType[], any, {}>>;
|
|
49
|
+
dataSourceTypesGetAvailableContainers: (dataSourcesTestDataSourceConnection: DataSourcesTestDataSourceConnection) => Promise<import("axios").AxiosResponse<DataSourcesDataSourceContainer[], any, {}>>;
|
|
50
|
+
dataSourceTypesTestConnection: (dataSourcesTestDataSourceConnection: DataSourcesTestDataSourceConnection) => Promise<import("axios").AxiosResponse<DataSourcesTestConnectionResult, any, {}>>;
|
|
51
|
+
dataSourcesGet: (params?: DataSourcesGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionDataSourcesDataSource, any, {}>>;
|
|
52
|
+
dataSourcesPost: (dataSourcesCreateDataSource: DataSourcesCreateDataSource) => Promise<import("axios").AxiosResponse<DataSourcesDataSource, any, {}>>;
|
|
53
53
|
dataSourcesDelete: (dataSourceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
54
|
-
dataSourcesPut: (dataSourceId: string,
|
|
54
|
+
dataSourcesPut: (dataSourceId: string, dataSourcesUpdateDataSource: DataSourcesUpdateDataSource) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
55
55
|
dataSourcesContainers: (dataSourceId: string, params?: DataSourcesContainersParams) => Promise<import("axios").AxiosResponse<DataSourceContainer[], any, {}>>;
|
|
56
|
-
dataSourcesUpdateCredentials: (dataSourceId: string,
|
|
57
|
-
dataSourcesGetAdminUsers: (id: string) => Promise<import("axios").AxiosResponse<
|
|
58
|
-
dataSourcesDeleteAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<
|
|
59
|
-
dataSourcesAddAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<
|
|
56
|
+
dataSourcesUpdateCredentials: (dataSourceId: string, dataSourcesUpdateDataSourceCredentials: DataSourcesUpdateDataSourceCredentials) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
57
|
+
dataSourcesGetAdminUsers: (id: string) => Promise<import("axios").AxiosResponse<DataSourcesDataSourceAdminUser[], any, {}>>;
|
|
58
|
+
dataSourcesDeleteAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
59
|
+
dataSourcesAddAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
60
60
|
dataSpacesGet: (params?: DataSpacesGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionDataSpace, any, {}>>;
|
|
61
61
|
dataSpacesPost: (createDataSpace: CreateDataSpace) => Promise<import("axios").AxiosResponse<CreateDataSpace, any, {}>>;
|
|
62
62
|
dataSpacesDelete: (id: string) => 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',
|
|
@@ -293,19 +293,19 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
293
293
|
/**
|
|
294
294
|
* @summary Check for available containers for a specific data source type in SmartSpace.
|
|
295
295
|
*/
|
|
296
|
-
const dataSourceTypesGetAvailableContainers = (
|
|
296
|
+
const dataSourceTypesGetAvailableContainers = (dataSourcesTestDataSourceConnection) => {
|
|
297
297
|
return (0, instance_1.customInstance)({ url: `/DataSourceTypes/AvailableContainers`, method: 'POST',
|
|
298
298
|
headers: { 'Content-Type': 'application/*+json', },
|
|
299
|
-
data:
|
|
299
|
+
data: dataSourcesTestDataSourceConnection
|
|
300
300
|
});
|
|
301
301
|
};
|
|
302
302
|
/**
|
|
303
303
|
* @summary Test the connection for a data source type in SmartSpace, verifying credentials and connectivity.
|
|
304
304
|
*/
|
|
305
|
-
const dataSourceTypesTestConnection = (
|
|
305
|
+
const dataSourceTypesTestConnection = (dataSourcesTestDataSourceConnection) => {
|
|
306
306
|
return (0, instance_1.customInstance)({ url: `/DataSourceTypes/TestConnection`, method: 'POST',
|
|
307
307
|
headers: { 'Content-Type': 'application/*+json', },
|
|
308
|
-
data:
|
|
308
|
+
data: dataSourcesTestDataSourceConnection
|
|
309
309
|
});
|
|
310
310
|
};
|
|
311
311
|
/**
|
|
@@ -319,10 +319,10 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
319
319
|
/**
|
|
320
320
|
* @summary Create a new data source in SmartSpace, defining its properties and credentials for integration.
|
|
321
321
|
*/
|
|
322
|
-
const dataSourcesPost = (
|
|
322
|
+
const dataSourcesPost = (dataSourcesCreateDataSource) => {
|
|
323
323
|
return (0, instance_1.customInstance)({ url: `/DataSources`, method: 'POST',
|
|
324
324
|
headers: { 'Content-Type': 'application/*+json', },
|
|
325
|
-
data:
|
|
325
|
+
data: dataSourcesCreateDataSource
|
|
326
326
|
});
|
|
327
327
|
};
|
|
328
328
|
/**
|
|
@@ -335,10 +335,10 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
335
335
|
/**
|
|
336
336
|
* @summary Update the configuration of an existing data source in SmartSpace by specifying its ID.
|
|
337
337
|
*/
|
|
338
|
-
const dataSourcesPut = (dataSourceId,
|
|
338
|
+
const dataSourcesPut = (dataSourceId, dataSourcesUpdateDataSource) => {
|
|
339
339
|
return (0, instance_1.customInstance)({ url: `/DataSources/${dataSourceId}`, method: 'PUT',
|
|
340
340
|
headers: { 'Content-Type': 'application/*+json', },
|
|
341
|
-
data:
|
|
341
|
+
data: dataSourcesUpdateDataSource
|
|
342
342
|
});
|
|
343
343
|
};
|
|
344
344
|
/**
|
|
@@ -352,10 +352,10 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
352
352
|
/**
|
|
353
353
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
354
354
|
*/
|
|
355
|
-
const dataSourcesUpdateCredentials = (dataSourceId,
|
|
355
|
+
const dataSourcesUpdateCredentials = (dataSourceId, dataSourcesUpdateDataSourceCredentials) => {
|
|
356
356
|
return (0, instance_1.customInstance)({ url: `/DataSources/${dataSourceId}/credentials`, method: 'PUT',
|
|
357
357
|
headers: { 'Content-Type': 'application/*+json', },
|
|
358
|
-
data:
|
|
358
|
+
data: dataSourcesUpdateDataSourceCredentials
|
|
359
359
|
});
|
|
360
360
|
};
|
|
361
361
|
const dataSourcesGetAdminUsers = (id) => {
|
|
@@ -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
|
+
}
|
package/dist/generated/config/models/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts}
RENAMED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsDataSourceCredentialType } from './enumsDataSourceCredentialType';
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
8
|
+
import type { DataSourcesCreateDataSourceCredentials } from './dataSourcesCreateDataSourceCredentials';
|
|
9
|
+
export interface DataSourcesCreateDataSource {
|
|
10
10
|
credentialType: EnumsDataSourceCredentialType;
|
|
11
|
-
credentials:
|
|
11
|
+
credentials: DataSourcesCreateDataSourceCredentials;
|
|
12
12
|
/** @nullable */
|
|
13
13
|
keyId?: string | null;
|
|
14
14
|
name: string;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSourceContainer } from './dataSourceContainer';
|
|
8
8
|
import type { EnumsDataSourceCredentialType } from './enumsDataSourceCredentialType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface DataSourcesDataSource {
|
|
10
10
|
containers: DataSourceContainer[];
|
|
11
11
|
createdAt: string;
|
|
12
12
|
createdByUserId: string;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSourcesCredentialsCredentialsType } from './dataSourcesCredentialsCredentialsType';
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
8
|
+
import type { DataSourcesDataSourceProperty } from './dataSourcesDataSourceProperty';
|
|
9
|
+
export interface DataSourcesDataSourceCredentialsDefinition {
|
|
10
10
|
credentialsType: DataSourcesCredentialsCredentialsType;
|
|
11
|
-
properties:
|
|
11
|
+
properties: DataSourcesDataSourceProperty[];
|
|
12
12
|
}
|
package/dist/generated/config/models/{dataSourceProperty.d.ts → dataSourcesDataSourceProperty.d.ts}
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSourcesDataSourcePropertyType } from './dataSourcesDataSourcePropertyType';
|
|
8
|
-
export interface
|
|
8
|
+
export interface DataSourcesDataSourceProperty {
|
|
9
9
|
displayName: string;
|
|
10
10
|
key: string;
|
|
11
11
|
type: DataSourcesDataSourcePropertyType;
|
|
@@ -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
|
+
import type { DataSourcesDataSourceCredentialsDefinition } from './dataSourcesDataSourceCredentialsDefinition';
|
|
8
|
+
export interface DataSourcesDataSourceType {
|
|
9
|
+
credentialsDefinition: DataSourcesDataSourceCredentialsDefinition;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
defaultSyncIntervalMinutes?: number | null;
|
|
12
|
+
id: string;
|
|
13
|
+
name: string;
|
|
14
|
+
}
|
|
@@ -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 { DataSourcesTestDataSourceConnectionCredentials } from './dataSourcesTestDataSourceConnectionCredentials';
|
|
8
|
+
export interface DataSourcesTestDataSourceConnection {
|
|
9
|
+
credentials: DataSourcesTestDataSourceConnectionCredentials;
|
|
10
|
+
dataSourceTypeId: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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 { DataSourcesUpdateDataSourceCredentialsCredentials } from './dataSourcesUpdateDataSourceCredentialsCredentials';
|
|
8
|
+
export interface DataSourcesUpdateDataSourceCredentials {
|
|
9
|
+
credentials: DataSourcesUpdateDataSourceCredentialsCredentials;
|
|
10
|
+
}
|
|
@@ -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
|
+
import type { DataSetProperty } from './dataSetProperty';
|
|
8
|
+
export interface FlowDataSet {
|
|
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
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
properties: DataSetProperty[];
|
|
13
|
+
/**
|
|
14
|
+
* @nullable
|
|
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}$
|
|
16
|
+
*/
|
|
17
|
+
version?: string | null;
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { FlowDataSet } from './flowDataSet';
|
|
8
|
+
export interface FlowDataSpace {
|
|
9
|
+
dataSets: FlowDataSet[];
|
|
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
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
@@ -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
|
+
import type { FlowDataSet } from './flowDataSet';
|
|
8
|
+
import type { Flow } from './flow';
|
|
9
|
+
import type { FlowWorkSpace } from './flowWorkSpace';
|
|
10
|
+
export interface FlowRun {
|
|
11
|
+
dataSet?: FlowDataSet;
|
|
12
|
+
/** @nullable */
|
|
13
|
+
finishedAt?: string | null;
|
|
14
|
+
flow: Flow;
|
|
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}$ */
|
|
16
|
+
id: string;
|
|
17
|
+
workSpace?: FlowWorkSpace;
|
|
18
|
+
}
|
|
@@ -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 { FlowDataSpace } from './flowDataSpace';
|
|
8
|
+
export interface FlowWorkSpace {
|
|
9
|
+
dataSpaces: FlowDataSpace[];
|
|
10
|
+
/** @nullable */
|
|
11
|
+
firstPrompt?: string | null;
|
|
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
|
+
id: string;
|
|
14
|
+
name: string;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
summary?: string | null;
|
|
17
|
+
}
|
|
@@ -25,36 +25,17 @@ export * from './appUserServicePrincipalSearchResult';
|
|
|
25
25
|
export * from './applicationUpdateDeploymentInfo';
|
|
26
26
|
export * from './applicationUpdateVersionInfo';
|
|
27
27
|
export * from './azureADGroup';
|
|
28
|
+
export * from './blockBlockSet';
|
|
29
|
+
export * from './blockBlockSetBlockInterfaces';
|
|
30
|
+
export * from './blockInfo';
|
|
28
31
|
export * from './blockInputModel';
|
|
32
|
+
export * from './blockInterface';
|
|
33
|
+
export * from './blockInterfaceMetadata';
|
|
34
|
+
export * from './blockInterfacePorts';
|
|
35
|
+
export * from './blockInterfaceState';
|
|
29
36
|
export * from './blockSetsAddBlockSetBody';
|
|
30
37
|
export * from './blockSetsGetBlockSetsParams';
|
|
31
|
-
export * from './blocksBlockInfo';
|
|
32
|
-
export * from './blocksBlockInterface';
|
|
33
|
-
export * from './blocksBlockInterfaceMetadata';
|
|
34
|
-
export * from './blocksBlockInterfacePorts';
|
|
35
|
-
export * from './blocksBlockInterfaceState';
|
|
36
|
-
export * from './blocksBlockSet';
|
|
37
|
-
export * from './blocksBlockSetBlockInterfaces';
|
|
38
|
-
export * from './blocksGetBlocks200One';
|
|
39
|
-
export * from './blocksGetBlocks200Three';
|
|
40
|
-
export * from './blocksGetBlocks200Two';
|
|
41
38
|
export * from './blocksGetBlocksParams';
|
|
42
|
-
export * from './blocksInputPinInterface';
|
|
43
|
-
export * from './blocksInputPinInterfaceDefault';
|
|
44
|
-
export * from './blocksInputPinInterfaceGenerics';
|
|
45
|
-
export * from './blocksInputPinInterfaceMetadata';
|
|
46
|
-
export * from './blocksInputPinInterfaceSchema';
|
|
47
|
-
export * from './blocksOutputPinInterface';
|
|
48
|
-
export * from './blocksOutputPinInterfaceGenerics';
|
|
49
|
-
export * from './blocksOutputPinInterfaceMetadata';
|
|
50
|
-
export * from './blocksOutputPinInterfaceSchema';
|
|
51
|
-
export * from './blocksPortInterface';
|
|
52
|
-
export * from './blocksPortInterfaceInputs';
|
|
53
|
-
export * from './blocksPortInterfaceMetadata';
|
|
54
|
-
export * from './blocksPortInterfaceOutputs';
|
|
55
|
-
export * from './blocksStateInterface';
|
|
56
|
-
export * from './blocksStateInterfaceDefault';
|
|
57
|
-
export * from './blocksStateInterfaceMetadata';
|
|
58
39
|
export * from './configApiAddMessageFileFromBlobUri';
|
|
59
40
|
export * from './configApiRunFlowRequest';
|
|
60
41
|
export * from './connection';
|
|
@@ -64,8 +45,6 @@ export * from './coreDeploymentEnumsDeploymentStatus';
|
|
|
64
45
|
export * from './coreManagementSmartSpaceUpgradeUpdate';
|
|
65
46
|
export * from './createContainer';
|
|
66
47
|
export * from './createDataSet';
|
|
67
|
-
export * from './createDataSource';
|
|
68
|
-
export * from './createDataSourceCredentials';
|
|
69
48
|
export * from './createDataSpace';
|
|
70
49
|
export * from './createModel';
|
|
71
50
|
export * from './createModelConfiguration';
|
|
@@ -82,18 +61,26 @@ export * from './dataSetSearchRequestFilter';
|
|
|
82
61
|
export * from './dataSetsGetContainerItemsRunHistoryParams';
|
|
83
62
|
export * from './dataSetsGetGetParams';
|
|
84
63
|
export * from './dataSetsGetIdItemsParams';
|
|
85
|
-
export * from './dataSource';
|
|
86
64
|
export * from './dataSourceContainer';
|
|
87
|
-
export * from './dataSourceCredentialsDefinition';
|
|
88
|
-
export * from './dataSourceProperty';
|
|
89
|
-
export * from './dataSourceType';
|
|
90
65
|
export * from './dataSourcesContainersParams';
|
|
66
|
+
export * from './dataSourcesCreateDataSource';
|
|
67
|
+
export * from './dataSourcesCreateDataSourceCredentials';
|
|
91
68
|
export * from './dataSourcesCredentialsCredentialsType';
|
|
69
|
+
export * from './dataSourcesDataSource';
|
|
70
|
+
export * from './dataSourcesDataSourceAdminUser';
|
|
92
71
|
export * from './dataSourcesDataSourceContainer';
|
|
93
72
|
export * from './dataSourcesDataSourceContainerProperty';
|
|
73
|
+
export * from './dataSourcesDataSourceCredentialsDefinition';
|
|
74
|
+
export * from './dataSourcesDataSourceProperty';
|
|
94
75
|
export * from './dataSourcesDataSourcePropertyType';
|
|
76
|
+
export * from './dataSourcesDataSourceType';
|
|
95
77
|
export * from './dataSourcesGetParams';
|
|
96
78
|
export * from './dataSourcesTestConnectionResult';
|
|
79
|
+
export * from './dataSourcesTestDataSourceConnection';
|
|
80
|
+
export * from './dataSourcesTestDataSourceConnectionCredentials';
|
|
81
|
+
export * from './dataSourcesUpdateDataSource';
|
|
82
|
+
export * from './dataSourcesUpdateDataSourceCredentials';
|
|
83
|
+
export * from './dataSourcesUpdateDataSourceCredentialsCredentials';
|
|
97
84
|
export * from './dataSpace';
|
|
98
85
|
export * from './dataSpacesGetDataSetsParams';
|
|
99
86
|
export * from './dataSpacesGetParams';
|
|
@@ -130,6 +117,8 @@ export * from './flow';
|
|
|
130
117
|
export * from './flowBlock';
|
|
131
118
|
export * from './flowConstant';
|
|
132
119
|
export * from './flowConstantValue';
|
|
120
|
+
export * from './flowDataSet';
|
|
121
|
+
export * from './flowDataSpace';
|
|
133
122
|
export * from './flowDefinition';
|
|
134
123
|
export * from './flowDefinitionBlocks';
|
|
135
124
|
export * from './flowDefinitionConstants';
|
|
@@ -141,6 +130,7 @@ export * from './flowInput';
|
|
|
141
130
|
export * from './flowInputSchema';
|
|
142
131
|
export * from './flowOutput';
|
|
143
132
|
export * from './flowOutputSchema';
|
|
133
|
+
export * from './flowRun';
|
|
144
134
|
export * from './flowRunsAddFileIdFilesBody';
|
|
145
135
|
export * from './flowRunsCreateFlowRunParams';
|
|
146
136
|
export * from './flowRunsGetStepExecutionsParams';
|
|
@@ -153,12 +143,18 @@ export * from './flowValueModel';
|
|
|
153
143
|
export * from './flowValueModelChannels';
|
|
154
144
|
export * from './flowVariable';
|
|
155
145
|
export * from './flowVariableSchema';
|
|
146
|
+
export * from './flowWorkSpace';
|
|
156
147
|
export * from './flowsBlockConstant';
|
|
157
148
|
export * from './flowsBlockConstantValue';
|
|
158
149
|
export * from './flowsBlockPinRef';
|
|
159
150
|
export * from './flowsFlowPinRef';
|
|
160
151
|
export * from './functionExecutionDebugModel';
|
|
161
152
|
export * from './ingestedBlob';
|
|
153
|
+
export * from './inputPinInterface';
|
|
154
|
+
export * from './inputPinInterfaceDefault';
|
|
155
|
+
export * from './inputPinInterfaceGenerics';
|
|
156
|
+
export * from './inputPinInterfaceMetadata';
|
|
157
|
+
export * from './inputPinInterfaceSchema';
|
|
162
158
|
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
163
159
|
export * from './integrationsAzureArmAzureLocation';
|
|
164
160
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
@@ -201,6 +197,10 @@ export * from './modelsGetModelsParams';
|
|
|
201
197
|
export * from './notificationGetParams';
|
|
202
198
|
export * from './notificationNotification';
|
|
203
199
|
export * from './notificationPagedNotifications';
|
|
200
|
+
export * from './outputPinInterface';
|
|
201
|
+
export * from './outputPinInterfaceGenerics';
|
|
202
|
+
export * from './outputPinInterfaceMetadata';
|
|
203
|
+
export * from './outputPinInterfaceSchema';
|
|
204
204
|
export * from './pagedDataCollectionAccess';
|
|
205
205
|
export * from './pagedDataCollectionActivityActivityWorkSpace';
|
|
206
206
|
export * from './pagedDataCollectionAppUserAppUser';
|
|
@@ -209,13 +209,17 @@ export * from './pagedDataCollectionAppUserAppUserSearchResult';
|
|
|
209
209
|
export * from './pagedDataCollectionAppUserServicePrincipalSearchResult';
|
|
210
210
|
export * from './pagedDataCollectionAzureADGroup';
|
|
211
211
|
export * from './pagedDataCollectionDataSet';
|
|
212
|
-
export * from './
|
|
212
|
+
export * from './pagedDataCollectionDataSourcesDataSource';
|
|
213
213
|
export * from './pagedDataCollectionDataSpace';
|
|
214
214
|
export * from './pagedDataCollectionIngestedBlob';
|
|
215
215
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
216
216
|
export * from './pagedDataCollectionModelModelSummary';
|
|
217
217
|
export * from './pagedDataCollectionWorkSpace';
|
|
218
218
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
219
|
+
export * from './portInterface';
|
|
220
|
+
export * from './portInterfaceInputs';
|
|
221
|
+
export * from './portInterfaceMetadata';
|
|
222
|
+
export * from './portInterfaceOutputs';
|
|
219
223
|
export * from './reportingDuration';
|
|
220
224
|
export * from './reportingGetRequestsParams';
|
|
221
225
|
export * from './reportingGetTokensParams';
|
|
@@ -223,14 +227,12 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
223
227
|
export * from './reportingReportSeries';
|
|
224
228
|
export * from './reportingSplit';
|
|
225
229
|
export * from './sandBoxGetThreadMessagesParams';
|
|
226
|
-
export * from './
|
|
227
|
-
export * from './
|
|
230
|
+
export * from './stateInterface';
|
|
231
|
+
export * from './stateInterfaceDefault';
|
|
232
|
+
export * from './stateInterfaceMetadata';
|
|
228
233
|
export * from './updateContainer';
|
|
229
234
|
export * from './updateDataSet';
|
|
230
235
|
export * from './updateDataSetBasicInfo';
|
|
231
|
-
export * from './updateDataSource';
|
|
232
|
-
export * from './updateDataSourceCredentials';
|
|
233
|
-
export * from './updateDataSourceCredentialsCredentials';
|
|
234
236
|
export * from './updateDataSpace';
|
|
235
237
|
export * from './usersAdminPermissionParams';
|
|
236
238
|
export * from './usersGetAccessWorkSpacesParams';
|