@smartspace/api-client 0.1.0-pr.808.2d45395 → 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 (91) hide show
  1. package/dist/generated/chat/api.d.ts +10 -10
  2. package/dist/generated/chat/api.js +6 -6
  3. package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
  4. package/dist/generated/chat/models/aiModel.d.ts +24 -0
  5. package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
  6. package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
  7. package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +3 -3
  8. package/dist/generated/chat/models/index.d.ts +19 -15
  9. package/dist/generated/chat/models/index.js +19 -15
  10. package/dist/generated/chat/models/{messagesMessageError.d.ts → integrationsSmartSpaceAiFlowError.d.ts} +3 -3
  11. package/dist/generated/chat/models/{messagesCreateMessageInputValue.d.ts → integrationsSmartSpaceAiFlowErrorData.d.ts} +1 -1
  12. package/dist/generated/chat/models/messageCreateMessageInput.d.ts +15 -0
  13. package/dist/generated/chat/models/{messagesCreateMessageInputChannels.d.ts → messageCreateMessageInputChannels.d.ts} +1 -1
  14. package/dist/generated/chat/models/{messagesMessageValueValue.d.ts → messageCreateMessageInputValue.d.ts} +1 -1
  15. package/dist/generated/chat/models/{messagesMessage.d.ts → messageMessage.d.ts} +5 -5
  16. package/dist/generated/chat/models/{messagesMessageCreatorProfileImage.d.ts → messageMessageCreatorProfileImage.d.ts} +1 -1
  17. package/dist/generated/chat/models/{messagesMessageRequest.d.ts → messageMessageRequest.d.ts} +5 -5
  18. package/dist/generated/chat/models/{messagesMessageRequestVariables.d.ts → messageMessageRequestVariables.d.ts} +1 -1
  19. package/dist/generated/chat/models/{messagesMessageValue.d.ts → messageMessageValue.d.ts} +5 -5
  20. package/dist/generated/chat/models/{messagesMessageValueChannels.d.ts → messageMessageValueChannels.d.ts} +1 -1
  21. package/dist/generated/chat/models/{messagesMessageErrorData.d.ts → messageMessageValueValue.d.ts} +1 -1
  22. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  23. package/dist/generated/chat/models/pagedDataCollectionMessageMessage.d.ts +11 -0
  24. package/dist/generated/config/api.d.ts +7 -7
  25. package/dist/generated/config/api.js +7 -7
  26. package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
  27. package/dist/generated/config/models/aiModel.d.ts +24 -0
  28. package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
  29. package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
  30. package/dist/generated/config/models/aiModelDeploymentStep.js +2 -0
  31. package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +3 -3
  32. package/dist/generated/config/models/aiModelSummary.js +2 -0
  33. package/dist/generated/config/models/index.d.ts +18 -14
  34. package/dist/generated/config/models/index.js +18 -14
  35. package/dist/generated/config/models/{messagesMessageError.d.ts → integrationsSmartSpaceAiFlowError.d.ts} +3 -3
  36. package/dist/generated/config/models/integrationsSmartSpaceAiFlowError.js +2 -0
  37. package/dist/generated/config/models/{messagesCreateMessageInputValue.d.ts → integrationsSmartSpaceAiFlowErrorData.d.ts} +1 -1
  38. package/dist/generated/config/models/messageCreateMessageInput.d.ts +15 -0
  39. package/dist/generated/config/models/messageCreateMessageInput.js +2 -0
  40. package/dist/generated/config/models/{messagesCreateMessageInputChannels.d.ts → messageCreateMessageInputChannels.d.ts} +1 -1
  41. package/dist/generated/config/models/{messagesMessageValueValue.d.ts → messageCreateMessageInputValue.d.ts} +1 -1
  42. package/dist/generated/config/models/{messagesMessage.d.ts → messageMessage.d.ts} +5 -5
  43. package/dist/generated/config/models/messageMessage.js +2 -0
  44. package/dist/generated/config/models/{messagesMessageCreatorProfileImage.d.ts → messageMessageCreatorProfileImage.d.ts} +1 -1
  45. package/dist/generated/config/models/{messagesMessageValue.d.ts → messageMessageValue.d.ts} +5 -5
  46. package/dist/generated/config/models/messageMessageValue.js +2 -0
  47. package/dist/generated/config/models/{messagesMessageValueChannels.d.ts → messageMessageValueChannels.d.ts} +1 -1
  48. package/dist/generated/config/models/{messagesMessageErrorData.d.ts → messageMessageValueValue.d.ts} +1 -1
  49. package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +13 -0
  50. package/dist/generated/config/models/messageSandBoxMessageRequest.js +2 -0
  51. package/dist/generated/config/models/{messagesSandBoxMessageRequestVariables.d.ts → messageSandBoxMessageRequestVariables.d.ts} +1 -1
  52. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  53. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
  54. package/dist/generated/config/zod.d.ts +6 -6
  55. package/dist/generated/config/zod.js +3 -3
  56. package/package.json +1 -1
  57. package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +0 -15
  58. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +0 -11
  59. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  60. package/dist/generated/config/models/messagesCreateMessageInput.d.ts +0 -15
  61. package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +0 -13
  62. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  63. /package/dist/generated/chat/models/{messagesCreateMessageInput.js → aiIModelProperty.js} +0 -0
  64. /package/dist/generated/chat/models/{messagesMessage.js → aiModel.js} +0 -0
  65. /package/dist/generated/chat/models/{messagesMessageError.js → aiModelDeployment.js} +0 -0
  66. /package/dist/generated/chat/models/{messagesMessageRequest.js → aiModelDeploymentStep.js} +0 -0
  67. /package/dist/generated/chat/models/{messagesMessageValue.js → aiModelSummary.js} +0 -0
  68. /package/dist/generated/chat/models/{modelModelSummary.js → integrationsSmartSpaceAiFlowError.js} +0 -0
  69. /package/dist/generated/chat/models/{messagesCreateMessageInputChannels.js → integrationsSmartSpaceAiFlowErrorData.js} +0 -0
  70. /package/dist/generated/chat/models/{pagedDataCollectionMessagesMessage.js → messageCreateMessageInput.js} +0 -0
  71. /package/dist/generated/chat/models/{messagesCreateMessageInputValue.js → messageCreateMessageInputChannels.js} +0 -0
  72. /package/dist/generated/chat/models/{messagesMessageCreatorProfileImage.js → messageCreateMessageInputValue.js} +0 -0
  73. /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messageMessage.js} +0 -0
  74. /package/dist/generated/chat/models/{messagesMessageErrorData.js → messageMessageCreatorProfileImage.js} +0 -0
  75. /package/dist/generated/{config/models/messagesCreateMessageInput.js → chat/models/messageMessageRequest.js} +0 -0
  76. /package/dist/generated/chat/models/{messagesMessageRequestVariables.js → messageMessageRequestVariables.js} +0 -0
  77. /package/dist/generated/{config/models/messagesMessage.js → chat/models/messageMessageValue.js} +0 -0
  78. /package/dist/generated/chat/models/{messagesMessageValueChannels.js → messageMessageValueChannels.js} +0 -0
  79. /package/dist/generated/chat/models/{messagesMessageValueValue.js → messageMessageValueValue.js} +0 -0
  80. /package/dist/generated/{config/models/messagesMessageError.js → chat/models/pagedDataCollectionAiModelSummary.js} +0 -0
  81. /package/dist/generated/{config/models/messagesMessageValue.js → chat/models/pagedDataCollectionMessageMessage.js} +0 -0
  82. /package/dist/generated/config/models/{messagesSandBoxMessageRequest.js → aiIModelProperty.js} +0 -0
  83. /package/dist/generated/config/models/{modelModelSummary.js → aiModel.js} +0 -0
  84. /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → aiModelDeployment.js} +0 -0
  85. /package/dist/generated/config/models/{messagesCreateMessageInputChannels.js → integrationsSmartSpaceAiFlowErrorData.js} +0 -0
  86. /package/dist/generated/config/models/{messagesCreateMessageInputValue.js → messageCreateMessageInputChannels.js} +0 -0
  87. /package/dist/generated/config/models/{messagesMessageCreatorProfileImage.js → messageCreateMessageInputValue.js} +0 -0
  88. /package/dist/generated/config/models/{messagesMessageErrorData.js → messageMessageCreatorProfileImage.js} +0 -0
  89. /package/dist/generated/config/models/{messagesMessageValueChannels.js → messageMessageValueChannels.js} +0 -0
  90. /package/dist/generated/config/models/{messagesMessageValueValue.js → messageMessageValueValue.js} +0 -0
  91. /package/dist/generated/config/models/{messagesSandBoxMessageRequestVariables.js → messageSandBoxMessageRequestVariables.js} +0 -0
@@ -1046,16 +1046,16 @@ const getSmartSpaceAdminAPI = () => {
1046
1046
  };
1047
1047
  /**
1048
1048
  * @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
1049
- Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
1049
+ Returns the initial SmartSpace.App.Business.Models.Message.Message synchronously; the flow
1050
1050
  continues in a background task with deltas streaming via
1051
1051
  `/workspaces/{workspaceId}/sandbox/messages/stream` and a
1052
1052
  SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
1053
1053
  should subscribe to the SSE endpoint for live token-by-token updates.
1054
1054
  */
1055
- const sandBoxThreadMessages = (workspaceId, messagesSandBoxMessageRequest) => {
1055
+ const sandBoxThreadMessages = (workspaceId, messageSandBoxMessageRequest) => {
1056
1056
  return (0, instance_1.customInstance)({ url: `/workspaces/${workspaceId}/sandbox/messages`, method: 'POST',
1057
1057
  headers: { 'Content-Type': 'application/*+json', },
1058
- data: messagesSandBoxMessageRequest
1058
+ data: messageSandBoxMessageRequest
1059
1059
  });
1060
1060
  };
1061
1061
  /**
@@ -1074,15 +1074,15 @@ const getSmartSpaceAdminAPI = () => {
1074
1074
  /**
1075
1075
  * @summary Append a new input value to an in-flight sandbox message and stream
1076
1076
  successive snapshots back to the client. Each frame is a full
1077
- SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
1078
- should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
1077
+ SmartSpace.App.Business.Models.Message.Message with the latest cumulative state — the SDK
1078
+ should treat the response as a stream of SmartSpace.App.Business.Models.Message.Message frames
1079
1079
  (NDJSON / SSE), with the final frame being the authoritative completed
1080
1080
  message. Mirrors the chat-api `POST /messages/{id}/values`.
1081
1081
  */
1082
- const sandBoxAddValueToMessage = (workspaceId, id, messagesCreateMessageInput) => {
1082
+ const sandBoxAddValueToMessage = (workspaceId, id, messageCreateMessageInput) => {
1083
1083
  return (0, instance_1.customInstance)({ url: `/workspaces/${workspaceId}/sandbox/messages/${id}/values`, method: 'POST',
1084
1084
  headers: { 'Content-Type': 'application/*+json', },
1085
- data: messagesCreateMessageInput
1085
+ data: messageCreateMessageInput
1086
1086
  });
1087
1087
  };
1088
1088
  return { accessGetAccesses, accessAddAccess, accessGetGroups, accessGetAppRoles, accessGetUsersInRoleRolesRoleIdUsers, accessSearchGroups, accessSearchServicePrincipals, accessSearchUsers, accessGetUsersInRoleUsers, accessDeleteAccess, activityExportLoggings, activityGetLogging, applicationUpdateGetLatestDeployment, applicationUpdateGetCurrentVersion, applicationUpdateReapplyCurrentVersion, applicationUpdateGetLatestAvailableVersion, applicationUpdateApplyLatestAvailableVersion, blockSetsGetBlockSets, blockSetsDeleteBlockSet, blockSetsAddBlockSet, blocksGetBlocks, containersReingestContainerItem, containersPost, dataSetsGetGet, dataSetsGetItem, dataSetsDeleteId, dataSetsGetById, dataSetsPutId, dataSetsPutIdBasicInfo, dataSetsClear, dataSetsGetContainerItemsRunHistory, dataSetsSetDataspace, dataSetsExport, dataSetsGetIdItems, dataSetsAddItem, dataSetsSearchItems, dataSetsDeleteIdItemsItemId, dataSetsAddDataSetProperty, dataSetsDeleteDataSetProperty, dataSourceTypesGet, dataSourceTypesGetAvailableContainers, dataSourceTypesTestConnection, dataSourcesGet, dataSourcesPost, dataSourcesDelete, dataSourcesPut, dataSourcesContainers, dataSourcesUpdateCredentials, dataSourcesGetAdminUsers, dataSourcesDeleteAdmin, dataSourcesAddAdmin, dataSpacesGet, dataSpacesPost, dataSpacesDelete, dataSpacesGetById, dataSpacesPut, dataSpacesGetAdminUsers, dataSpacesDeleteAdmin, dataSpacesAddAdmin, dataSpacesGetDataSets, dataSpacesPostDataset, debugInvoke, filesUploadFiles, filesGetFileInfo, filesDownloadFile, filesGetUri, flowRunsCreateFlowRun, flowRunsSearchFlowRuns, flowRunsGetFileFromFlowRunId, flowRunsGetFlowRun, flowRunsAddFileIdFiles, flowRunsAddFileIdFilesExisting, flowRunsGetStepExecutions, flowRunsGetVariables, flowRunsSetVariable, flowsGet, flowsSetActiveFlowDefinition, modelProvidersGetProviders, modelProvidersCreateProvider, modelProvidersGetModelProviderTypes, modelProvidersGetModelProviderTypeDeployableModels, modelProvidersGetProvider, modelProvidersUpsertProvider, modelsGetModels, modelsCreateModel, modelsGetDefaultDockerFile, modelsDeleteModel, modelsGetModel, modelsUpsertModel, modelsGetDeploymentDockerLogs, modelsGetModelHealth, notificationGet, notificationPutUpdate, notificationPutUpdateall, planGetSmartSpacePlan, planUpdateSmartSpaceUpgrade, planCalculateSmartSpaceUpgradeCost, planGetSmartSpacePlanUsage, reportingGetRequests, reportingGetTokens, tenantIdGetResult, usersGetUsers, usersGetUsersByFilter, usersGetMyPermissions, usersRemoveUserFromAllWorkSpaces, usersSearchUsers, usersGetUserDetail, usersGetUserPhoto, usersGetAccessWorkSpaces, usersAdminPermission, usersAddUserPermission, usersRemoveUserPermission, virtualMachinesGetVirtualMachineLocations, virtualMachinesGetVirtualMachineSize, workSpaceTemplatesGet, workSpacesGetGet, workSpacesPost, workSpacesDelete, workSpacesGetId, workSpacesGetWorkspaceAdmins, workSpacesDeleteAdmin, workSpacesAddWorkspaceAdmin, workSpacesPut, workSpacesSetFavorited, workSpacesGetThreads, workSpacesPutModelConfigurationIdModelconfigurationRoleDelete, workSpacesPutModelConfigurationIdModelconfigurationRolePut, workSpacesRemoveDataSpace, workSpacesAddDataSpace, workSpacesGetWorkspaceFiles, workSpacesWorkspaceFiles, workSpacesDeleteWorkspaceFile, workSpacesGetActiveFlow, workSpacesSetActiveFlow, workSpacesSetActiveFlowLayout, documentsGetDocumentSas, messageThreadsGetWorkspaceExecutions, messageThreadsGetStepExecutions, sandBoxGetSandboxThread, sandBoxThreadMessageCreateByUsersProfileImages, sandBoxClearSandboxMessages, sandBoxGetThreadMessages, sandBoxThreadMessages, sandBoxStreamSandboxMessages, sandBoxAddValueToMessage };
@@ -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,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,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,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';
@@ -151,6 +156,8 @@ export * from './integrationsAzureArmVirtualMachineSize';
151
156
  export * from './integrationsAzureStorageSasToken';
152
157
  export * from './integrationsSmartSpaceAiBlockInputModel';
153
158
  export * from './integrationsSmartSpaceAiDebugLogsResponse';
159
+ export * from './integrationsSmartSpaceAiFlowError';
160
+ export * from './integrationsSmartSpaceAiFlowErrorData';
154
161
  export * from './integrationsSmartSpaceAiFlowInputValue';
155
162
  export * from './integrationsSmartSpaceAiFlowInputValueChannels';
156
163
  export * from './integrationsSmartSpaceAiFlowInputValueValue';
@@ -158,21 +165,19 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
158
165
  export * from './integrationsSmartSpaceAiFlowValueModel';
159
166
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
160
167
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
168
+ export * from './messageCreateMessageInput';
169
+ export * from './messageCreateMessageInputChannels';
170
+ export * from './messageCreateMessageInputValue';
171
+ export * from './messageMessage';
172
+ export * from './messageMessageCreatorProfileImage';
173
+ export * from './messageMessageValue';
174
+ export * from './messageMessageValueChannels';
175
+ export * from './messageMessageValueValue';
176
+ export * from './messageSandBoxMessageRequest';
177
+ export * from './messageSandBoxMessageRequestVariables';
161
178
  export * from './messageThreadMessageThreadSummary';
162
179
  export * from './messageThreadsGetStepExecutionsParams';
163
180
  export * from './messageThreadsGetWorkspaceExecutionsParams';
164
- export * from './messagesCreateMessageInput';
165
- export * from './messagesCreateMessageInputChannels';
166
- export * from './messagesCreateMessageInputValue';
167
- export * from './messagesMessage';
168
- export * from './messagesMessageCreatorProfileImage';
169
- export * from './messagesMessageError';
170
- export * from './messagesMessageErrorData';
171
- export * from './messagesMessageValue';
172
- export * from './messagesMessageValueChannels';
173
- export * from './messagesMessageValueValue';
174
- export * from './messagesSandBoxMessageRequest';
175
- export * from './messagesSandBoxMessageRequestVariables';
176
181
  export * from './microsoftAspNetCoreMvcProblemDetails';
177
182
  export * from './microsoftExtensionsDiagnosticsHealthChecksHealthStatus';
178
183
  export * from './modelConfiguration';
@@ -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);
@@ -167,6 +172,8 @@ __exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
167
172
  __exportStar(require("./integrationsAzureStorageSasToken"), exports);
168
173
  __exportStar(require("./integrationsSmartSpaceAiBlockInputModel"), exports);
169
174
  __exportStar(require("./integrationsSmartSpaceAiDebugLogsResponse"), exports);
175
+ __exportStar(require("./integrationsSmartSpaceAiFlowError"), exports);
176
+ __exportStar(require("./integrationsSmartSpaceAiFlowErrorData"), exports);
170
177
  __exportStar(require("./integrationsSmartSpaceAiFlowInputValue"), exports);
171
178
  __exportStar(require("./integrationsSmartSpaceAiFlowInputValueChannels"), exports);
172
179
  __exportStar(require("./integrationsSmartSpaceAiFlowInputValueValue"), exports);
@@ -174,21 +181,19 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
174
181
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
175
182
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
176
183
  __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
184
+ __exportStar(require("./messageCreateMessageInput"), exports);
185
+ __exportStar(require("./messageCreateMessageInputChannels"), exports);
186
+ __exportStar(require("./messageCreateMessageInputValue"), exports);
187
+ __exportStar(require("./messageMessage"), exports);
188
+ __exportStar(require("./messageMessageCreatorProfileImage"), exports);
189
+ __exportStar(require("./messageMessageValue"), exports);
190
+ __exportStar(require("./messageMessageValueChannels"), exports);
191
+ __exportStar(require("./messageMessageValueValue"), exports);
192
+ __exportStar(require("./messageSandBoxMessageRequest"), exports);
193
+ __exportStar(require("./messageSandBoxMessageRequestVariables"), exports);
177
194
  __exportStar(require("./messageThreadMessageThreadSummary"), exports);
178
195
  __exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
179
196
  __exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
180
- __exportStar(require("./messagesCreateMessageInput"), exports);
181
- __exportStar(require("./messagesCreateMessageInputChannels"), exports);
182
- __exportStar(require("./messagesCreateMessageInputValue"), exports);
183
- __exportStar(require("./messagesMessage"), exports);
184
- __exportStar(require("./messagesMessageCreatorProfileImage"), exports);
185
- __exportStar(require("./messagesMessageError"), exports);
186
- __exportStar(require("./messagesMessageErrorData"), exports);
187
- __exportStar(require("./messagesMessageValue"), exports);
188
- __exportStar(require("./messagesMessageValueChannels"), exports);
189
- __exportStar(require("./messagesMessageValueValue"), exports);
190
- __exportStar(require("./messagesSandBoxMessageRequest"), exports);
191
- __exportStar(require("./messagesSandBoxMessageRequestVariables"), exports);
192
197
  __exportStar(require("./microsoftAspNetCoreMvcProblemDetails"), exports);
193
198
  __exportStar(require("./microsoftExtensionsDiagnosticsHealthChecksHealthStatus"), exports);
194
199
  __exportStar(require("./modelConfiguration"), 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);
@@ -4,13 +4,13 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { MessagesMessageErrorData } from './messagesMessageErrorData';
8
- export interface MessagesMessageError {
7
+ import type { IntegrationsSmartSpaceAiFlowErrorData } from './integrationsSmartSpaceAiFlowErrorData';
8
+ export interface IntegrationsSmartSpaceAiFlowError {
9
9
  /** @nullable */
10
10
  blockId?: string | null;
11
11
  code: number;
12
12
  /** @nullable */
13
- data?: MessagesMessageErrorData;
13
+ data?: IntegrationsSmartSpaceAiFlowErrorData;
14
14
  /** @nullable */
15
15
  message?: string | null;
16
16
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,4 +7,4 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type MessagesCreateMessageInputValue = unknown | null;
10
+ export type IntegrationsSmartSpaceAiFlowErrorData = unknown | null;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { MessageCreateMessageInputChannels } from './messageCreateMessageInputChannels';
8
+ import type { MessageCreateMessageInputValue } from './messageCreateMessageInputValue';
9
+ export interface MessageCreateMessageInput {
10
+ /** @nullable */
11
+ channels?: MessageCreateMessageInputChannels;
12
+ name: string;
13
+ /** @nullable */
14
+ value?: MessageCreateMessageInputValue;
15
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,6 +7,6 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type MessagesCreateMessageInputChannels = {
10
+ export type MessageCreateMessageInputChannels = {
11
11
  [key: string]: number;
12
12
  } | null;
@@ -7,4 +7,4 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type MessagesMessageValueValue = unknown | null;
10
+ export type MessageCreateMessageInputValue = unknown | null;
@@ -4,14 +4,14 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { MessagesMessageError } from './messagesMessageError';
8
- import type { MessagesMessageValue } from './messagesMessageValue';
9
- export interface MessagesMessage {
7
+ import type { IntegrationsSmartSpaceAiFlowError } from './integrationsSmartSpaceAiFlowError';
8
+ import type { MessageMessageValue } from './messageMessageValue';
9
+ export interface MessageMessage {
10
10
  createdAt: string;
11
11
  /** @nullable */
12
12
  createdBy?: string | null;
13
13
  createdByUserId: string;
14
- errors: MessagesMessageError[];
14
+ errors: IntegrationsSmartSpaceAiFlowError[];
15
15
  hasComments: boolean;
16
16
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
17
17
  id: string;
@@ -20,5 +20,5 @@ export interface MessagesMessage {
20
20
  * @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}$
21
21
  */
22
22
  messageThreadId?: string | null;
23
- values: MessagesMessageValue[];
23
+ values: MessageMessageValue[];
24
24
  }
@@ -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
- export interface MessagesMessageCreatorProfileImage {
7
+ export interface MessageMessageCreatorProfileImage {
8
8
  /** @nullable */
9
9
  base64StringImage?: string | null;
10
10
  userId: string;
@@ -4,11 +4,11 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { MessagesMessageValueChannels } from './messagesMessageValueChannels';
7
+ import type { MessageMessageValueChannels } from './messageMessageValueChannels';
8
8
  import type { EnumsMessageValueType } from './enumsMessageValueType';
9
- import type { MessagesMessageValueValue } from './messagesMessageValueValue';
10
- export interface MessagesMessageValue {
11
- channels: MessagesMessageValueChannels;
9
+ import type { MessageMessageValueValue } from './messageMessageValueValue';
10
+ export interface MessageMessageValue {
11
+ channels: MessageMessageValueChannels;
12
12
  createdAt: string;
13
13
  /** @nullable */
14
14
  createdBy?: string | null;
@@ -18,5 +18,5 @@ export interface MessagesMessageValue {
18
18
  name: string;
19
19
  type: EnumsMessageValueType;
20
20
  /** @nullable */
21
- value?: MessagesMessageValueValue;
21
+ value?: MessageMessageValueValue;
22
22
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,6 +4,6 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export type MessagesMessageValueChannels = {
7
+ export type MessageMessageValueChannels = {
8
8
  [key: string]: number;
9
9
  };
@@ -7,4 +7,4 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type MessagesMessageErrorData = unknown | null;
10
+ export type MessageMessageValueValue = unknown | null;
@@ -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 { MessageCreateMessageInput } from './messageCreateMessageInput';
8
+ import type { MessageSandBoxMessageRequestVariables } from './messageSandBoxMessageRequestVariables';
9
+ export interface MessageSandBoxMessageRequest {
10
+ inputs: MessageCreateMessageInput[];
11
+ /** @nullable */
12
+ variables?: MessageSandBoxMessageRequestVariables;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,6 +7,6 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type MessagesSandBoxMessageRequestVariables = {
10
+ export type MessageSandBoxMessageRequestVariables = {
11
11
  [key: string]: unknown;
12
12
  } | null;
@@ -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";
@@ -4132,7 +4132,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4132
4132
  }, zod.core.$strip>>;
4133
4133
  /**
4134
4134
  * @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
4135
- Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
4135
+ Returns the initial SmartSpace.App.Business.Models.Message.Message synchronously; the flow
4136
4136
  continues in a background task with deltas streaming via
4137
4137
  `/workspaces/{workspaceId}/sandbox/messages/stream` and a
4138
4138
  SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
@@ -4196,8 +4196,8 @@ export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
4196
4196
  /**
4197
4197
  * @summary Append a new input value to an in-flight sandbox message and stream
4198
4198
  successive snapshots back to the client. Each frame is a full
4199
- SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
4200
- should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
4199
+ SmartSpace.App.Business.Models.Message.Message with the latest cumulative state — the SDK
4200
+ should treat the response as a stream of SmartSpace.App.Business.Models.Message.Message frames
4201
4201
  (NDJSON / SSE), with the final frame being the authoritative completed
4202
4202
  message. Mirrors the chat-api `POST /messages/{id}/values`.
4203
4203
  */
@@ -3225,7 +3225,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
3225
3225
  exports.sandBoxGetThreadMessagesResponse = zod_1.default.array(exports.sandBoxGetThreadMessagesResponseItem);
3226
3226
  /**
3227
3227
  * @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
3228
- Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
3228
+ Returns the initial SmartSpace.App.Business.Models.Message.Message synchronously; the flow
3229
3229
  continues in a background task with deltas streaming via
3230
3230
  `/workspaces/{workspaceId}/sandbox/messages/stream` and a
3231
3231
  SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
@@ -3286,8 +3286,8 @@ exports.sandBoxStreamSandboxMessagesParams = zod_1.default.strictObject({
3286
3286
  /**
3287
3287
  * @summary Append a new input value to an in-flight sandbox message and stream
3288
3288
  successive snapshots back to the client. Each frame is a full
3289
- SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
3290
- should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
3289
+ SmartSpace.App.Business.Models.Message.Message with the latest cumulative state — the SDK
3290
+ should treat the response as a stream of SmartSpace.App.Business.Models.Message.Message frames
3291
3291
  (NDJSON / SSE), with the final frame being the authoritative completed
3292
3292
  message. Mirrors the chat-api `POST /messages/{id}/values`.
3293
3293
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/api-client",
3
- "version": "0.1.0-pr.808.2d45395",
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,15 +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 { MessagesCreateMessageInputChannels } from './messagesCreateMessageInputChannels';
8
- import type { MessagesCreateMessageInputValue } from './messagesCreateMessageInputValue';
9
- export interface MessagesCreateMessageInput {
10
- /** @nullable */
11
- channels?: MessagesCreateMessageInputChannels;
12
- name: string;
13
- /** @nullable */
14
- value?: MessagesCreateMessageInputValue;
15
- }
@@ -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 { MessagesMessage } from './messagesMessage';
8
- export interface PagedDataCollectionMessagesMessage {
9
- data: MessagesMessage[];
10
- total: number;
11
- }