@smartspace/api-client 0.1.0-dev.e6adfc1 → 0.1.0-dev.e8eaaff

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 (78) hide show
  1. package/dist/generated/chat/api.d.ts +0 -2
  2. package/dist/generated/chat/api.js +1 -8
  3. package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
  4. package/dist/generated/chat/models/dataSourceContainer.js +0 -6
  5. package/dist/generated/chat/models/dataSourcesContainerFilterModel.d.ts +11 -0
  6. package/dist/generated/chat/models/dataSourcesContainerFilterModel.js +8 -0
  7. package/dist/generated/chat/models/index.d.ts +1 -0
  8. package/dist/generated/chat/models/index.js +1 -0
  9. package/dist/generated/chat/zod.d.ts +10 -8
  10. package/dist/generated/chat/zod.js +14 -12
  11. package/dist/generated/config/api.d.ts +25 -1
  12. package/dist/generated/config/api.js +110 -2
  13. package/dist/generated/config/models/blocksBlockSet.d.ts +4 -0
  14. package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
  15. package/dist/generated/config/models/blocksUsedInWorkspaceRef.d.ts +11 -0
  16. package/dist/generated/config/models/blocksUsedInWorkspaceRef.js +8 -0
  17. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
  18. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.js +2 -0
  19. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
  20. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.js +8 -0
  21. package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
  22. package/dist/generated/config/models/coreManagementInstallParameterModel.js +2 -0
  23. package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.d.ts +10 -0
  24. package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.js +8 -0
  25. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
  26. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.js +8 -0
  27. package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
  28. package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
  29. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
  30. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.js +8 -0
  31. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +3 -0
  32. package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
  33. package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
  34. package/dist/generated/config/models/dataSourceContainer.js +0 -6
  35. package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
  36. package/dist/generated/config/models/dataSourcesContainerFilter.js +8 -0
  37. package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
  38. package/dist/generated/config/models/dataSourcesContainerFilterModel.js +8 -0
  39. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
  40. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.js +2 -0
  41. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
  42. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.js +8 -0
  43. package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
  44. package/dist/generated/config/models/dataSourcesContainerSchemaParams.js +8 -0
  45. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
  46. package/dist/generated/config/models/dataSourcesGetParams.d.ts +2 -9
  47. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
  48. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.js +2 -0
  49. package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -0
  50. package/dist/generated/config/models/draftsDraft.d.ts +17 -0
  51. package/dist/generated/config/models/draftsDraft.js +2 -0
  52. package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
  53. package/dist/generated/config/models/draftsDraftBlockInterfaces.js +2 -0
  54. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +9 -0
  55. package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
  56. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  57. package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
  58. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  59. package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
  60. package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
  61. package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
  62. package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
  63. package/dist/generated/config/models/draftsSaveDraftResponse.js +2 -0
  64. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
  65. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.js +2 -0
  66. package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
  67. package/dist/generated/config/models/draftsToggleDraftRequest.js +8 -0
  68. package/dist/generated/config/models/flowsFlowRun.d.ts +2 -0
  69. package/dist/generated/config/models/index.d.ts +25 -0
  70. package/dist/generated/config/models/index.js +25 -0
  71. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  72. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  73. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  74. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  75. package/dist/generated/config/models/workSpacesGetGetParams.d.ts +2 -0
  76. package/dist/generated/config/zod.d.ts +468 -1
  77. package/dist/generated/config/zod.js +355 -21
  78. package/package.json +1 -1
@@ -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 { CoreManagementInstallParameterModelActiveValue } from './coreManagementInstallParameterModelActiveValue';
8
+ import type { CoreManagementInstallParameterModelConfiguredValue } from './coreManagementInstallParameterModelConfiguredValue';
9
+ export interface CoreManagementInstallParameterModel {
10
+ /** @nullable */
11
+ activeValue?: CoreManagementInstallParameterModelActiveValue;
12
+ /** @nullable */
13
+ configuredValue?: CoreManagementInstallParameterModelConfiguredValue;
14
+ key: string;
15
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ /**
8
+ * @nullable
9
+ */
10
+ export type CoreManagementInstallParameterModelActiveValue = unknown | null;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ /**
8
+ * @nullable
9
+ */
10
+ export type CoreManagementInstallParameterModelConfiguredValue = unknown | null;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export type CoreManagementInstallParameterType = typeof CoreManagementInstallParameterType[keyof typeof CoreManagementInstallParameterType];
8
+ export declare const CoreManagementInstallParameterType: {
9
+ readonly Boolean: "Boolean";
10
+ readonly String: "String";
11
+ readonly Number: "Number";
12
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.CoreManagementInstallParameterType = void 0;
10
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
11
+ exports.CoreManagementInstallParameterType = {
12
+ Boolean: 'Boolean',
13
+ String: 'String',
14
+ Number: 'Number',
15
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface CoreManagementUpsertInstallParameterModel {
8
+ value: unknown;
9
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,8 +4,11 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
+ import type { DataSourcesContainerFilterModel } from './dataSourcesContainerFilterModel';
7
8
  export interface DataSetsCreateDataSetContainer {
8
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}$ */
9
10
  dataSourceId: string;
11
+ /** @nullable */
12
+ filters?: DataSourcesContainerFilterModel[] | null;
10
13
  path: string;
11
14
  }
@@ -1,8 +1,2 @@
1
1
  "use strict";
2
- /**
3
- * Generated by orval v7.13.2 🍺
4
- * Do not edit manually.
5
- * SmartSpace Admin API
6
- * OpenAPI spec version: v1
7
- */
8
2
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,9 +4,12 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
+ import type { DataSourcesContainerFilterModel } from './dataSourcesContainerFilterModel';
7
8
  export interface DataSourceContainer {
8
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}$ */
9
10
  dataSourceId: string;
11
+ /** @nullable */
12
+ filters?: DataSourcesContainerFilterModel[] | null;
10
13
  /** @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}$ */
11
14
  id: string;
12
15
  name: string;
@@ -1,8 +1,2 @@
1
1
  "use strict";
2
- /**
3
- * Generated by orval v7.13.2 🍺
4
- * Do not edit manually.
5
- * SmartSpace Admin API
6
- * OpenAPI spec version: v1
7
- */
8
2
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export interface DataSourcesContainerFilter {
8
+ operator: string;
9
+ propertyName: string;
10
+ value: string;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export interface DataSourcesContainerFilterModel {
8
+ operator: string;
9
+ propertyName: string;
10
+ value: string;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { DataSourcesContainerPreviewResultModelSamplesItem } from './dataSourcesContainerPreviewResultModelSamplesItem';
8
+ export interface DataSourcesContainerPreviewResultModel {
9
+ samples: DataSourcesContainerPreviewResultModelSamplesItem[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type DataSourcesContainerPreviewResultModelSamplesItem = {
8
+ [key: string]: unknown;
9
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type DataSourcesContainerSchemaParams = {
8
+ containerPath?: string;
9
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,10 +4,13 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
+ import type { DataSourcesContainerFilter } from './dataSourcesContainerFilter';
7
8
  import type { DataSourcesDataSourceContainerProperty } from './dataSourcesDataSourceContainerProperty';
8
9
  export interface DataSourcesDataSourceContainer {
9
10
  /** @nullable */
10
11
  children?: DataSourcesDataSourceContainer[] | null;
12
+ /** @nullable */
13
+ filters?: DataSourcesContainerFilter[] | null;
11
14
  name: string;
12
15
  path: string;
13
16
  properties: DataSourcesDataSourceContainerProperty[];
@@ -5,16 +5,9 @@
5
5
  * OpenAPI spec version: v1
6
6
  */
7
7
  export type DataSourcesGetParams = {
8
- /**
9
- * The number of data sources to retrieve.
10
- */
11
8
  take?: number;
12
- /**
13
- * The number of data sources to skip.
14
- */
15
9
  skip?: number;
16
- /**
17
- * The search query to filter data sources.
18
- */
19
10
  search?: string;
11
+ sortBy?: string;
12
+ sortDirection?: string;
20
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 { DataSourcesContainerFilterModel } from './dataSourcesContainerFilterModel';
8
+ export interface DataSourcesPreviewContainerRequest {
9
+ /** @nullable */
10
+ filters?: DataSourcesContainerFilterModel[] | null;
11
+ path: string;
12
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,4 +8,6 @@ export type DataSpacesGetParams = {
8
8
  take?: number;
9
9
  skip?: number;
10
10
  search?: string;
11
+ sortBy?: string;
12
+ sortDirection?: string;
11
13
  };
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface DraftsPublishDraftRequest {
8
+ confirmOverwrite: boolean;
9
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export interface DraftsPublishedBlockRef {
8
+ name: string;
9
+ version: string;
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export interface DraftsSaveDraftRequest {
8
+ /** @nullable */
9
+ expectedRowVersion?: string | null;
10
+ source: string;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface DraftsToggleDraftRequest {
8
+ isActive: boolean;
9
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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;
@@ -60,11 +60,19 @@ export * from './blocksPortInterfaceOutputs';
60
60
  export * from './blocksStateInterface';
61
61
  export * from './blocksStateInterfaceDefault';
62
62
  export * from './blocksStateInterfaceMetadata';
63
+ export * from './blocksUsedInWorkspaceRef';
63
64
  export * from './configApiRunFlowRequest';
64
65
  export * from './containerDataSet';
65
66
  export * from './containersPostParams';
66
67
  export * from './coreDeploymentEnumsDeploymentStatus';
68
+ export * from './coreManagementInstallParameterDefinitionModel';
69
+ export * from './coreManagementInstallParameterDefinitionModelDefault';
70
+ export * from './coreManagementInstallParameterModel';
71
+ export * from './coreManagementInstallParameterModelActiveValue';
72
+ export * from './coreManagementInstallParameterModelConfiguredValue';
73
+ export * from './coreManagementInstallParameterType';
67
74
  export * from './coreManagementSmartSpaceUpgradeUpdate';
75
+ export * from './coreManagementUpsertInstallParameterModel';
68
76
  export * from './createModelConfiguration';
69
77
  export * from './dataSet';
70
78
  export * from './dataSetItem';
@@ -86,6 +94,11 @@ export * from './dataSetsUpdateDataSet';
86
94
  export * from './dataSetsUpdateDataSetBasicInfo';
87
95
  export * from './dataSetsUpsertDataSetProperty';
88
96
  export * from './dataSourceContainer';
97
+ export * from './dataSourcesContainerFilter';
98
+ export * from './dataSourcesContainerFilterModel';
99
+ export * from './dataSourcesContainerPreviewResultModel';
100
+ export * from './dataSourcesContainerPreviewResultModelSamplesItem';
101
+ export * from './dataSourcesContainerSchemaParams';
89
102
  export * from './dataSourcesContainersParams';
90
103
  export * from './dataSourcesCreateDataSource';
91
104
  export * from './dataSourcesCreateDataSourceCredentials';
@@ -99,6 +112,7 @@ export * from './dataSourcesDataSourceProperty';
99
112
  export * from './dataSourcesDataSourcePropertyType';
100
113
  export * from './dataSourcesDataSourceType';
101
114
  export * from './dataSourcesGetParams';
115
+ export * from './dataSourcesPreviewContainerRequest';
102
116
  export * from './dataSourcesTestConnectionResult';
103
117
  export * from './dataSourcesTestDataSourceConnection';
104
118
  export * from './dataSourcesTestDataSourceConnectionCredentials';
@@ -115,6 +129,15 @@ export * from './dataSpacesGetParams';
115
129
  export * from './dataSpacesUpdateDataSpace';
116
130
  export * from './debugLogsResponse';
117
131
  export * from './documentsGetDocumentSasParams';
132
+ export * from './draftsDraft';
133
+ export * from './draftsDraftBlockInterfaces';
134
+ export * from './draftsPublishDraftRequest';
135
+ export * from './draftsPublishDraftResponse';
136
+ export * from './draftsPublishedBlockRef';
137
+ export * from './draftsSaveDraftRequest';
138
+ export * from './draftsSaveDraftResponse';
139
+ export * from './draftsSaveDraftResponseBlockInterfaces';
140
+ export * from './draftsToggleDraftRequest';
118
141
  export * from './enumsAccessType';
119
142
  export * from './enumsActivityType';
120
143
  export * from './enumsAppPrincipalType';
@@ -187,6 +210,7 @@ export * from './integrationsAzureArmAzureLocation';
187
210
  export * from './integrationsAzureArmVirtualMachineSize';
188
211
  export * from './integrationsAzureStorageSasToken';
189
212
  export * from './integrationsSmartSpaceAiBlockInputModel';
213
+ export * from './integrationsSmartSpaceAiBlockSourceResponse';
190
214
  export * from './integrationsSmartSpaceAiContainerItemFlowRun';
191
215
  export * from './integrationsSmartSpaceAiContainerItemFlowRunError';
192
216
  export * from './integrationsSmartSpaceAiContainerItemRunHistory';
@@ -198,6 +222,7 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
198
222
  export * from './integrationsSmartSpaceAiFlowValueModel';
199
223
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
200
224
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
225
+ export * from './integrationsSmartSpaceAiSdkBlockRef';
201
226
  export * from './messageThreadMessageThreadSummary';
202
227
  export * from './messageThreadsGetStepExecutionsParams';
203
228
  export * from './messageThreadsGetWorkspaceExecutionsParams';