@smartspace/api-client 0.1.0-pr.1029.77b8a83 → 0.1.0-pr.1031.debfe6f

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.
@@ -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 DataSetsSetDataSetSourceDeletes {
8
+ /** @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
+ containerId: string;
10
+ honourSourceDeletes: boolean;
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 });
@@ -10,6 +10,7 @@ export interface FlowsFlowTrigger {
10
10
  dataSourceContainer: DataSourceContainer;
11
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
12
  flowId: string;
13
+ honourSourceDeletes: boolean;
13
14
  /** @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}$ */
14
15
  id: string;
15
16
  inputName: string;
@@ -103,6 +103,7 @@ export * from './dataSetsGetIngestionRunsParams';
103
103
  export * from './dataSetsGetItemsParams';
104
104
  export * from './dataSetsGetParams';
105
105
  export * from './dataSetsSetDataSetScoping';
106
+ export * from './dataSetsSetDataSetSourceDeletes';
106
107
  export * from './dataSetsUpdateDataSet';
107
108
  export * from './dataSetsUpdateDataSetBasicInfo';
108
109
  export * from './dataSetsUpsertDataSetProperty';
@@ -119,6 +119,7 @@ __exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
119
119
  __exportStar(require("./dataSetsGetItemsParams"), exports);
120
120
  __exportStar(require("./dataSetsGetParams"), exports);
121
121
  __exportStar(require("./dataSetsSetDataSetScoping"), exports);
122
+ __exportStar(require("./dataSetsSetDataSetSourceDeletes"), exports);
122
123
  __exportStar(require("./dataSetsUpdateDataSet"), exports);
123
124
  __exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
124
125
  __exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
@@ -740,6 +740,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
740
740
  path: zod.ZodString;
741
741
  }, zod.core.$strip>;
742
742
  flowId: zod.ZodString;
743
+ honourSourceDeletes: zod.ZodBoolean;
743
744
  id: zod.ZodString;
744
745
  inputName: zod.ZodString;
745
746
  type: zod.ZodEnum<{
@@ -855,6 +856,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
855
856
  path: zod.ZodString;
856
857
  }, zod.core.$strip>;
857
858
  flowId: zod.ZodString;
859
+ honourSourceDeletes: zod.ZodBoolean;
858
860
  id: zod.ZodString;
859
861
  inputName: zod.ZodString;
860
862
  type: zod.ZodEnum<{
@@ -894,6 +896,7 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
894
896
  }, zod.core.$strict>;
895
897
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
896
898
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
899
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
897
900
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
898
901
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
899
902
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -903,6 +906,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
903
906
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
904
907
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
905
908
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
906
910
  id: zod.ZodString;
907
911
  modifiedAt: zod.ZodISODateTime;
908
912
  modifiedByUserId: zod.ZodString;
@@ -957,6 +961,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
957
961
  }, zod.core.$strict>;
958
962
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
959
963
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
964
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
960
965
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
961
966
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
962
967
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -965,6 +970,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
965
970
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
966
971
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
967
972
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
973
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
968
974
  id: zod.ZodString;
969
975
  modifiedAt: zod.ZodISODateTime;
970
976
  modifiedByUserId: zod.ZodString;
@@ -1006,6 +1012,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
1006
1012
  }, zod.core.$strict>;
1007
1013
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
1008
1014
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1015
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1009
1016
  export declare const dataSetsPutResponseIdRegExp: RegExp;
1010
1017
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
1011
1018
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -1014,6 +1021,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
1014
1021
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1015
1022
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1016
1023
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1024
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1017
1025
  id: zod.ZodString;
1018
1026
  modifiedAt: zod.ZodISODateTime;
1019
1027
  modifiedByUserId: zod.ZodString;
@@ -1092,6 +1100,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1092
1100
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1093
1101
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1094
1102
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1103
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1095
1104
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1096
1105
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1097
1106
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1100,6 +1109,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1100
1109
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1101
1110
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1102
1111
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1112
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1103
1113
  id: zod.ZodString;
1104
1114
  modifiedAt: zod.ZodISODateTime;
1105
1115
  modifiedByUserId: zod.ZodString;
@@ -1310,6 +1320,22 @@ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1310
1320
  }>;
1311
1321
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1312
1322
  }, zod.core.$strict>;
1323
+ /**
1324
+ * @summary Whether this dataset hides items whose source file was deleted in the given
1325
+ container. Per container, because the setting belongs to that subscription.
1326
+ Off is the default and does not disable detection — deletions are always
1327
+ recorded and always marked on the affected rows; this only decides whether a
1328
+ marked row is returned. Nothing here deletes anything.
1329
+ */
1330
+ export declare const dataSetsPutSourceDeletesPathIdRegExp: RegExp;
1331
+ export declare const dataSetsPutSourceDeletesParams: zod.ZodObject<{
1332
+ id: zod.ZodString;
1333
+ }, zod.core.$strict>;
1334
+ export declare const dataSetsPutSourceDeletesBodyContainerIdRegExp: RegExp;
1335
+ export declare const dataSetsPutSourceDeletesBody: zod.ZodObject<{
1336
+ containerId: zod.ZodString;
1337
+ honourSourceDeletes: zod.ZodBoolean;
1338
+ }, zod.core.$strict>;
1313
1339
  /**
1314
1340
  * @summary Fetch a list of all available data source types in SmartSpace.
1315
1341
  */
@@ -1651,6 +1677,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1651
1677
  }, zod.core.$strict>;
1652
1678
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1653
1679
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1680
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1654
1681
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1655
1682
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1656
1683
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1666,6 +1693,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1666
1693
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1667
1694
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1668
1695
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1696
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1669
1697
  id: zod.ZodString;
1670
1698
  modifiedAt: zod.ZodISODateTime;
1671
1699
  modifiedByUserId: zod.ZodString;
@@ -1712,6 +1740,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1712
1740
  }, zod.core.$strict>;
1713
1741
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1714
1742
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1743
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1715
1744
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1716
1745
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1717
1746
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1726,6 +1755,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1726
1755
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1727
1756
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1728
1757
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1758
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1729
1759
  id: zod.ZodString;
1730
1760
  modifiedAt: zod.ZodISODateTime;
1731
1761
  modifiedByUserId: zod.ZodString;
@@ -1768,6 +1798,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1768
1798
  }, zod.core.$strict>;
1769
1799
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1770
1800
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1801
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1771
1802
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1772
1803
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1773
1804
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1782,6 +1813,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1782
1813
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1783
1814
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1784
1815
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1816
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1785
1817
  id: zod.ZodString;
1786
1818
  modifiedAt: zod.ZodISODateTime;
1787
1819
  modifiedByUserId: zod.ZodString;
@@ -1846,6 +1878,7 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1846
1878
  }, zod.core.$strict>;
1847
1879
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1848
1880
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1881
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1849
1882
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1850
1883
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1851
1884
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1855,6 +1888,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1855
1888
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1856
1889
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1857
1890
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1891
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1858
1892
  id: zod.ZodString;
1859
1893
  modifiedAt: zod.ZodISODateTime;
1860
1894
  modifiedByUserId: zod.ZodString;
@@ -3665,6 +3699,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3665
3699
  path: zod.ZodString;
3666
3700
  }, zod.core.$strip>;
3667
3701
  flowId: zod.ZodString;
3702
+ honourSourceDeletes: zod.ZodBoolean;
3668
3703
  id: zod.ZodString;
3669
3704
  inputName: zod.ZodString;
3670
3705
  type: zod.ZodEnum<{
@@ -3962,6 +3997,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3962
3997
  path: zod.ZodString;
3963
3998
  }, zod.core.$strip>;
3964
3999
  flowId: zod.ZodString;
4000
+ honourSourceDeletes: zod.ZodBoolean;
3965
4001
  id: zod.ZodString;
3966
4002
  inputName: zod.ZodString;
3967
4003
  type: zod.ZodEnum<{