@smartspace/api-client 0.1.0-pr.809.d1d1466 → 0.1.0-pr.811.fc02076

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 (57) hide show
  1. package/dist/generated/chat/api.d.ts +5 -5
  2. package/dist/generated/chat/models/index.d.ts +3 -7
  3. package/dist/generated/chat/models/index.js +3 -7
  4. package/dist/generated/chat/models/{aiModelSummary.d.ts → modelModelSummary.d.ts} +3 -3
  5. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +11 -0
  6. package/dist/generated/chat/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
  7. package/dist/generated/config/api.d.ts +12 -12
  8. package/dist/generated/config/models/index.d.ts +11 -15
  9. package/dist/generated/config/models/index.js +11 -15
  10. package/dist/generated/config/models/{aiModelSummary.d.ts → modelModelSummary.d.ts} +3 -3
  11. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +11 -0
  12. package/dist/generated/config/models/{pagedDataCollectionAiModelSummary.d.ts → pagedDataCollectionUsersAppUser.d.ts} +3 -3
  13. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
  14. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
  15. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
  16. package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
  17. package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
  18. package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
  19. package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +1 -1
  20. package/dist/generated/config/models/{appUserServicePrincipalSearchResult.d.ts → usersServicePrincipalSearchResult.d.ts} +1 -1
  21. package/dist/generated/config/zod.d.ts +3 -3
  22. package/package.json +1 -1
  23. package/dist/generated/chat/models/aiIModelProperty.d.ts +0 -11
  24. package/dist/generated/chat/models/aiModel.d.ts +0 -24
  25. package/dist/generated/chat/models/aiModelDeployment.d.ts +0 -44
  26. package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +0 -19
  27. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +0 -11
  28. package/dist/generated/config/models/aiIModelProperty.d.ts +0 -11
  29. package/dist/generated/config/models/aiModel.d.ts +0 -24
  30. package/dist/generated/config/models/aiModelDeployment.d.ts +0 -44
  31. package/dist/generated/config/models/aiModelDeploymentStep.d.ts +0 -19
  32. package/dist/generated/config/models/aiModelDeploymentStep.js +0 -2
  33. package/dist/generated/config/models/aiModelSummary.js +0 -2
  34. package/dist/generated/config/models/appUserAppUserDetail.js +0 -2
  35. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +0 -2
  36. package/dist/generated/config/models/pagedDataCollectionAppUserAppUser.d.ts +0 -11
  37. package/dist/generated/config/models/pagedDataCollectionAppUserAppUser.js +0 -2
  38. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
  39. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.js +0 -2
  40. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
  41. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.js +0 -2
  42. package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
  43. package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.js +0 -2
  44. /package/dist/generated/chat/models/{aiIModelProperty.js → modelModelSummary.js} +0 -0
  45. /package/dist/generated/chat/models/{aiModel.js → pagedDataCollectionModelModelSummary.js} +0 -0
  46. /package/dist/generated/chat/models/{appUserAppUser.js → usersAppUser.js} +0 -0
  47. /package/dist/generated/{chat/models/aiModelDeployment.js → config/models/modelModelSummary.js} +0 -0
  48. /package/dist/generated/{chat/models/aiModelDeploymentStep.js → config/models/pagedDataCollectionModelModelSummary.js} +0 -0
  49. /package/dist/generated/{chat/models/aiModelSummary.js → config/models/pagedDataCollectionUsersAppUser.js} +0 -0
  50. /package/dist/generated/{chat/models/pagedDataCollectionAiModelSummary.js → config/models/pagedDataCollectionUsersAppUserDetail.js} +0 -0
  51. /package/dist/generated/config/models/{aiIModelProperty.js → pagedDataCollectionUsersAppUserSearchResult.js} +0 -0
  52. /package/dist/generated/config/models/{aiModel.js → pagedDataCollectionUsersServicePrincipalSearchResult.js} +0 -0
  53. /package/dist/generated/config/models/{appRole.js → usersAppRole.js} +0 -0
  54. /package/dist/generated/config/models/{appUserAppUser.js → usersAppUser.js} +0 -0
  55. /package/dist/generated/config/models/{aiModelDeployment.js → usersAppUserDetail.js} +0 -0
  56. /package/dist/generated/config/models/{appUserAppUserSearchResult.js → usersAppUserSearchResult.js} +0 -0
  57. /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → usersServicePrincipalSearchResult.js} +0 -0
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Chat API
5
5
  * OpenAPI spec version: v1
6
6
  */
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';
7
+ import type { 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, UsersAppUser, 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, {}>>;
@@ -21,7 +21,7 @@ export declare const getSmartSpaceChatAPI: () => {
21
21
  messageThreadsThreadMessagesIdMessages: (id: string, params?: MessageThreadsThreadMessagesIdMessagesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageMessage, any, {}>>;
22
22
  messageThreadsStreamThreadMessagesIdMessagesStream: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
23
23
  messageThreadsThreadIdName: (id: string, messageThreadsThreadIdNameBody: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
24
- messageThreadsGetThreadUsers: (threadId: string) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
24
+ messageThreadsGetThreadUsers: (threadId: string) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
25
25
  messageThreadsRemoveThreadUser: (threadId: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
26
26
  messageThreadsAddThreadUser: (threadId: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
27
27
  messagesThreadMessages: (messageMessageRequest: MessageMessageRequest) => Promise<import("axios").AxiosResponse<MessageMessage, 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<PagedDataCollectionAiModelSummary, any, {}>>;
34
- modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<AiModel, any, {}>>;
33
+ modelsGetModels: (params?: ModelsGetModelsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionModelModelSummary, any, {}>>;
34
+ modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<ModelModel, 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, {}>>;
@@ -40,7 +40,7 @@ export declare const getSmartSpaceChatAPI: () => {
40
40
  workSpacesGetId: (id: string) => Promise<import("axios").AxiosResponse<WorkSpace, any, {}>>;
41
41
  workSpacesGetAccess: (id: string, params?: WorkSpacesGetAccessParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccess, any, {}>>;
42
42
  workSpacesThread: (id: string, params?: WorkSpacesThreadParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageThreadMessageThreadSummary, any, {}>>;
43
- workSpacesGetUsers: (id: string, params?: WorkSpacesGetUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
43
+ workSpacesGetUsers: (id: string, params?: WorkSpacesGetUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
44
44
  documentsGetDocumentSas: (dataSpaceId: string, params?: DocumentsGetDocumentSasParams) => Promise<import("axios").AxiosResponse<IntegrationsAzureStorageSasToken, any, {}>>;
45
45
  messageThreadsCreateMessageThread: (workspaceId: string, createMessageThread: CreateMessageThread) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageThreadMessageThreadSummary, any, {}>>;
46
46
  messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsId: (workspaceId: string, id: string) => Promise<import("axios").AxiosResponse<MessageThreadMessageThreadSummary, any, {}>>;
@@ -5,12 +5,6 @@
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';
13
- export * from './appUserAppUser';
14
8
  export * from './commentComment';
15
9
  export * from './commentCommentSummary';
16
10
  export * from './commentMentionedUser';
@@ -91,16 +85,18 @@ export * from './modelIModelProperty';
91
85
  export * from './modelModel';
92
86
  export * from './modelModelDeployment';
93
87
  export * from './modelModelDeploymentStep';
88
+ export * from './modelModelSummary';
94
89
  export * from './modelsGetModelsParams';
95
90
  export * from './notificationGetParams';
96
91
  export * from './notificationNotification';
97
92
  export * from './notificationPagedNotifications';
98
93
  export * from './pagedDataCollectionAccess';
99
- export * from './pagedDataCollectionAiModelSummary';
100
94
  export * from './pagedDataCollectionCommentCommentSummary';
101
95
  export * from './pagedDataCollectionMessageMessage';
102
96
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
97
+ export * from './pagedDataCollectionModelModelSummary';
103
98
  export * from './pagedDataCollectionWorkSpace';
99
+ export * from './usersAppUser';
104
100
  export * from './workSpace';
105
101
  export * from './workSpaceInfo';
106
102
  export * from './workSpaceInputs';
@@ -21,12 +21,6 @@ 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);
29
- __exportStar(require("./appUserAppUser"), exports);
30
24
  __exportStar(require("./commentComment"), exports);
31
25
  __exportStar(require("./commentCommentSummary"), exports);
32
26
  __exportStar(require("./commentMentionedUser"), exports);
@@ -107,16 +101,18 @@ __exportStar(require("./modelIModelProperty"), exports);
107
101
  __exportStar(require("./modelModel"), exports);
108
102
  __exportStar(require("./modelModelDeployment"), exports);
109
103
  __exportStar(require("./modelModelDeploymentStep"), exports);
104
+ __exportStar(require("./modelModelSummary"), exports);
110
105
  __exportStar(require("./modelsGetModelsParams"), exports);
111
106
  __exportStar(require("./notificationGetParams"), exports);
112
107
  __exportStar(require("./notificationNotification"), exports);
113
108
  __exportStar(require("./notificationPagedNotifications"), exports);
114
109
  __exportStar(require("./pagedDataCollectionAccess"), exports);
115
- __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
116
110
  __exportStar(require("./pagedDataCollectionCommentCommentSummary"), exports);
117
111
  __exportStar(require("./pagedDataCollectionMessageMessage"), exports);
118
112
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
113
+ __exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
119
114
  __exportStar(require("./pagedDataCollectionWorkSpace"), exports);
115
+ __exportStar(require("./usersAppUser"), exports);
120
116
  __exportStar(require("./workSpace"), exports);
121
117
  __exportStar(require("./workSpaceInfo"), exports);
122
118
  __exportStar(require("./workSpaceInputs"), exports);
@@ -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 { AiIModelProperty } from './aiIModelProperty';
11
- export interface AiModelSummary {
10
+ import type { ModelIModelProperty } from './modelIModelProperty';
11
+ export interface ModelModelSummary {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
14
14
  /** @nullable */
@@ -20,7 +20,7 @@ export interface AiModelSummary {
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
21
  modelPublisher?: EnumsModelPublisher;
22
22
  name: string;
23
- properties: AiIModelProperty[];
23
+ properties: ModelIModelProperty[];
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -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 { ModelModelSummary } from './modelModelSummary';
8
+ export interface PagedDataCollectionModelModelSummary {
9
+ data: ModelModelSummary[];
10
+ total: number;
11
+ }
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Chat API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface AppUserAppUser {
7
+ export interface UsersAppUser {
8
8
  displayName: string;
9
9
  /** @nullable */
10
10
  emailAddress?: string | null;
@@ -4,17 +4,17 @@
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, 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';
7
+ import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams, 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, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSet, PagedDataCollectionDataSource, PagedDataCollectionDataSpace, PagedDataCollectionIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionUsersAppUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, TestDataSourceConnection, UpdateDataSet, UpdateDataSetBasicInfo, UpdateDataSource, UpdateDataSourceCredentials, UpdateDataSpace, UsersAdminPermissionParams, UsersAppRole, UsersAppUser, UsersAppUserDetail, UsersAppUserSearchResult, 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, {}>>;
11
- accessGetGroups: (params?: AccessGetGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserAppUser, any, {}>>;
12
- accessGetAppRoles: () => Promise<import("axios").AxiosResponse<AppRole[], any, {}>>;
13
- accessGetUsersInRoleRolesRoleIdUsers: (roleId: string, params?: AccessGetUsersInRoleRolesRoleIdUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
11
+ accessGetGroups: (params?: AccessGetGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUser, any, {}>>;
12
+ accessGetAppRoles: () => Promise<import("axios").AxiosResponse<UsersAppRole[], any, {}>>;
13
+ accessGetUsersInRoleRolesRoleIdUsers: (roleId: string, params?: AccessGetUsersInRoleRolesRoleIdUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
14
14
  accessSearchGroups: (params?: AccessSearchGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAzureADGroup, any, {}>>;
15
- accessSearchServicePrincipals: (params?: AccessSearchServicePrincipalsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserServicePrincipalSearchResult, any, {}>>;
16
- accessSearchUsers: (params?: AccessSearchUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserAppUserSearchResult, any, {}>>;
17
- accessGetUsersInRoleUsers: (params?: AccessGetUsersInRoleUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
15
+ accessSearchServicePrincipals: (params?: AccessSearchServicePrincipalsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersServicePrincipalSearchResult, any, {}>>;
16
+ accessSearchUsers: (params?: AccessSearchUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUserSearchResult, any, {}>>;
17
+ accessGetUsersInRoleUsers: (params?: AccessGetUsersInRoleUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
18
18
  accessDeleteAccess: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
19
19
  activityExportLoggings: (params?: ActivityExportLoggingsParams) => Promise<import("axios").AxiosResponse<string, any, {}>>;
20
20
  activityGetLogging: (params?: ActivityGetLoggingParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionActivityActivityWorkSpace, 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<PagedDataCollectionAiModelSummary, any, {}>>;
92
+ modelsGetModels: (params?: ModelsGetModelsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionModelModelSummary, 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<AiModel, any, {}>>;
96
+ modelsGetModel: (id: string) => Promise<import("axios").AxiosResponse<ModelModel, 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, {}>>;
@@ -107,12 +107,12 @@ export declare const getSmartSpaceAdminAPI: () => {
107
107
  reportingGetRequests: (duration: ReportingDuration, params?: ReportingGetRequestsParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
108
108
  reportingGetTokens: (duration: ReportingDuration, params?: ReportingGetTokensParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
109
109
  tenantIdGetResult: () => Promise<import("axios").AxiosResponse<string, any, {}>>;
110
- usersGetUsers: (params?: UsersGetUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserAppUserDetail, any, {}>>;
110
+ usersGetUsers: (params?: UsersGetUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUserDetail, any, {}>>;
111
111
  usersGetUsersByFilter: (permissions: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
112
112
  usersGetMyPermissions: () => Promise<import("axios").AxiosResponse<EnumsPermissions, any, {}>>;
113
113
  usersRemoveUserFromAllWorkSpaces: (params?: UsersRemoveUserFromAllWorkSpacesParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
114
- usersSearchUsers: (params?: UsersSearchUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUserSearchResult[], any, {}>>;
115
- usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<AppUserAppUserDetail, any, {}>>;
114
+ usersSearchUsers: (params?: UsersSearchUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUserSearchResult[], any, {}>>;
115
+ usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<UsersAppUserDetail, any, {}>>;
116
116
  usersGetUserPhoto: (id: string) => Promise<import("axios").AxiosResponse<Blob, any, {}>>;
117
117
  usersGetAccessWorkSpaces: (id: string, params?: UsersGetAccessWorkSpacesParams) => Promise<import("axios").AxiosResponse<AccessWorkSpace[], any, {}>>;
118
118
  usersAdminPermission: (userId: string, params?: UsersAdminPermissionParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
@@ -17,16 +17,6 @@ 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';
25
- export * from './appRole';
26
- export * from './appUserAppUser';
27
- export * from './appUserAppUserDetail';
28
- export * from './appUserAppUserSearchResult';
29
- export * from './appUserServicePrincipalSearchResult';
30
20
  export * from './applicationUpdateDeploymentInfo';
31
21
  export * from './applicationUpdateVersionInfo';
32
22
  export * from './azureADGroup';
@@ -185,6 +175,7 @@ export * from './modelIModelProperty';
185
175
  export * from './modelModel';
186
176
  export * from './modelModelDeployment';
187
177
  export * from './modelModelDeploymentStep';
178
+ export * from './modelModelSummary';
188
179
  export * from './modelProvidersGetProvidersParams';
189
180
  export * from './modelsGetDefaultDockerFileParams';
190
181
  export * from './modelsGetModelsParams';
@@ -197,17 +188,17 @@ export * from './outputPinInterfaceMetadata';
197
188
  export * from './outputPinInterfaceSchema';
198
189
  export * from './pagedDataCollectionAccess';
199
190
  export * from './pagedDataCollectionActivityActivityWorkSpace';
200
- export * from './pagedDataCollectionAiModelSummary';
201
- export * from './pagedDataCollectionAppUserAppUser';
202
- export * from './pagedDataCollectionAppUserAppUserDetail';
203
- export * from './pagedDataCollectionAppUserAppUserSearchResult';
204
- export * from './pagedDataCollectionAppUserServicePrincipalSearchResult';
205
191
  export * from './pagedDataCollectionAzureADGroup';
206
192
  export * from './pagedDataCollectionDataSet';
207
193
  export * from './pagedDataCollectionDataSource';
208
194
  export * from './pagedDataCollectionDataSpace';
209
195
  export * from './pagedDataCollectionIngestedBlob';
210
196
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
197
+ export * from './pagedDataCollectionModelModelSummary';
198
+ export * from './pagedDataCollectionUsersAppUser';
199
+ export * from './pagedDataCollectionUsersAppUserDetail';
200
+ export * from './pagedDataCollectionUsersAppUserSearchResult';
201
+ export * from './pagedDataCollectionUsersServicePrincipalSearchResult';
211
202
  export * from './pagedDataCollectionWorkSpace';
212
203
  export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
213
204
  export * from './portInterface';
@@ -234,10 +225,15 @@ export * from './updateDataSourceCredentials';
234
225
  export * from './updateDataSourceCredentialsCredentials';
235
226
  export * from './updateDataSpace';
236
227
  export * from './usersAdminPermissionParams';
228
+ export * from './usersAppRole';
229
+ export * from './usersAppUser';
230
+ export * from './usersAppUserDetail';
231
+ export * from './usersAppUserSearchResult';
237
232
  export * from './usersGetAccessWorkSpacesParams';
238
233
  export * from './usersGetUsersParams';
239
234
  export * from './usersRemoveUserFromAllWorkSpacesParams';
240
235
  export * from './usersSearchUsersParams';
236
+ export * from './usersServicePrincipalSearchResult';
241
237
  export * from './workSpace';
242
238
  export * from './workSpaceBasicInfo';
243
239
  export * from './workSpaceInfo';
@@ -33,16 +33,6 @@ __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);
41
- __exportStar(require("./appRole"), exports);
42
- __exportStar(require("./appUserAppUser"), exports);
43
- __exportStar(require("./appUserAppUserDetail"), exports);
44
- __exportStar(require("./appUserAppUserSearchResult"), exports);
45
- __exportStar(require("./appUserServicePrincipalSearchResult"), exports);
46
36
  __exportStar(require("./applicationUpdateDeploymentInfo"), exports);
47
37
  __exportStar(require("./applicationUpdateVersionInfo"), exports);
48
38
  __exportStar(require("./azureADGroup"), exports);
@@ -201,6 +191,7 @@ __exportStar(require("./modelIModelProperty"), exports);
201
191
  __exportStar(require("./modelModel"), exports);
202
192
  __exportStar(require("./modelModelDeployment"), exports);
203
193
  __exportStar(require("./modelModelDeploymentStep"), exports);
194
+ __exportStar(require("./modelModelSummary"), exports);
204
195
  __exportStar(require("./modelProvidersGetProvidersParams"), exports);
205
196
  __exportStar(require("./modelsGetDefaultDockerFileParams"), exports);
206
197
  __exportStar(require("./modelsGetModelsParams"), exports);
@@ -213,17 +204,17 @@ __exportStar(require("./outputPinInterfaceMetadata"), exports);
213
204
  __exportStar(require("./outputPinInterfaceSchema"), exports);
214
205
  __exportStar(require("./pagedDataCollectionAccess"), exports);
215
206
  __exportStar(require("./pagedDataCollectionActivityActivityWorkSpace"), exports);
216
- __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
217
- __exportStar(require("./pagedDataCollectionAppUserAppUser"), exports);
218
- __exportStar(require("./pagedDataCollectionAppUserAppUserDetail"), exports);
219
- __exportStar(require("./pagedDataCollectionAppUserAppUserSearchResult"), exports);
220
- __exportStar(require("./pagedDataCollectionAppUserServicePrincipalSearchResult"), exports);
221
207
  __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
222
208
  __exportStar(require("./pagedDataCollectionDataSet"), exports);
223
209
  __exportStar(require("./pagedDataCollectionDataSource"), exports);
224
210
  __exportStar(require("./pagedDataCollectionDataSpace"), exports);
225
211
  __exportStar(require("./pagedDataCollectionIngestedBlob"), exports);
226
212
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
213
+ __exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
214
+ __exportStar(require("./pagedDataCollectionUsersAppUser"), exports);
215
+ __exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
216
+ __exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
217
+ __exportStar(require("./pagedDataCollectionUsersServicePrincipalSearchResult"), exports);
227
218
  __exportStar(require("./pagedDataCollectionWorkSpace"), exports);
228
219
  __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
229
220
  __exportStar(require("./portInterface"), exports);
@@ -250,10 +241,15 @@ __exportStar(require("./updateDataSourceCredentials"), exports);
250
241
  __exportStar(require("./updateDataSourceCredentialsCredentials"), exports);
251
242
  __exportStar(require("./updateDataSpace"), exports);
252
243
  __exportStar(require("./usersAdminPermissionParams"), exports);
244
+ __exportStar(require("./usersAppRole"), exports);
245
+ __exportStar(require("./usersAppUser"), exports);
246
+ __exportStar(require("./usersAppUserDetail"), exports);
247
+ __exportStar(require("./usersAppUserSearchResult"), exports);
253
248
  __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
254
249
  __exportStar(require("./usersGetUsersParams"), exports);
255
250
  __exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
256
251
  __exportStar(require("./usersSearchUsersParams"), exports);
252
+ __exportStar(require("./usersServicePrincipalSearchResult"), exports);
257
253
  __exportStar(require("./workSpace"), exports);
258
254
  __exportStar(require("./workSpaceBasicInfo"), exports);
259
255
  __exportStar(require("./workSpaceInfo"), exports);
@@ -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 { AiIModelProperty } from './aiIModelProperty';
11
- export interface AiModelSummary {
10
+ import type { ModelIModelProperty } from './modelIModelProperty';
11
+ export interface ModelModelSummary {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
14
14
  /** @nullable */
@@ -20,7 +20,7 @@ export interface AiModelSummary {
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
21
  modelPublisher?: EnumsModelPublisher;
22
22
  name: string;
23
- properties: AiIModelProperty[];
23
+ properties: ModelIModelProperty[];
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -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 { ModelModelSummary } from './modelModelSummary';
8
+ export interface PagedDataCollectionModelModelSummary {
9
+ data: ModelModelSummary[];
10
+ total: number;
11
+ }
@@ -4,8 +4,8 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { AiModelSummary } from './aiModelSummary';
8
- export interface PagedDataCollectionAiModelSummary {
9
- data: AiModelSummary[];
7
+ import type { UsersAppUser } from './usersAppUser';
8
+ export interface PagedDataCollectionUsersAppUser {
9
+ data: UsersAppUser[];
10
10
  total: number;
11
11
  }
@@ -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 { UsersAppUserDetail } from './usersAppUserDetail';
8
+ export interface PagedDataCollectionUsersAppUserDetail {
9
+ data: UsersAppUserDetail[];
10
+ total: number;
11
+ }
@@ -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 { UsersAppUserSearchResult } from './usersAppUserSearchResult';
8
+ export interface PagedDataCollectionUsersAppUserSearchResult {
9
+ data: UsersAppUserSearchResult[];
10
+ total: number;
11
+ }
@@ -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 { UsersServicePrincipalSearchResult } from './usersServicePrincipalSearchResult';
8
+ export interface PagedDataCollectionUsersServicePrincipalSearchResult {
9
+ data: UsersServicePrincipalSearchResult[];
10
+ total: number;
11
+ }
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface AppRole {
7
+ export interface UsersAppRole {
8
8
  description: string;
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
  id: string;
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface AppUserAppUser {
7
+ export interface UsersAppUser {
8
8
  displayName: string;
9
9
  /** @nullable */
10
10
  emailAddress?: string | null;
@@ -5,7 +5,7 @@
5
5
  * OpenAPI spec version: v1
6
6
  */
7
7
  import type { EnumsPermissions } from './enumsPermissions';
8
- export interface AppUserAppUserDetail {
8
+ export interface UsersAppUserDetail {
9
9
  /** @nullable */
10
10
  emailAddress?: string | null;
11
11
  id: string;
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface AppUserAppUserSearchResult {
7
+ export interface UsersAppUserSearchResult {
8
8
  /** @nullable */
9
9
  emailAddress?: string | null;
10
10
  id: string;
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface AppUserServicePrincipalSearchResult {
7
+ export interface UsersServicePrincipalSearchResult {
8
8
  displayName: string;
9
9
  id: string;
10
10
  isAssigned: boolean;
@@ -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
- Deleted: "Deleted";
267
266
  Read: "Read";
267
+ Deleted: "Deleted";
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
- Deleted: "Deleted";
286
285
  Read: "Read";
286
+ Deleted: "Deleted";
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
- Deleted: "Deleted";
300
299
  Read: "Read";
300
+ Deleted: "Deleted";
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.809.d1d1466",
3
+ "version": "0.1.0-pr.811.fc02076",
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 { EnumsModelPropertyType } from './enumsModelPropertyType';
8
- export interface AiIModelProperty {
9
- readonly name: string;
10
- type: EnumsModelPropertyType;
11
- }
@@ -1,24 +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 { 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
- }
@@ -1,44 +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 { 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
- }
@@ -1,19 +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 { 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
- }
@@ -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 { AiModelSummary } from './aiModelSummary';
8
- export interface PagedDataCollectionAiModelSummary {
9
- data: AiModelSummary[];
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 { EnumsModelPropertyType } from './enumsModelPropertyType';
8
- export interface AiIModelProperty {
9
- readonly name: string;
10
- type: EnumsModelPropertyType;
11
- }
@@ -1,24 +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 { 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
- }
@@ -1,44 +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 { 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
- }
@@ -1,19 +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 { 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
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { AppUserAppUser } from './appUserAppUser';
8
- export interface PagedDataCollectionAppUserAppUser {
9
- data: AppUserAppUser[];
10
- total: number;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { AppUserAppUserDetail } from './appUserAppUserDetail';
8
- export interface PagedDataCollectionAppUserAppUserDetail {
9
- data: AppUserAppUserDetail[];
10
- total: number;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { AppUserAppUserSearchResult } from './appUserAppUserSearchResult';
8
- export interface PagedDataCollectionAppUserAppUserSearchResult {
9
- data: AppUserAppUserSearchResult[];
10
- total: number;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { AppUserServicePrincipalSearchResult } from './appUserServicePrincipalSearchResult';
8
- export interface PagedDataCollectionAppUserServicePrincipalSearchResult {
9
- data: AppUserServicePrincipalSearchResult[];
10
- total: number;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });