@smartspace/api-client 0.1.0-main.531c8ca → 0.1.0-main.5b9ae16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/chat/models/dataSourceContainer.js +0 -6
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/chat/models/index.d.ts +1 -0
- package/dist/generated/chat/models/index.js +1 -0
- package/dist/generated/chat/zod.d.ts +10 -0
- package/dist/generated/chat/zod.js +10 -0
- package/dist/generated/config/api.d.ts +27 -1
- package/dist/generated/config/api.js +121 -1
- package/dist/generated/config/models/blocksBlockSet.d.ts +4 -0
- package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.js +8 -0
- package/dist/generated/config/models/blocksUsedInWorkspaceRef.d.ts +11 -0
- package/dist/generated/config/models/blocksUsedInWorkspaceRef.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
- package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourceContainer.js +0 -6
- package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilter.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.js +2 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.js +8 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.js +2 -0
- package/dist/generated/config/models/draftsDraft.d.ts +17 -0
- package/dist/generated/config/models/draftsDraft.js +2 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.js +8 -0
- package/dist/generated/config/models/flowsFlowRun.d.ts +2 -0
- package/dist/generated/config/models/index.d.ts +19 -0
- package/dist/generated/config/models/index.js +19 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
- package/dist/generated/config/zod.d.ts +474 -0
- package/dist/generated/config/zod.js +356 -15
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { DataSourcesContainerFilterModel } from './dataSourcesContainerFilterModel';
|
|
8
|
+
export interface DataSourcesPreviewContainerRequest {
|
|
9
|
+
/** @nullable */
|
|
10
|
+
filters?: DataSourcesContainerFilterModel[] | null;
|
|
11
|
+
path: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { DraftsDraftBlockInterfaces } from './draftsDraftBlockInterfaces';
|
|
8
|
+
export interface DraftsDraft {
|
|
9
|
+
blockInterfaces: DraftsDraftBlockInterfaces;
|
|
10
|
+
isActive: boolean;
|
|
11
|
+
modifiedAt: string;
|
|
12
|
+
name: string;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
parseError?: string | null;
|
|
15
|
+
rowVersion: string;
|
|
16
|
+
sourceText: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksBlockInterface } from './blocksBlockInterface';
|
|
8
|
+
export type DraftsDraftBlockInterfaces = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
[key: string]: BlocksBlockInterface;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -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 { DraftsPublishedBlockRef } from './draftsPublishedBlockRef';
|
|
8
|
+
export interface DraftsPublishDraftResponse {
|
|
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
|
+
blockSetId: string;
|
|
11
|
+
blocks: DraftsPublishedBlockRef[];
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
@@ -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 { DraftsSaveDraftResponseBlockInterfaces } from './draftsSaveDraftResponseBlockInterfaces';
|
|
8
|
+
export interface DraftsSaveDraftResponse {
|
|
9
|
+
blockInterfaces: DraftsSaveDraftResponseBlockInterfaces;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
parseError?: string | null;
|
|
12
|
+
rowVersion: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksBlockInterface } from './blocksBlockInterface';
|
|
8
|
+
export type DraftsSaveDraftResponseBlockInterfaces = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
[key: string]: BlocksBlockInterface;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -8,6 +8,8 @@ import type { FlowsFlowDataSet } from './flowsFlowDataSet';
|
|
|
8
8
|
import type { FlowsFlow } from './flowsFlow';
|
|
9
9
|
import type { FlowsFlowWorkSpace } from './flowsFlowWorkSpace';
|
|
10
10
|
export interface FlowsFlowRun {
|
|
11
|
+
/** @nullable */
|
|
12
|
+
createdByUserId?: string | null;
|
|
11
13
|
dataSet?: FlowsFlowDataSet;
|
|
12
14
|
/** @nullable */
|
|
13
15
|
finishedAt?: string | null;
|
|
@@ -57,9 +57,11 @@ export * from './blocksPortInterface';
|
|
|
57
57
|
export * from './blocksPortInterfaceInputs';
|
|
58
58
|
export * from './blocksPortInterfaceMetadata';
|
|
59
59
|
export * from './blocksPortInterfaceOutputs';
|
|
60
|
+
export * from './blocksRenameBlockSetRequest';
|
|
60
61
|
export * from './blocksStateInterface';
|
|
61
62
|
export * from './blocksStateInterfaceDefault';
|
|
62
63
|
export * from './blocksStateInterfaceMetadata';
|
|
64
|
+
export * from './blocksUsedInWorkspaceRef';
|
|
63
65
|
export * from './configApiRunFlowRequest';
|
|
64
66
|
export * from './containerDataSet';
|
|
65
67
|
export * from './containersPostParams';
|
|
@@ -93,6 +95,11 @@ export * from './dataSetsUpdateDataSet';
|
|
|
93
95
|
export * from './dataSetsUpdateDataSetBasicInfo';
|
|
94
96
|
export * from './dataSetsUpsertDataSetProperty';
|
|
95
97
|
export * from './dataSourceContainer';
|
|
98
|
+
export * from './dataSourcesContainerFilter';
|
|
99
|
+
export * from './dataSourcesContainerFilterModel';
|
|
100
|
+
export * from './dataSourcesContainerPreviewResultModel';
|
|
101
|
+
export * from './dataSourcesContainerPreviewResultModelSamplesItem';
|
|
102
|
+
export * from './dataSourcesContainerSchemaParams';
|
|
96
103
|
export * from './dataSourcesContainersParams';
|
|
97
104
|
export * from './dataSourcesCreateDataSource';
|
|
98
105
|
export * from './dataSourcesCreateDataSourceCredentials';
|
|
@@ -106,6 +113,7 @@ export * from './dataSourcesDataSourceProperty';
|
|
|
106
113
|
export * from './dataSourcesDataSourcePropertyType';
|
|
107
114
|
export * from './dataSourcesDataSourceType';
|
|
108
115
|
export * from './dataSourcesGetParams';
|
|
116
|
+
export * from './dataSourcesPreviewContainerRequest';
|
|
109
117
|
export * from './dataSourcesTestConnectionResult';
|
|
110
118
|
export * from './dataSourcesTestDataSourceConnection';
|
|
111
119
|
export * from './dataSourcesTestDataSourceConnectionCredentials';
|
|
@@ -122,6 +130,15 @@ export * from './dataSpacesGetParams';
|
|
|
122
130
|
export * from './dataSpacesUpdateDataSpace';
|
|
123
131
|
export * from './debugLogsResponse';
|
|
124
132
|
export * from './documentsGetDocumentSasParams';
|
|
133
|
+
export * from './draftsDraft';
|
|
134
|
+
export * from './draftsDraftBlockInterfaces';
|
|
135
|
+
export * from './draftsPublishDraftRequest';
|
|
136
|
+
export * from './draftsPublishDraftResponse';
|
|
137
|
+
export * from './draftsPublishedBlockRef';
|
|
138
|
+
export * from './draftsSaveDraftRequest';
|
|
139
|
+
export * from './draftsSaveDraftResponse';
|
|
140
|
+
export * from './draftsSaveDraftResponseBlockInterfaces';
|
|
141
|
+
export * from './draftsToggleDraftRequest';
|
|
125
142
|
export * from './enumsAccessType';
|
|
126
143
|
export * from './enumsActivityType';
|
|
127
144
|
export * from './enumsAppPrincipalType';
|
|
@@ -194,6 +211,7 @@ export * from './integrationsAzureArmAzureLocation';
|
|
|
194
211
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
195
212
|
export * from './integrationsAzureStorageSasToken';
|
|
196
213
|
export * from './integrationsSmartSpaceAiBlockInputModel';
|
|
214
|
+
export * from './integrationsSmartSpaceAiBlockSourceResponse';
|
|
197
215
|
export * from './integrationsSmartSpaceAiContainerItemFlowRun';
|
|
198
216
|
export * from './integrationsSmartSpaceAiContainerItemFlowRunError';
|
|
199
217
|
export * from './integrationsSmartSpaceAiContainerItemRunHistory';
|
|
@@ -205,6 +223,7 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
|
|
|
205
223
|
export * from './integrationsSmartSpaceAiFlowValueModel';
|
|
206
224
|
export * from './integrationsSmartSpaceAiFlowValueModelChannels';
|
|
207
225
|
export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
226
|
+
export * from './integrationsSmartSpaceAiSdkBlockRef';
|
|
208
227
|
export * from './messageThreadMessageThreadSummary';
|
|
209
228
|
export * from './messageThreadsGetStepExecutionsParams';
|
|
210
229
|
export * from './messageThreadsGetWorkspaceExecutionsParams';
|
|
@@ -73,9 +73,11 @@ __exportStar(require("./blocksPortInterface"), exports);
|
|
|
73
73
|
__exportStar(require("./blocksPortInterfaceInputs"), exports);
|
|
74
74
|
__exportStar(require("./blocksPortInterfaceMetadata"), exports);
|
|
75
75
|
__exportStar(require("./blocksPortInterfaceOutputs"), exports);
|
|
76
|
+
__exportStar(require("./blocksRenameBlockSetRequest"), exports);
|
|
76
77
|
__exportStar(require("./blocksStateInterface"), exports);
|
|
77
78
|
__exportStar(require("./blocksStateInterfaceDefault"), exports);
|
|
78
79
|
__exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
80
|
+
__exportStar(require("./blocksUsedInWorkspaceRef"), exports);
|
|
79
81
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
80
82
|
__exportStar(require("./containerDataSet"), exports);
|
|
81
83
|
__exportStar(require("./containersPostParams"), exports);
|
|
@@ -109,6 +111,11 @@ __exportStar(require("./dataSetsUpdateDataSet"), exports);
|
|
|
109
111
|
__exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
|
|
110
112
|
__exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
|
|
111
113
|
__exportStar(require("./dataSourceContainer"), exports);
|
|
114
|
+
__exportStar(require("./dataSourcesContainerFilter"), exports);
|
|
115
|
+
__exportStar(require("./dataSourcesContainerFilterModel"), exports);
|
|
116
|
+
__exportStar(require("./dataSourcesContainerPreviewResultModel"), exports);
|
|
117
|
+
__exportStar(require("./dataSourcesContainerPreviewResultModelSamplesItem"), exports);
|
|
118
|
+
__exportStar(require("./dataSourcesContainerSchemaParams"), exports);
|
|
112
119
|
__exportStar(require("./dataSourcesContainersParams"), exports);
|
|
113
120
|
__exportStar(require("./dataSourcesCreateDataSource"), exports);
|
|
114
121
|
__exportStar(require("./dataSourcesCreateDataSourceCredentials"), exports);
|
|
@@ -122,6 +129,7 @@ __exportStar(require("./dataSourcesDataSourceProperty"), exports);
|
|
|
122
129
|
__exportStar(require("./dataSourcesDataSourcePropertyType"), exports);
|
|
123
130
|
__exportStar(require("./dataSourcesDataSourceType"), exports);
|
|
124
131
|
__exportStar(require("./dataSourcesGetParams"), exports);
|
|
132
|
+
__exportStar(require("./dataSourcesPreviewContainerRequest"), exports);
|
|
125
133
|
__exportStar(require("./dataSourcesTestConnectionResult"), exports);
|
|
126
134
|
__exportStar(require("./dataSourcesTestDataSourceConnection"), exports);
|
|
127
135
|
__exportStar(require("./dataSourcesTestDataSourceConnectionCredentials"), exports);
|
|
@@ -138,6 +146,15 @@ __exportStar(require("./dataSpacesGetParams"), exports);
|
|
|
138
146
|
__exportStar(require("./dataSpacesUpdateDataSpace"), exports);
|
|
139
147
|
__exportStar(require("./debugLogsResponse"), exports);
|
|
140
148
|
__exportStar(require("./documentsGetDocumentSasParams"), exports);
|
|
149
|
+
__exportStar(require("./draftsDraft"), exports);
|
|
150
|
+
__exportStar(require("./draftsDraftBlockInterfaces"), exports);
|
|
151
|
+
__exportStar(require("./draftsPublishDraftRequest"), exports);
|
|
152
|
+
__exportStar(require("./draftsPublishDraftResponse"), exports);
|
|
153
|
+
__exportStar(require("./draftsPublishedBlockRef"), exports);
|
|
154
|
+
__exportStar(require("./draftsSaveDraftRequest"), exports);
|
|
155
|
+
__exportStar(require("./draftsSaveDraftResponse"), exports);
|
|
156
|
+
__exportStar(require("./draftsSaveDraftResponseBlockInterfaces"), exports);
|
|
157
|
+
__exportStar(require("./draftsToggleDraftRequest"), exports);
|
|
141
158
|
__exportStar(require("./enumsAccessType"), exports);
|
|
142
159
|
__exportStar(require("./enumsActivityType"), exports);
|
|
143
160
|
__exportStar(require("./enumsAppPrincipalType"), exports);
|
|
@@ -210,6 +227,7 @@ __exportStar(require("./integrationsAzureArmAzureLocation"), exports);
|
|
|
210
227
|
__exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
|
|
211
228
|
__exportStar(require("./integrationsAzureStorageSasToken"), exports);
|
|
212
229
|
__exportStar(require("./integrationsSmartSpaceAiBlockInputModel"), exports);
|
|
230
|
+
__exportStar(require("./integrationsSmartSpaceAiBlockSourceResponse"), exports);
|
|
213
231
|
__exportStar(require("./integrationsSmartSpaceAiContainerItemFlowRun"), exports);
|
|
214
232
|
__exportStar(require("./integrationsSmartSpaceAiContainerItemFlowRunError"), exports);
|
|
215
233
|
__exportStar(require("./integrationsSmartSpaceAiContainerItemRunHistory"), exports);
|
|
@@ -221,6 +239,7 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
|
|
|
221
239
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
|
|
222
240
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
|
|
223
241
|
__exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
|
|
242
|
+
__exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
|
|
224
243
|
__exportStar(require("./messageThreadMessageThreadSummary"), exports);
|
|
225
244
|
__exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
|
|
226
245
|
__exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
|