@smartspace/api-client 0.1.0-pr.807.ff71429 → 0.1.0-pr.809.d1d1466

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.
Files changed (34) hide show
  1. package/dist/generated/chat/api.d.ts +3 -3
  2. package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
  3. package/dist/generated/chat/models/aiModel.d.ts +24 -0
  4. package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
  5. package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
  6. package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +3 -3
  7. package/dist/generated/chat/models/aiModelSummary.js +2 -0
  8. package/dist/generated/chat/models/index.d.ts +6 -2
  9. package/dist/generated/chat/models/index.js +6 -2
  10. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  11. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.js +2 -0
  12. package/dist/generated/config/api.d.ts +3 -3
  13. package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
  14. package/dist/generated/config/models/aiIModelProperty.js +2 -0
  15. package/dist/generated/config/models/aiModel.d.ts +24 -0
  16. package/dist/generated/config/models/aiModel.js +2 -0
  17. package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
  18. package/dist/generated/config/models/aiModelDeployment.js +2 -0
  19. package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
  20. package/dist/generated/config/models/aiModelDeploymentStep.js +2 -0
  21. package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +3 -3
  22. package/dist/generated/config/models/aiModelSummary.js +2 -0
  23. package/dist/generated/config/models/index.d.ts +6 -2
  24. package/dist/generated/config/models/index.js +6 -2
  25. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  26. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
  27. package/dist/generated/config/zod.d.ts +3 -3
  28. package/package.json +1 -1
  29. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  30. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  31. /package/dist/generated/chat/models/{modelModelSummary.js → aiIModelProperty.js} +0 -0
  32. /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → aiModel.js} +0 -0
  33. /package/dist/generated/{config/models/modelModelSummary.js → chat/models/aiModelDeployment.js} +0 -0
  34. /package/dist/generated/{config/models/pagedDataCollectionModelModelSummary.js → chat/models/aiModelDeploymentStep.js} +0 -0
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Chat API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { AppUserAppUser, CommentComment, CreateComment, CreateMessageThread, DocumentsGetDocumentSasParams, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, IntegrationsAzureStorageSasToken, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetCommentsParams, MessageThreadsThreadMessagesIdMessagesParams, MessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams, MessagesGetCommentsParams, ModelModel, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionCommentCommentSummary, PagedDataCollectionMessageMessage, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, WorkSpace, WorkSpacesGetAccessParams, WorkSpacesGetGetParams, WorkSpacesGetUsersParams, WorkSpacesThreadParams } from './models';
7
+ import type { AiModel, AppUserAppUser, CommentComment, CreateComment, CreateMessageThread, DocumentsGetDocumentSasParams, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, IntegrationsAzureStorageSasToken, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetCommentsParams, MessageThreadsThreadMessagesIdMessagesParams, MessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams, MessagesGetCommentsParams, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionAiModelSummary, PagedDataCollectionCommentCommentSummary, PagedDataCollectionMessageMessage, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionWorkSpace, WorkSpace, WorkSpacesGetAccessParams, WorkSpacesGetGetParams, WorkSpacesGetUsersParams, WorkSpacesThreadParams } from './models';
8
8
  export declare const getSmartSpaceChatAPI: () => {
9
9
  filesUploadFiles: (filesUploadFilesBody: FilesUploadFilesBody) => Promise<import("axios").AxiosResponse<File[], any, {}>>;
10
10
  filesGetFileInfo: (id: string, params?: FilesGetFileInfoParams) => Promise<import("axios").AxiosResponse<File, any, {}>>;
@@ -30,8 +30,8 @@ export declare const getSmartSpaceChatAPI: () => {
30
30
  messagesGetComments: (id: string, params?: MessagesGetCommentsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionCommentCommentSummary, any, {}>>;
31
31
  messagesPostComment: (id: string, createComment: CreateComment) => Promise<import("axios").AxiosResponse<CommentComment, any, {}>>;
32
32
  messagesAddValueToMessage: (id: string, messageCreateMessageInput: MessageCreateMessageInput) => Promise<import("axios").AxiosResponse<MessageMessage, any, {}>>;
33
- modelsGetModels: (params?: ModelsGetModelsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionModelModelSummary, any, {}>>;
34
- modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<ModelModel, any, {}>>;
33
+ modelsGetModels: (params?: ModelsGetModelsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAiModelSummary, any, {}>>;
34
+ modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<AiModel, any, {}>>;
35
35
  notificationGet: (params?: NotificationGetParams) => Promise<import("axios").AxiosResponse<NotificationPagedNotifications, any, {}>>;
36
36
  notificationPutUpdate: (notificationPutUpdateBody: string[]) => Promise<import("axios").AxiosResponse<void, any, {}>>;
37
37
  notificationPutUpdateall: () => Promise<import("axios").AxiosResponse<void, any, {}>>;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Chat API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { EnumsModelPropertyType } from './enumsModelPropertyType';
8
+ export interface AiIModelProperty {
9
+ readonly name: string;
10
+ type: EnumsModelPropertyType;
11
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Chat API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { AiModelDeployment } from './aiModelDeployment';
8
+ import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
10
+ import type { AiIModelProperty } from './aiIModelProperty';
11
+ export interface AiModel {
12
+ /** @nullable */
13
+ createdAt?: string | null;
14
+ /** @nullable */
15
+ createdByUserId?: string | null;
16
+ deployment?: AiModelDeployment;
17
+ displayName: string;
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
+ id: string;
20
+ modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
+ modelPublisher?: EnumsModelPublisher;
22
+ name: string;
23
+ properties: AiIModelProperty[];
24
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Chat API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
+ import type { AiModelDeploymentStep } from './aiModelDeploymentStep';
9
+ import type { EnumsVirtualMachineServerType } from './enumsVirtualMachineServerType';
10
+ export interface AiModelDeployment {
11
+ /** @nullable */
12
+ createdAt?: string | null;
13
+ /** @nullable */
14
+ createdByUserId?: string | null;
15
+ /** @nullable */
16
+ detailedMessage?: string | null;
17
+ /** @nullable */
18
+ dockerFile?: string | null;
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}$ */
20
+ id: string;
21
+ modelName: string;
22
+ /** @nullable */
23
+ providerDeploymentId?: string | null;
24
+ /**
25
+ * @nullable
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}$
27
+ */
28
+ providerId?: string | null;
29
+ /** @nullable */
30
+ region?: string | null;
31
+ status: EnumsModelDeploymentStatus;
32
+ /** @nullable */
33
+ statusMessage?: string | null;
34
+ /** @nullable */
35
+ statusUpdatedAt?: string | null;
36
+ steps: AiModelDeploymentStep[];
37
+ /** @nullable */
38
+ url?: string | null;
39
+ virtualMachineServerType?: EnumsVirtualMachineServerType;
40
+ /** @nullable */
41
+ virtualMachineUrl?: string | null;
42
+ /** @nullable */
43
+ vmSize?: string | null;
44
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Chat API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { EnumsModelDeploymentStepName } from './enumsModelDeploymentStepName';
8
+ export interface AiModelDeploymentStep {
9
+ /** @nullable */
10
+ finishedAt?: string | null;
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
+ id: string;
13
+ index: number;
14
+ message: string;
15
+ name: EnumsModelDeploymentStepName;
16
+ progress: number;
17
+ /** @nullable */
18
+ startedAt?: string | null;
19
+ }
@@ -7,8 +7,8 @@
7
7
  import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
9
  import type { EnumsModelPublisher } from './enumsModelPublisher';
10
- import type { ModelIModelProperty } from './modelIModelProperty';
11
- export interface ModelModelSummary {
10
+ import type { AiIModelProperty } from './aiIModelProperty';
11
+ export interface AiModelSummary {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
14
14
  /** @nullable */
@@ -20,7 +20,7 @@ export interface ModelModelSummary {
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
21
  modelPublisher?: EnumsModelPublisher;
22
22
  name: string;
23
- properties: ModelIModelProperty[];
23
+ properties: AiIModelProperty[];
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,6 +5,11 @@
5
5
  * OpenAPI spec version: v1
6
6
  */
7
7
  export * from './access';
8
+ export * from './aiIModelProperty';
9
+ export * from './aiModel';
10
+ export * from './aiModelDeployment';
11
+ export * from './aiModelDeploymentStep';
12
+ export * from './aiModelSummary';
8
13
  export * from './appUserAppUser';
9
14
  export * from './commentComment';
10
15
  export * from './commentCommentSummary';
@@ -86,16 +91,15 @@ export * from './modelIModelProperty';
86
91
  export * from './modelModel';
87
92
  export * from './modelModelDeployment';
88
93
  export * from './modelModelDeploymentStep';
89
- export * from './modelModelSummary';
90
94
  export * from './modelsGetModelsParams';
91
95
  export * from './notificationGetParams';
92
96
  export * from './notificationNotification';
93
97
  export * from './notificationPagedNotifications';
94
98
  export * from './pagedDataCollectionAccess';
99
+ export * from './pagedDataCollectionAiModelSummary';
95
100
  export * from './pagedDataCollectionCommentCommentSummary';
96
101
  export * from './pagedDataCollectionMessageMessage';
97
102
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
98
- export * from './pagedDataCollectionModelModelSummary';
99
103
  export * from './pagedDataCollectionWorkSpace';
100
104
  export * from './workSpace';
101
105
  export * from './workSpaceInfo';
@@ -21,6 +21,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
21
21
  };
22
22
  Object.defineProperty(exports, "__esModule", { value: true });
23
23
  __exportStar(require("./access"), exports);
24
+ __exportStar(require("./aiIModelProperty"), exports);
25
+ __exportStar(require("./aiModel"), exports);
26
+ __exportStar(require("./aiModelDeployment"), exports);
27
+ __exportStar(require("./aiModelDeploymentStep"), exports);
28
+ __exportStar(require("./aiModelSummary"), exports);
24
29
  __exportStar(require("./appUserAppUser"), exports);
25
30
  __exportStar(require("./commentComment"), exports);
26
31
  __exportStar(require("./commentCommentSummary"), exports);
@@ -102,16 +107,15 @@ __exportStar(require("./modelIModelProperty"), exports);
102
107
  __exportStar(require("./modelModel"), exports);
103
108
  __exportStar(require("./modelModelDeployment"), exports);
104
109
  __exportStar(require("./modelModelDeploymentStep"), exports);
105
- __exportStar(require("./modelModelSummary"), exports);
106
110
  __exportStar(require("./modelsGetModelsParams"), exports);
107
111
  __exportStar(require("./notificationGetParams"), exports);
108
112
  __exportStar(require("./notificationNotification"), exports);
109
113
  __exportStar(require("./notificationPagedNotifications"), exports);
110
114
  __exportStar(require("./pagedDataCollectionAccess"), exports);
115
+ __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
111
116
  __exportStar(require("./pagedDataCollectionCommentCommentSummary"), exports);
112
117
  __exportStar(require("./pagedDataCollectionMessageMessage"), exports);
113
118
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
114
- __exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
115
119
  __exportStar(require("./pagedDataCollectionWorkSpace"), exports);
116
120
  __exportStar(require("./workSpace"), exports);
117
121
  __exportStar(require("./workSpaceInfo"), exports);
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Chat API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { AiModelSummary } from './aiModelSummary';
8
+ export interface PagedDataCollectionAiModelSummary {
9
+ data: AiModelSummary[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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, BlockBlockSet, BlockInfo, BlockSetsAddBlockSetBody, BlockSetsGetBlockSetsParams, BlocksGetBlocksParams, ConfigApiAddMessageFileFromBlobUri, ConfigApiRunFlowRequest, ContainersPostParams, CoreManagementSmartSpaceUpgradeUpdate, CreateDataSet, CreateDataSource, CreateDataSpace, CreateModel, CreateModelConfiguration, CreateModelDeploymentProvider, CreateWorkSpace, DataSet, DataSetItemCreateRequest, DataSetProperty, DataSetSearchRequest, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetGetParams, DataSetsGetIdItemsParams, DataSourceContainer, DataSourceType, DataSourcesContainersParams, DataSourcesDataSourceContainer, DataSourcesGetParams, DataSourcesTestConnectionResult, DataSpace, DataSpacesGetDataSetsParams, DataSpacesGetParams, DebugLogsResponse, DocumentsGetDocumentSasParams, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowDefinition, 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, PagedDataCollectionDataSource, PagedDataCollectionDataSpace, PagedDataCollectionIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, TestDataSourceConnection, UpdateDataSet, UpdateDataSetBasicInfo, UpdateDataSource, UpdateDataSourceCredentials, UpdateDataSpace, UsersAdminPermissionParams, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpace, WorkSpaceBasicInfo, WorkSpaceTemplatesGetParams, WorkSpaceUser, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesWorkspaceFilesBody } from './models';
7
+ import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams, AiModel, AppRole, AppUserAppUser, AppUserAppUserDetail, AppUserAppUserSearchResult, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlockBlockSet, BlockInfo, BlockSetsAddBlockSetBody, BlockSetsGetBlockSetsParams, BlocksGetBlocksParams, ConfigApiAddMessageFileFromBlobUri, ConfigApiRunFlowRequest, ContainersPostParams, CoreManagementSmartSpaceUpgradeUpdate, CreateDataSet, CreateDataSource, CreateDataSpace, CreateModel, CreateModelConfiguration, CreateModelDeploymentProvider, CreateWorkSpace, DataSet, DataSetItemCreateRequest, DataSetProperty, DataSetSearchRequest, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetGetParams, DataSetsGetIdItemsParams, DataSourceContainer, DataSourceType, DataSourcesContainersParams, DataSourcesDataSourceContainer, DataSourcesGetParams, DataSourcesTestConnectionResult, DataSpace, DataSpacesGetDataSetsParams, DataSpacesGetParams, DebugLogsResponse, DocumentsGetDocumentSasParams, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowDefinition, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, IngestedBlob, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiDebugLogsResponse, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageSandBoxMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionActivityActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAppUserAppUser, PagedDataCollectionAppUserAppUserDetail, PagedDataCollectionAppUserAppUserSearchResult, PagedDataCollectionAppUserServicePrincipalSearchResult, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSet, PagedDataCollectionDataSource, PagedDataCollectionDataSpace, PagedDataCollectionIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, TestDataSourceConnection, UpdateDataSet, UpdateDataSetBasicInfo, UpdateDataSource, UpdateDataSourceCredentials, UpdateDataSpace, UsersAdminPermissionParams, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpace, WorkSpaceBasicInfo, WorkSpaceTemplatesGetParams, WorkSpaceUser, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesWorkspaceFilesBody } from './models';
8
8
  export declare const getSmartSpaceAdminAPI: () => {
9
9
  accessGetAccesses: (params?: AccessGetAccessesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccess, any, {}>>;
10
10
  accessAddAccess: (access: Access) => Promise<import("axios").AxiosResponse<Access, any, {}>>;
@@ -89,11 +89,11 @@ export declare const getSmartSpaceAdminAPI: () => {
89
89
  modelProvidersGetModelProviderTypeDeployableModels: (providerType: EnumsModelDeploymentProviderType) => Promise<import("axios").AxiosResponse<void, any, {}>>;
90
90
  modelProvidersGetProvider: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
91
91
  modelProvidersUpsertProvider: (id: string, createModelDeploymentProvider: CreateModelDeploymentProvider) => Promise<import("axios").AxiosResponse<void, any, {}>>;
92
- modelsGetModels: (params?: ModelsGetModelsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionModelModelSummary, any, {}>>;
92
+ modelsGetModels: (params?: ModelsGetModelsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAiModelSummary, any, {}>>;
93
93
  modelsCreateModel: (createModel: CreateModel) => Promise<import("axios").AxiosResponse<void, any, {}>>;
94
94
  modelsGetDefaultDockerFile: (params?: ModelsGetDefaultDockerFileParams) => Promise<import("axios").AxiosResponse<string, any, {}>>;
95
95
  modelsDeleteModel: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
96
- modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<ModelModel, any, {}>>;
96
+ modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<AiModel, any, {}>>;
97
97
  modelsUpsertModel: (id: string, createModel: CreateModel) => Promise<import("axios").AxiosResponse<void, any, {}>>;
98
98
  modelsGetDeploymentDockerLogs: (id: string) => Promise<import("axios").AxiosResponse<string, any, {}>>;
99
99
  modelsGetModelHealth: (id: string) => Promise<import("axios").AxiosResponse<MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, any, {}>>;
@@ -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 { EnumsModelPropertyType } from './enumsModelPropertyType';
8
+ export interface AiIModelProperty {
9
+ readonly name: string;
10
+ type: EnumsModelPropertyType;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,24 @@
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 { AiModelDeployment } from './aiModelDeployment';
8
+ import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
10
+ import type { AiIModelProperty } from './aiIModelProperty';
11
+ export interface AiModel {
12
+ /** @nullable */
13
+ createdAt?: string | null;
14
+ /** @nullable */
15
+ createdByUserId?: string | null;
16
+ deployment?: AiModelDeployment;
17
+ displayName: string;
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
+ id: string;
20
+ modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
+ modelPublisher?: EnumsModelPublisher;
22
+ name: string;
23
+ properties: AiIModelProperty[];
24
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,44 @@
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 { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
+ import type { AiModelDeploymentStep } from './aiModelDeploymentStep';
9
+ import type { EnumsVirtualMachineServerType } from './enumsVirtualMachineServerType';
10
+ export interface AiModelDeployment {
11
+ /** @nullable */
12
+ createdAt?: string | null;
13
+ /** @nullable */
14
+ createdByUserId?: string | null;
15
+ /** @nullable */
16
+ detailedMessage?: string | null;
17
+ /** @nullable */
18
+ dockerFile?: string | null;
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}$ */
20
+ id: string;
21
+ modelName: string;
22
+ /** @nullable */
23
+ providerDeploymentId?: string | null;
24
+ /**
25
+ * @nullable
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}$
27
+ */
28
+ providerId?: string | null;
29
+ /** @nullable */
30
+ region?: string | null;
31
+ status: EnumsModelDeploymentStatus;
32
+ /** @nullable */
33
+ statusMessage?: string | null;
34
+ /** @nullable */
35
+ statusUpdatedAt?: string | null;
36
+ steps: AiModelDeploymentStep[];
37
+ /** @nullable */
38
+ url?: string | null;
39
+ virtualMachineServerType?: EnumsVirtualMachineServerType;
40
+ /** @nullable */
41
+ virtualMachineUrl?: string | null;
42
+ /** @nullable */
43
+ vmSize?: string | null;
44
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
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 { EnumsModelDeploymentStepName } from './enumsModelDeploymentStepName';
8
+ export interface AiModelDeploymentStep {
9
+ /** @nullable */
10
+ finishedAt?: string | null;
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
+ id: string;
13
+ index: number;
14
+ message: string;
15
+ name: EnumsModelDeploymentStepName;
16
+ progress: number;
17
+ /** @nullable */
18
+ startedAt?: string | null;
19
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,8 +7,8 @@
7
7
  import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
9
  import type { EnumsModelPublisher } from './enumsModelPublisher';
10
- import type { ModelIModelProperty } from './modelIModelProperty';
11
- export interface ModelModelSummary {
10
+ import type { AiIModelProperty } from './aiIModelProperty';
11
+ export interface AiModelSummary {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
14
14
  /** @nullable */
@@ -20,7 +20,7 @@ export interface ModelModelSummary {
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
21
  modelPublisher?: EnumsModelPublisher;
22
22
  name: string;
23
- properties: ModelIModelProperty[];
23
+ properties: AiIModelProperty[];
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -17,6 +17,11 @@ export * from './activityActivityWorkSpace';
17
17
  export * from './activityExportLoggingsParams';
18
18
  export * from './activityGetLoggingParams';
19
19
  export * from './activityLlmUsageMetrics';
20
+ export * from './aiIModelProperty';
21
+ export * from './aiModel';
22
+ export * from './aiModelDeployment';
23
+ export * from './aiModelDeploymentStep';
24
+ export * from './aiModelSummary';
20
25
  export * from './appRole';
21
26
  export * from './appUserAppUser';
22
27
  export * from './appUserAppUserDetail';
@@ -180,7 +185,6 @@ export * from './modelIModelProperty';
180
185
  export * from './modelModel';
181
186
  export * from './modelModelDeployment';
182
187
  export * from './modelModelDeploymentStep';
183
- export * from './modelModelSummary';
184
188
  export * from './modelProvidersGetProvidersParams';
185
189
  export * from './modelsGetDefaultDockerFileParams';
186
190
  export * from './modelsGetModelsParams';
@@ -193,6 +197,7 @@ export * from './outputPinInterfaceMetadata';
193
197
  export * from './outputPinInterfaceSchema';
194
198
  export * from './pagedDataCollectionAccess';
195
199
  export * from './pagedDataCollectionActivityActivityWorkSpace';
200
+ export * from './pagedDataCollectionAiModelSummary';
196
201
  export * from './pagedDataCollectionAppUserAppUser';
197
202
  export * from './pagedDataCollectionAppUserAppUserDetail';
198
203
  export * from './pagedDataCollectionAppUserAppUserSearchResult';
@@ -203,7 +208,6 @@ export * from './pagedDataCollectionDataSource';
203
208
  export * from './pagedDataCollectionDataSpace';
204
209
  export * from './pagedDataCollectionIngestedBlob';
205
210
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
206
- export * from './pagedDataCollectionModelModelSummary';
207
211
  export * from './pagedDataCollectionWorkSpace';
208
212
  export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
209
213
  export * from './portInterface';
@@ -33,6 +33,11 @@ __exportStar(require("./activityActivityWorkSpace"), exports);
33
33
  __exportStar(require("./activityExportLoggingsParams"), exports);
34
34
  __exportStar(require("./activityGetLoggingParams"), exports);
35
35
  __exportStar(require("./activityLlmUsageMetrics"), exports);
36
+ __exportStar(require("./aiIModelProperty"), exports);
37
+ __exportStar(require("./aiModel"), exports);
38
+ __exportStar(require("./aiModelDeployment"), exports);
39
+ __exportStar(require("./aiModelDeploymentStep"), exports);
40
+ __exportStar(require("./aiModelSummary"), exports);
36
41
  __exportStar(require("./appRole"), exports);
37
42
  __exportStar(require("./appUserAppUser"), exports);
38
43
  __exportStar(require("./appUserAppUserDetail"), exports);
@@ -196,7 +201,6 @@ __exportStar(require("./modelIModelProperty"), exports);
196
201
  __exportStar(require("./modelModel"), exports);
197
202
  __exportStar(require("./modelModelDeployment"), exports);
198
203
  __exportStar(require("./modelModelDeploymentStep"), exports);
199
- __exportStar(require("./modelModelSummary"), exports);
200
204
  __exportStar(require("./modelProvidersGetProvidersParams"), exports);
201
205
  __exportStar(require("./modelsGetDefaultDockerFileParams"), exports);
202
206
  __exportStar(require("./modelsGetModelsParams"), exports);
@@ -209,6 +213,7 @@ __exportStar(require("./outputPinInterfaceMetadata"), exports);
209
213
  __exportStar(require("./outputPinInterfaceSchema"), exports);
210
214
  __exportStar(require("./pagedDataCollectionAccess"), exports);
211
215
  __exportStar(require("./pagedDataCollectionActivityActivityWorkSpace"), exports);
216
+ __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
212
217
  __exportStar(require("./pagedDataCollectionAppUserAppUser"), exports);
213
218
  __exportStar(require("./pagedDataCollectionAppUserAppUserDetail"), exports);
214
219
  __exportStar(require("./pagedDataCollectionAppUserAppUserSearchResult"), exports);
@@ -219,7 +224,6 @@ __exportStar(require("./pagedDataCollectionDataSource"), exports);
219
224
  __exportStar(require("./pagedDataCollectionDataSpace"), exports);
220
225
  __exportStar(require("./pagedDataCollectionIngestedBlob"), exports);
221
226
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
222
- __exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
223
227
  __exportStar(require("./pagedDataCollectionWorkSpace"), exports);
224
228
  __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
225
229
  __exportStar(require("./portInterface"), exports);
@@ -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 { AiModelSummary } from './aiModelSummary';
8
+ export interface PagedDataCollectionAiModelSummary {
9
+ data: AiModelSummary[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -263,8 +263,8 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
263
263
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
264
264
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
265
265
  activityType: zod.ZodOptional<zod.ZodEnum<{
266
- Read: "Read";
267
266
  Deleted: "Deleted";
267
+ Read: "Read";
268
268
  Created: "Created";
269
269
  Updated: "Updated";
270
270
  Chat: "Chat";
@@ -282,8 +282,8 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
282
282
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
283
283
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
284
284
  activityType: zod.ZodOptional<zod.ZodEnum<{
285
- Read: "Read";
286
285
  Deleted: "Deleted";
286
+ Read: "Read";
287
287
  Created: "Created";
288
288
  Updated: "Updated";
289
289
  Chat: "Chat";
@@ -296,8 +296,8 @@ export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp
296
296
  export declare const activityGetLoggingResponse: zod.ZodObject<{
297
297
  data: zod.ZodArray<zod.ZodObject<{
298
298
  activityType: zod.ZodOptional<zod.ZodEnum<{
299
- Read: "Read";
300
299
  Deleted: "Deleted";
300
+ Read: "Read";
301
301
  Created: "Created";
302
302
  Updated: "Updated";
303
303
  Chat: "Chat";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/api-client",
3
- "version": "0.1.0-pr.807.ff71429",
3
+ "version": "0.1.0-pr.809.d1d1466",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,11 +0,0 @@
1
- /**
2
- * Generated by orval v7.13.2 🍺
3
- * Do not edit manually.
4
- * SmartSpace Chat API
5
- * OpenAPI spec version: v1
6
- */
7
- import type { ModelModelSummary } from './modelModelSummary';
8
- export interface PagedDataCollectionModelModelSummary {
9
- data: ModelModelSummary[];
10
- total: number;
11
- }
@@ -1,11 +0,0 @@
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 { ModelModelSummary } from './modelModelSummary';
8
- export interface PagedDataCollectionModelModelSummary {
9
- data: ModelModelSummary[];
10
- total: number;
11
- }