@smartspace/api-client 0.1.0-pr.812.c534e37 → 0.1.0-pr.815.b53848e
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/api.d.ts +5 -5
- package/dist/generated/chat/api.js +4 -4
- package/dist/generated/chat/models/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/chat/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/chat/models/index.d.ts +2 -2
- package/dist/generated/chat/models/index.js +2 -2
- package/dist/generated/chat/zod.d.ts +4 -4
- package/dist/generated/chat/zod.js +10 -10
- package/dist/generated/config/api.d.ts +10 -10
- package/dist/generated/config/api.js +5 -5
- package/dist/generated/config/models/{blocksBlockSet.d.ts → blockBlockSet.d.ts} +3 -3
- package/dist/generated/config/models/{blocksGetBlocks200One.d.ts → blockBlockSetBlockInterfaces.d.ts} +3 -3
- package/dist/generated/config/models/{blocksBlockInfo.d.ts → blockInfo.d.ts} +3 -3
- package/dist/generated/config/models/blockInterface.d.ts +17 -0
- package/dist/generated/config/models/{blocksPortInterfaceMetadata.d.ts → blockInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blockInterfacePorts.d.ts +10 -0
- package/dist/generated/config/models/blockInterfaceState.d.ts +10 -0
- package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
- package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/config/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
- package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
- package/dist/generated/config/models/index.d.ts +28 -30
- package/dist/generated/config/models/index.js +28 -30
- package/dist/generated/config/models/inputPinInterface.d.ts +23 -0
- package/dist/generated/config/models/{blocksStateInterfaceDefault.d.ts → inputPinInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{blocksInputPinInterfaceGenerics.d.ts → inputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/{blocksBlockInterfaceMetadata.d.ts → inputPinInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/{blocksStateInterfaceMetadata.d.ts → inputPinInterfaceSchema.d.ts} +1 -1
- package/dist/generated/config/models/outputPinInterface.d.ts +19 -0
- package/dist/generated/config/models/{blocksOutputPinInterfaceGenerics.d.ts → outputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/{blocksInputPinInterfaceSchema.d.ts → outputPinInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +9 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
- package/dist/generated/config/models/portInterface.d.ts +17 -0
- package/dist/generated/config/models/portInterfaceInputs.d.ts +10 -0
- package/dist/generated/config/models/portInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +10 -0
- package/dist/generated/config/models/stateInterface.d.ts +15 -0
- package/dist/generated/config/models/{blocksInputPinInterfaceDefault.d.ts → stateInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/stateInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/stateInterfaceMetadata.js +8 -0
- package/dist/generated/config/zod.d.ts +77 -7
- package/dist/generated/config/zod.js +30 -29
- package/package.json +1 -1
- package/dist/generated/config/models/blocksBlockInterface.d.ts +0 -17
- package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +0 -10
- package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +0 -10
- package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +0 -12
- package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +0 -12
- package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +0 -12
- package/dist/generated/config/models/blocksInputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +0 -9
- package/dist/generated/config/models/blocksOutputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +0 -9
- package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/blocksPortInterface.d.ts +0 -17
- package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/blocksStateInterface.d.ts +0 -15
- package/dist/generated/config/models/blocksStateInterface.js +0 -2
- package/dist/generated/config/models/ingestedBlob.js +0 -2
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.js +0 -2
- /package/dist/generated/chat/models/{file.js → filesFile.js} +0 -0
- /package/dist/generated/chat/models/{fileUriResponse.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInfo.js → blockBlockSet.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterface.js → blockBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterfacePorts.js → blockInfo.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterfaceState.js → blockInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockInterfaceMetadata.js → blockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockSet.js → blockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{blocksBlockSetBlockInterfaces.js → blockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceDefault.js → filesCreateFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceMetadata.js → filesFile.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceSchema.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200One.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200Three.js → inputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceMetadata.js → inputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{blocksGetBlocks200Two.js → inputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceSchema.js → inputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceMetadata.js → inputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterface.js → outputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksInputPinInterfaceGenerics.js → outputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterfaceDefault.js → outputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksStateInterfaceMetadata.js → outputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterface.js → pagedDataCollectionFilesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{blocksOutputPinInterfaceGenerics.js → portInterface.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterface.js → portInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{file.js → portInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceInputs.js → portInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{blocksPortInterfaceOutputs.js → stateInterface.js} +0 -0
- /package/dist/generated/config/models/{fileUriResponse.js → stateInterfaceDefault.js} +0 -0
|
@@ -25,36 +25,17 @@ export * from './appUserServicePrincipalSearchResult';
|
|
|
25
25
|
export * from './applicationUpdateDeploymentInfo';
|
|
26
26
|
export * from './applicationUpdateVersionInfo';
|
|
27
27
|
export * from './azureADGroup';
|
|
28
|
+
export * from './blockBlockSet';
|
|
29
|
+
export * from './blockBlockSetBlockInterfaces';
|
|
30
|
+
export * from './blockInfo';
|
|
28
31
|
export * from './blockInputModel';
|
|
32
|
+
export * from './blockInterface';
|
|
33
|
+
export * from './blockInterfaceMetadata';
|
|
34
|
+
export * from './blockInterfacePorts';
|
|
35
|
+
export * from './blockInterfaceState';
|
|
29
36
|
export * from './blockSetsAddBlockSetBody';
|
|
30
37
|
export * from './blockSetsGetBlockSetsParams';
|
|
31
|
-
export * from './blocksBlockInfo';
|
|
32
|
-
export * from './blocksBlockInterface';
|
|
33
|
-
export * from './blocksBlockInterfaceMetadata';
|
|
34
|
-
export * from './blocksBlockInterfacePorts';
|
|
35
|
-
export * from './blocksBlockInterfaceState';
|
|
36
|
-
export * from './blocksBlockSet';
|
|
37
|
-
export * from './blocksBlockSetBlockInterfaces';
|
|
38
|
-
export * from './blocksGetBlocks200One';
|
|
39
|
-
export * from './blocksGetBlocks200Three';
|
|
40
|
-
export * from './blocksGetBlocks200Two';
|
|
41
38
|
export * from './blocksGetBlocksParams';
|
|
42
|
-
export * from './blocksInputPinInterface';
|
|
43
|
-
export * from './blocksInputPinInterfaceDefault';
|
|
44
|
-
export * from './blocksInputPinInterfaceGenerics';
|
|
45
|
-
export * from './blocksInputPinInterfaceMetadata';
|
|
46
|
-
export * from './blocksInputPinInterfaceSchema';
|
|
47
|
-
export * from './blocksOutputPinInterface';
|
|
48
|
-
export * from './blocksOutputPinInterfaceGenerics';
|
|
49
|
-
export * from './blocksOutputPinInterfaceMetadata';
|
|
50
|
-
export * from './blocksOutputPinInterfaceSchema';
|
|
51
|
-
export * from './blocksPortInterface';
|
|
52
|
-
export * from './blocksPortInterfaceInputs';
|
|
53
|
-
export * from './blocksPortInterfaceMetadata';
|
|
54
|
-
export * from './blocksPortInterfaceOutputs';
|
|
55
|
-
export * from './blocksStateInterface';
|
|
56
|
-
export * from './blocksStateInterfaceDefault';
|
|
57
|
-
export * from './blocksStateInterfaceMetadata';
|
|
58
39
|
export * from './configApiAddMessageFileFromBlobUri';
|
|
59
40
|
export * from './configApiRunFlowRequest';
|
|
60
41
|
export * from './connection';
|
|
@@ -120,11 +101,13 @@ export * from './enumsPermissions';
|
|
|
120
101
|
export * from './enumsPinType';
|
|
121
102
|
export * from './enumsPortType';
|
|
122
103
|
export * from './enumsVirtualMachineServerType';
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './fileUriResponse';
|
|
104
|
+
export * from './filesCreateFileFromBlobUri';
|
|
125
105
|
export * from './filesDownloadFileParams';
|
|
106
|
+
export * from './filesFile';
|
|
107
|
+
export * from './filesFileUriResponse';
|
|
126
108
|
export * from './filesGetFileInfoParams';
|
|
127
109
|
export * from './filesGetUriParams';
|
|
110
|
+
export * from './filesIngestedBlob';
|
|
128
111
|
export * from './filesUploadFilesBody';
|
|
129
112
|
export * from './flow';
|
|
130
113
|
export * from './flowBlock';
|
|
@@ -158,7 +141,11 @@ export * from './flowsBlockConstantValue';
|
|
|
158
141
|
export * from './flowsBlockPinRef';
|
|
159
142
|
export * from './flowsFlowPinRef';
|
|
160
143
|
export * from './functionExecutionDebugModel';
|
|
161
|
-
export * from './
|
|
144
|
+
export * from './inputPinInterface';
|
|
145
|
+
export * from './inputPinInterfaceDefault';
|
|
146
|
+
export * from './inputPinInterfaceGenerics';
|
|
147
|
+
export * from './inputPinInterfaceMetadata';
|
|
148
|
+
export * from './inputPinInterfaceSchema';
|
|
162
149
|
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
163
150
|
export * from './integrationsAzureArmAzureLocation';
|
|
164
151
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
@@ -201,6 +188,10 @@ export * from './modelsGetModelsParams';
|
|
|
201
188
|
export * from './notificationGetParams';
|
|
202
189
|
export * from './notificationNotification';
|
|
203
190
|
export * from './notificationPagedNotifications';
|
|
191
|
+
export * from './outputPinInterface';
|
|
192
|
+
export * from './outputPinInterfaceGenerics';
|
|
193
|
+
export * from './outputPinInterfaceMetadata';
|
|
194
|
+
export * from './outputPinInterfaceSchema';
|
|
204
195
|
export * from './pagedDataCollectionAccess';
|
|
205
196
|
export * from './pagedDataCollectionActivityActivityWorkSpace';
|
|
206
197
|
export * from './pagedDataCollectionAppUserAppUser';
|
|
@@ -211,11 +202,15 @@ export * from './pagedDataCollectionAzureADGroup';
|
|
|
211
202
|
export * from './pagedDataCollectionDataSet';
|
|
212
203
|
export * from './pagedDataCollectionDataSource';
|
|
213
204
|
export * from './pagedDataCollectionDataSpace';
|
|
214
|
-
export * from './
|
|
205
|
+
export * from './pagedDataCollectionFilesIngestedBlob';
|
|
215
206
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
216
207
|
export * from './pagedDataCollectionModelModelSummary';
|
|
217
208
|
export * from './pagedDataCollectionWorkSpace';
|
|
218
209
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
210
|
+
export * from './portInterface';
|
|
211
|
+
export * from './portInterfaceInputs';
|
|
212
|
+
export * from './portInterfaceMetadata';
|
|
213
|
+
export * from './portInterfaceOutputs';
|
|
219
214
|
export * from './reportingDuration';
|
|
220
215
|
export * from './reportingGetRequestsParams';
|
|
221
216
|
export * from './reportingGetTokensParams';
|
|
@@ -223,6 +218,9 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
223
218
|
export * from './reportingReportSeries';
|
|
224
219
|
export * from './reportingSplit';
|
|
225
220
|
export * from './sandBoxGetThreadMessagesParams';
|
|
221
|
+
export * from './stateInterface';
|
|
222
|
+
export * from './stateInterfaceDefault';
|
|
223
|
+
export * from './stateInterfaceMetadata';
|
|
226
224
|
export * from './testDataSourceConnection';
|
|
227
225
|
export * from './testDataSourceConnectionCredentials';
|
|
228
226
|
export * from './updateContainer';
|
|
@@ -41,36 +41,17 @@ __exportStar(require("./appUserServicePrincipalSearchResult"), exports);
|
|
|
41
41
|
__exportStar(require("./applicationUpdateDeploymentInfo"), exports);
|
|
42
42
|
__exportStar(require("./applicationUpdateVersionInfo"), exports);
|
|
43
43
|
__exportStar(require("./azureADGroup"), exports);
|
|
44
|
+
__exportStar(require("./blockBlockSet"), exports);
|
|
45
|
+
__exportStar(require("./blockBlockSetBlockInterfaces"), exports);
|
|
46
|
+
__exportStar(require("./blockInfo"), exports);
|
|
44
47
|
__exportStar(require("./blockInputModel"), exports);
|
|
48
|
+
__exportStar(require("./blockInterface"), exports);
|
|
49
|
+
__exportStar(require("./blockInterfaceMetadata"), exports);
|
|
50
|
+
__exportStar(require("./blockInterfacePorts"), exports);
|
|
51
|
+
__exportStar(require("./blockInterfaceState"), exports);
|
|
45
52
|
__exportStar(require("./blockSetsAddBlockSetBody"), exports);
|
|
46
53
|
__exportStar(require("./blockSetsGetBlockSetsParams"), exports);
|
|
47
|
-
__exportStar(require("./blocksBlockInfo"), exports);
|
|
48
|
-
__exportStar(require("./blocksBlockInterface"), exports);
|
|
49
|
-
__exportStar(require("./blocksBlockInterfaceMetadata"), exports);
|
|
50
|
-
__exportStar(require("./blocksBlockInterfacePorts"), exports);
|
|
51
|
-
__exportStar(require("./blocksBlockInterfaceState"), exports);
|
|
52
|
-
__exportStar(require("./blocksBlockSet"), exports);
|
|
53
|
-
__exportStar(require("./blocksBlockSetBlockInterfaces"), exports);
|
|
54
|
-
__exportStar(require("./blocksGetBlocks200One"), exports);
|
|
55
|
-
__exportStar(require("./blocksGetBlocks200Three"), exports);
|
|
56
|
-
__exportStar(require("./blocksGetBlocks200Two"), exports);
|
|
57
54
|
__exportStar(require("./blocksGetBlocksParams"), exports);
|
|
58
|
-
__exportStar(require("./blocksInputPinInterface"), exports);
|
|
59
|
-
__exportStar(require("./blocksInputPinInterfaceDefault"), exports);
|
|
60
|
-
__exportStar(require("./blocksInputPinInterfaceGenerics"), exports);
|
|
61
|
-
__exportStar(require("./blocksInputPinInterfaceMetadata"), exports);
|
|
62
|
-
__exportStar(require("./blocksInputPinInterfaceSchema"), exports);
|
|
63
|
-
__exportStar(require("./blocksOutputPinInterface"), exports);
|
|
64
|
-
__exportStar(require("./blocksOutputPinInterfaceGenerics"), exports);
|
|
65
|
-
__exportStar(require("./blocksOutputPinInterfaceMetadata"), exports);
|
|
66
|
-
__exportStar(require("./blocksOutputPinInterfaceSchema"), exports);
|
|
67
|
-
__exportStar(require("./blocksPortInterface"), exports);
|
|
68
|
-
__exportStar(require("./blocksPortInterfaceInputs"), exports);
|
|
69
|
-
__exportStar(require("./blocksPortInterfaceMetadata"), exports);
|
|
70
|
-
__exportStar(require("./blocksPortInterfaceOutputs"), exports);
|
|
71
|
-
__exportStar(require("./blocksStateInterface"), exports);
|
|
72
|
-
__exportStar(require("./blocksStateInterfaceDefault"), exports);
|
|
73
|
-
__exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
74
55
|
__exportStar(require("./configApiAddMessageFileFromBlobUri"), exports);
|
|
75
56
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
76
57
|
__exportStar(require("./connection"), exports);
|
|
@@ -136,11 +117,13 @@ __exportStar(require("./enumsPermissions"), exports);
|
|
|
136
117
|
__exportStar(require("./enumsPinType"), exports);
|
|
137
118
|
__exportStar(require("./enumsPortType"), exports);
|
|
138
119
|
__exportStar(require("./enumsVirtualMachineServerType"), exports);
|
|
139
|
-
__exportStar(require("./
|
|
140
|
-
__exportStar(require("./fileUriResponse"), exports);
|
|
120
|
+
__exportStar(require("./filesCreateFileFromBlobUri"), exports);
|
|
141
121
|
__exportStar(require("./filesDownloadFileParams"), exports);
|
|
122
|
+
__exportStar(require("./filesFile"), exports);
|
|
123
|
+
__exportStar(require("./filesFileUriResponse"), exports);
|
|
142
124
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
143
125
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
126
|
+
__exportStar(require("./filesIngestedBlob"), exports);
|
|
144
127
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
145
128
|
__exportStar(require("./flow"), exports);
|
|
146
129
|
__exportStar(require("./flowBlock"), exports);
|
|
@@ -174,7 +157,11 @@ __exportStar(require("./flowsBlockConstantValue"), exports);
|
|
|
174
157
|
__exportStar(require("./flowsBlockPinRef"), exports);
|
|
175
158
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
176
159
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
177
|
-
__exportStar(require("./
|
|
160
|
+
__exportStar(require("./inputPinInterface"), exports);
|
|
161
|
+
__exportStar(require("./inputPinInterfaceDefault"), exports);
|
|
162
|
+
__exportStar(require("./inputPinInterfaceGenerics"), exports);
|
|
163
|
+
__exportStar(require("./inputPinInterfaceMetadata"), exports);
|
|
164
|
+
__exportStar(require("./inputPinInterfaceSchema"), exports);
|
|
178
165
|
__exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
|
|
179
166
|
__exportStar(require("./integrationsAzureArmAzureLocation"), exports);
|
|
180
167
|
__exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
|
|
@@ -217,6 +204,10 @@ __exportStar(require("./modelsGetModelsParams"), exports);
|
|
|
217
204
|
__exportStar(require("./notificationGetParams"), exports);
|
|
218
205
|
__exportStar(require("./notificationNotification"), exports);
|
|
219
206
|
__exportStar(require("./notificationPagedNotifications"), exports);
|
|
207
|
+
__exportStar(require("./outputPinInterface"), exports);
|
|
208
|
+
__exportStar(require("./outputPinInterfaceGenerics"), exports);
|
|
209
|
+
__exportStar(require("./outputPinInterfaceMetadata"), exports);
|
|
210
|
+
__exportStar(require("./outputPinInterfaceSchema"), exports);
|
|
220
211
|
__exportStar(require("./pagedDataCollectionAccess"), exports);
|
|
221
212
|
__exportStar(require("./pagedDataCollectionActivityActivityWorkSpace"), exports);
|
|
222
213
|
__exportStar(require("./pagedDataCollectionAppUserAppUser"), exports);
|
|
@@ -227,11 +218,15 @@ __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
|
|
|
227
218
|
__exportStar(require("./pagedDataCollectionDataSet"), exports);
|
|
228
219
|
__exportStar(require("./pagedDataCollectionDataSource"), exports);
|
|
229
220
|
__exportStar(require("./pagedDataCollectionDataSpace"), exports);
|
|
230
|
-
__exportStar(require("./
|
|
221
|
+
__exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
|
|
231
222
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
232
223
|
__exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
|
|
233
224
|
__exportStar(require("./pagedDataCollectionWorkSpace"), exports);
|
|
234
225
|
__exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
|
|
226
|
+
__exportStar(require("./portInterface"), exports);
|
|
227
|
+
__exportStar(require("./portInterfaceInputs"), exports);
|
|
228
|
+
__exportStar(require("./portInterfaceMetadata"), exports);
|
|
229
|
+
__exportStar(require("./portInterfaceOutputs"), exports);
|
|
235
230
|
__exportStar(require("./reportingDuration"), exports);
|
|
236
231
|
__exportStar(require("./reportingGetRequestsParams"), exports);
|
|
237
232
|
__exportStar(require("./reportingGetTokensParams"), exports);
|
|
@@ -239,6 +234,9 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
239
234
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
240
235
|
__exportStar(require("./reportingSplit"), exports);
|
|
241
236
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
237
|
+
__exportStar(require("./stateInterface"), exports);
|
|
238
|
+
__exportStar(require("./stateInterfaceDefault"), exports);
|
|
239
|
+
__exportStar(require("./stateInterfaceMetadata"), exports);
|
|
242
240
|
__exportStar(require("./testDataSourceConnection"), exports);
|
|
243
241
|
__exportStar(require("./testDataSourceConnectionCredentials"), exports);
|
|
244
242
|
__exportStar(require("./updateContainer"), exports);
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { InputPinInterfaceDefault } from './inputPinInterfaceDefault';
|
|
8
|
+
import type { InputPinInterfaceGenerics } from './inputPinInterfaceGenerics';
|
|
9
|
+
import type { InputPinInterfaceMetadata } from './inputPinInterfaceMetadata';
|
|
10
|
+
import type { InputPinInterfaceSchema } from './inputPinInterfaceSchema';
|
|
11
|
+
import type { EnumsPinType } from './enumsPinType';
|
|
12
|
+
export interface InputPinInterface {
|
|
13
|
+
channel: boolean;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
default?: InputPinInterfaceDefault;
|
|
16
|
+
generics: InputPinInterfaceGenerics;
|
|
17
|
+
metadata: InputPinInterfaceMetadata;
|
|
18
|
+
required: boolean;
|
|
19
|
+
schema: InputPinInterfaceSchema;
|
|
20
|
+
sticky: boolean;
|
|
21
|
+
type: EnumsPinType;
|
|
22
|
+
virtual: boolean;
|
|
23
|
+
}
|
|
@@ -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 { OutputPinInterfaceGenerics } from './outputPinInterfaceGenerics';
|
|
8
|
+
import type { OutputPinInterfaceMetadata } from './outputPinInterfaceMetadata';
|
|
9
|
+
import type { OutputPinInterfaceSchema } from './outputPinInterfaceSchema';
|
|
10
|
+
import type { EnumsPinType } from './enumsPinType';
|
|
11
|
+
export interface OutputPinInterface {
|
|
12
|
+
channel: boolean;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
channelGroupId?: string | null;
|
|
15
|
+
generics: OutputPinInterfaceGenerics;
|
|
16
|
+
metadata: OutputPinInterfaceMetadata;
|
|
17
|
+
schema: OutputPinInterfaceSchema;
|
|
18
|
+
type: EnumsPinType;
|
|
19
|
+
}
|
|
@@ -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 { FilesIngestedBlob } from './filesIngestedBlob';
|
|
8
|
+
export interface PagedDataCollectionFilesIngestedBlob {
|
|
9
|
+
data: FilesIngestedBlob[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -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 { PortInterfaceInputs } from './portInterfaceInputs';
|
|
8
|
+
import type { PortInterfaceMetadata } from './portInterfaceMetadata';
|
|
9
|
+
import type { PortInterfaceOutputs } from './portInterfaceOutputs';
|
|
10
|
+
import type { EnumsPortType } from './enumsPortType';
|
|
11
|
+
export interface PortInterface {
|
|
12
|
+
inputs: PortInterfaceInputs;
|
|
13
|
+
isFunction: boolean;
|
|
14
|
+
metadata: PortInterfaceMetadata;
|
|
15
|
+
outputs: PortInterfaceOutputs;
|
|
16
|
+
type: EnumsPortType;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { InputPinInterface } from './inputPinInterface';
|
|
8
|
+
export type PortInterfaceInputs = {
|
|
9
|
+
[key: string]: InputPinInterface;
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { OutputPinInterface } from './outputPinInterface';
|
|
8
|
+
export type PortInterfaceOutputs = {
|
|
9
|
+
[key: string]: OutputPinInterface;
|
|
10
|
+
};
|
|
@@ -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 { StateInterfaceDefault } from './stateInterfaceDefault';
|
|
8
|
+
import type { StateInterfaceMetadata } from './stateInterfaceMetadata';
|
|
9
|
+
import type { FlowsBlockPinRef } from './flowsBlockPinRef';
|
|
10
|
+
export interface StateInterface {
|
|
11
|
+
/** @nullable */
|
|
12
|
+
default?: StateInterfaceDefault;
|
|
13
|
+
metadata: StateInterfaceMetadata;
|
|
14
|
+
scope: FlowsBlockPinRef[];
|
|
15
|
+
}
|
|
@@ -358,7 +358,7 @@ export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.Zod
|
|
|
358
358
|
versionNumber: zod.ZodString;
|
|
359
359
|
}, zod.core.$strip>;
|
|
360
360
|
/**
|
|
361
|
-
* @summary Get a list of all block
|
|
361
|
+
* @summary Get a list of all block interfaces
|
|
362
362
|
*/
|
|
363
363
|
export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
|
|
364
364
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -524,7 +524,7 @@ export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
|
|
|
524
524
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
525
525
|
}, zod.core.$strict>;
|
|
526
526
|
export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
|
|
527
|
-
export declare const
|
|
527
|
+
export declare const blocksGetBlocksResponseItem: zod.ZodObject<{
|
|
528
528
|
blockSetId: zod.ZodString;
|
|
529
529
|
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
530
530
|
createdAt: zod.ZodISODateTime;
|
|
@@ -593,7 +593,77 @@ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.Z
|
|
|
593
593
|
Debug: "Debug";
|
|
594
594
|
}>;
|
|
595
595
|
version: zod.ZodString;
|
|
596
|
-
}, zod.core.$strip
|
|
596
|
+
}, zod.core.$strip>;
|
|
597
|
+
export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
598
|
+
blockSetId: zod.ZodString;
|
|
599
|
+
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
600
|
+
createdAt: zod.ZodISODateTime;
|
|
601
|
+
interface: zod.ZodObject<{
|
|
602
|
+
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
603
|
+
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
604
|
+
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
605
|
+
channel: zod.ZodBoolean;
|
|
606
|
+
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
607
|
+
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
608
|
+
pin: zod.ZodString;
|
|
609
|
+
port: zod.ZodString;
|
|
610
|
+
}, zod.core.$strip>>;
|
|
611
|
+
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
612
|
+
required: zod.ZodBoolean;
|
|
613
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
614
|
+
sticky: zod.ZodBoolean;
|
|
615
|
+
type: zod.ZodEnum<{
|
|
616
|
+
Single: "Single";
|
|
617
|
+
List: "List";
|
|
618
|
+
Dictionary: "Dictionary";
|
|
619
|
+
}>;
|
|
620
|
+
virtual: zod.ZodBoolean;
|
|
621
|
+
}, zod.core.$strip>>;
|
|
622
|
+
isFunction: zod.ZodBoolean;
|
|
623
|
+
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
624
|
+
outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
625
|
+
channel: zod.ZodBoolean;
|
|
626
|
+
channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
627
|
+
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
628
|
+
pin: zod.ZodString;
|
|
629
|
+
port: zod.ZodString;
|
|
630
|
+
}, zod.core.$strip>>;
|
|
631
|
+
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
632
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
633
|
+
type: zod.ZodEnum<{
|
|
634
|
+
Single: "Single";
|
|
635
|
+
List: "List";
|
|
636
|
+
Dictionary: "Dictionary";
|
|
637
|
+
}>;
|
|
638
|
+
}, zod.core.$strip>>;
|
|
639
|
+
type: zod.ZodEnum<{
|
|
640
|
+
Single: "Single";
|
|
641
|
+
List: "List";
|
|
642
|
+
Dictionary: "Dictionary";
|
|
643
|
+
}>;
|
|
644
|
+
}, zod.core.$strip>>;
|
|
645
|
+
scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
|
|
646
|
+
WorkSpace: "WorkSpace";
|
|
647
|
+
DataSet: "DataSet";
|
|
648
|
+
}>>>>;
|
|
649
|
+
state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
650
|
+
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
651
|
+
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
652
|
+
scope: zod.ZodArray<zod.ZodObject<{
|
|
653
|
+
pin: zod.ZodString;
|
|
654
|
+
port: zod.ZodString;
|
|
655
|
+
}, zod.core.$strip>>;
|
|
656
|
+
}, zod.core.$strip>>;
|
|
657
|
+
}, zod.core.$strip>;
|
|
658
|
+
name: zod.ZodString;
|
|
659
|
+
sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
660
|
+
type: zod.ZodEnum<{
|
|
661
|
+
Native: "Native";
|
|
662
|
+
Custom: "Custom";
|
|
663
|
+
Debug: "Debug";
|
|
664
|
+
}>;
|
|
665
|
+
version: zod.ZodString;
|
|
666
|
+
}, zod.core.$strip>>;
|
|
597
667
|
/**
|
|
598
668
|
* @summary Manually trigger reingestion of a specific container item.
|
|
599
669
|
*/
|
|
@@ -1641,7 +1711,7 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1641
1711
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1642
1712
|
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1643
1713
|
/**
|
|
1644
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1714
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1645
1715
|
*/
|
|
1646
1716
|
export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
|
|
1647
1717
|
export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
|
|
@@ -1681,7 +1751,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
1681
1751
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1682
1752
|
}, zod.core.$strip>>;
|
|
1683
1753
|
/**
|
|
1684
|
-
* @summary Get details for a file previously uploaded
|
|
1754
|
+
* @summary Get details for a file previously uploaded.
|
|
1685
1755
|
*/
|
|
1686
1756
|
export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
|
|
1687
1757
|
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
@@ -1708,7 +1778,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
|
1708
1778
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1709
1779
|
}, zod.core.$strip>;
|
|
1710
1780
|
/**
|
|
1711
|
-
* @summary Download a previously uploaded file
|
|
1781
|
+
* @summary Download a previously uploaded file.
|
|
1712
1782
|
*/
|
|
1713
1783
|
export declare const filesDownloadFilePathIdRegExpOne: RegExp;
|
|
1714
1784
|
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
@@ -1721,7 +1791,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
|
1721
1791
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1722
1792
|
}, zod.core.$strict>;
|
|
1723
1793
|
/**
|
|
1724
|
-
* @summary Get URI of a previously uploaded file
|
|
1794
|
+
* @summary Get URI of a previously uploaded file.
|
|
1725
1795
|
*/
|
|
1726
1796
|
export declare const filesGetUriPathIdRegExpOne: RegExp;
|
|
1727
1797
|
export declare const filesGetUriParams: zod.ZodObject<{
|