@configura/web-api 2.2.0-alpha.1 → 2.2.0-alpha.3
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/.eslintrc.json +5 -5
- package/LICENSE +201 -201
- package/README.md +1 -1
- package/dist/CatalogueAPI.d.ts +633 -633
- package/dist/CatalogueAPI.js +312 -312
- package/dist/CfgMeasure.d.ts +32 -32
- package/dist/CfgMeasure.js +30 -30
- package/dist/CfgProduct.d.ts +359 -344
- package/dist/CfgProduct.js +1005 -992
- package/dist/CfgReferencePathHelper.d.ts +26 -26
- package/dist/CfgReferencePathHelper.js +26 -26
- package/dist/index.d.ts +24 -24
- package/dist/index.js +24 -24
- package/dist/io/CfgHistoryManager.d.ts +83 -83
- package/dist/io/CfgHistoryManager.js +144 -144
- package/dist/io/CfgHistoryToProdConfConnector.d.ts +21 -21
- package/dist/io/CfgHistoryToProdConfConnector.js +50 -50
- package/dist/io/CfgIOManager.d.ts +53 -53
- package/dist/io/CfgIOManager.js +134 -134
- package/dist/io/CfgIOProdConfConnector.d.ts +54 -54
- package/dist/io/CfgIOProdConfConnector.js +139 -139
- package/dist/io/CfgIOWarningSupplier.d.ts +3 -3
- package/dist/io/CfgIOWarningSupplier.js +1 -1
- package/dist/io/CfgObservableStateManager.d.ts +25 -25
- package/dist/io/CfgObservableStateManager.js +69 -69
- package/dist/io/CfgObservableStateToProdConfConnector.d.ts +15 -15
- package/dist/io/CfgObservableStateToProdConfConnector.js +17 -17
- package/dist/io/CfgWindowEventManager.d.ts +21 -21
- package/dist/io/CfgWindowEventManager.js +38 -38
- package/dist/io/CfgWindowMessageManager.d.ts +40 -40
- package/dist/io/CfgWindowMessageManager.js +91 -91
- package/dist/io/CfgWindowMessageToProdConfConnector.d.ts +17 -17
- package/dist/io/CfgWindowMessageToProdConfConnector.js +19 -19
- package/dist/io/index.d.ts +8 -8
- package/dist/io/index.js +8 -8
- package/dist/material/CfgMaterialMapping.d.ts +7 -7
- package/dist/material/CfgMaterialMapping.js +181 -181
- package/dist/material/CfgMtrlApplication.d.ts +18 -18
- package/dist/material/CfgMtrlApplication.js +43 -43
- package/dist/material/CfgMtrlApplicationSource.d.ts +7 -7
- package/dist/material/CfgMtrlApplicationSource.js +8 -8
- package/dist/material/CfgMtrlSource.d.ts +19 -19
- package/dist/material/CfgMtrlSource.js +40 -40
- package/dist/material/CfgMtrlSourceWithMetaData.d.ts +7 -7
- package/dist/material/CfgMtrlSourceWithMetaData.js +1 -1
- package/dist/productConfiguration/CfgFeature.d.ts +199 -199
- package/dist/productConfiguration/CfgFeature.js +691 -691
- package/dist/productConfiguration/CfgOption.d.ts +160 -160
- package/dist/productConfiguration/CfgOption.js +464 -464
- package/dist/productConfiguration/CfgProductConfiguration.d.ts +136 -129
- package/dist/productConfiguration/CfgProductConfiguration.js +355 -346
- package/dist/productConfiguration/filters.d.ts +17 -17
- package/dist/productConfiguration/filters.js +141 -141
- package/dist/productConfiguration/productParamsGenerator.d.ts +15 -15
- package/dist/productConfiguration/productParamsGenerator.js +65 -65
- package/dist/productConfiguration/utilitiesProductConfiguration.d.ts +17 -17
- package/dist/productConfiguration/utilitiesProductConfiguration.js +89 -87
- package/dist/productLoader.d.ts +33 -33
- package/dist/productLoader.js +49 -49
- package/dist/syncGroups/SyncGroupsApplyMode.d.ts +20 -20
- package/dist/syncGroups/SyncGroupsApplyMode.js +21 -21
- package/dist/syncGroups/SyncGroupsHandler.d.ts +47 -47
- package/dist/syncGroups/SyncGroupsHandler.js +370 -370
- package/dist/syncGroups/SyncGroupsPathHelper.d.ts +26 -26
- package/dist/syncGroups/SyncGroupsPathHelper.js +90 -90
- package/dist/syncGroups/SyncGroupsState.d.ts +39 -39
- package/dist/syncGroups/SyncGroupsState.js +167 -167
- package/dist/syncGroups/SyncGroupsTransaction.d.ts +154 -154
- package/dist/syncGroups/SyncGroupsTransaction.js +589 -589
- package/dist/tasks/TaskHandler.d.ts +77 -77
- package/dist/tasks/TaskHandler.js +276 -276
- package/dist/tasks/formats.d.ts +4 -4
- package/dist/tasks/formats.js +7 -7
- package/dist/tests/testData/collectorForTest.d.ts +73 -73
- package/dist/tests/testData/collectorForTest.js +194 -194
- package/dist/tests/testData/dummyProductForTest.d.ts +4 -4
- package/dist/tests/testData/dummyProductForTest.js +32 -32
- package/dist/tests/testData/testDataAdditionalProductInAdditionalProductInProductForTest.d.ts +11 -11
- package/dist/tests/testData/testDataAdditionalProductInAdditionalProductInProductForTest.js +282 -282
- package/dist/tests/testData/testDataCachedGetProduct.d.ts +5 -5
- package/dist/tests/testData/testDataCachedGetProduct.js +187 -187
- package/dist/tests/testData/testDataCachedPostValidate.d.ts +7 -7
- package/dist/tests/testData/testDataCachedPostValidate.js +185 -185
- package/dist/tests/testData/testDataConstraints.d.ts +3 -3
- package/dist/tests/testData/testDataConstraints.js +174 -174
- package/dist/tests/testData/testDataNoAdditionalProductNoPropagateForTest.d.ts +3 -3
- package/dist/tests/testData/testDataNoAdditionalProductNoPropagateForTest.js +1099 -1099
- package/dist/tests/testData/testDataOptions.d.ts +12 -12
- package/dist/tests/testData/testDataOptions.js +60 -60
- package/dist/tests/testData/testDataProductAggregatedPrice.d.ts +6 -6
- package/dist/tests/testData/testDataProductAggregatedPrice.js +189 -189
- package/dist/tests/testData/testDataUpcharge.d.ts +8 -8
- package/dist/tests/testData/testDataUpcharge.js +121 -121
- package/dist/utilitiesCatalogueData.d.ts +47 -47
- package/dist/utilitiesCatalogueData.js +180 -180
- package/dist/utilitiesCataloguePermission.d.ts +38 -38
- package/dist/utilitiesCataloguePermission.js +79 -79
- package/dist/utilitiesConfiguration.d.ts +28 -28
- package/dist/utilitiesConfiguration.js +200 -200
- package/dist/utilitiesNumericValues.d.ts +24 -24
- package/dist/utilitiesNumericValues.js +114 -114
- package/package.json +3 -3
|
@@ -1,185 +1,185 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
import { CfgProduct } from "../../CfgProduct.js";
|
|
11
|
-
import { dummyCatId } from "./dummyProductForTest.js";
|
|
12
|
-
const Table = () => ({
|
|
13
|
-
uuid: "Table",
|
|
14
|
-
unit: "m",
|
|
15
|
-
features: [
|
|
16
|
-
{
|
|
17
|
-
code: "Leg",
|
|
18
|
-
description: "",
|
|
19
|
-
numericOrder: false,
|
|
20
|
-
options: [
|
|
21
|
-
{
|
|
22
|
-
code: "LegA",
|
|
23
|
-
description: "",
|
|
24
|
-
additionalProductRefs: [
|
|
25
|
-
{ refKey: "Leg_0", catId: dummyCatId, partNumber: "LegA" },
|
|
26
|
-
{ refKey: "Leg_1", catId: dummyCatId, partNumber: "LegA" },
|
|
27
|
-
{ refKey: "Leg_2", catId: dummyCatId, partNumber: "LegA" },
|
|
28
|
-
{ refKey: "Leg_3", catId: dummyCatId, partNumber: "LegA" },
|
|
29
|
-
],
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
code: "LegB",
|
|
33
|
-
description: "",
|
|
34
|
-
additionalProductRefs: [
|
|
35
|
-
{ refKey: "Leg_0", catId: dummyCatId, partNumber: "LegA" },
|
|
36
|
-
{ refKey: "Leg_1", catId: dummyCatId, partNumber: "LegA" },
|
|
37
|
-
{ refKey: "LegWheel_0", catId: dummyCatId, partNumber: "LegWheel" },
|
|
38
|
-
{ refKey: "LegWheel_1", catId: dummyCatId, partNumber: "LegWheel" },
|
|
39
|
-
],
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
productData: {
|
|
45
|
-
sku: "Table",
|
|
46
|
-
partsData: {
|
|
47
|
-
basePrice: 40,
|
|
48
|
-
currency: "EURO",
|
|
49
|
-
listPrice: 50,
|
|
50
|
-
pkgCount: 0,
|
|
51
|
-
styleNr: "",
|
|
52
|
-
selOptions: [
|
|
53
|
-
{
|
|
54
|
-
code: "!~!",
|
|
55
|
-
next: {
|
|
56
|
-
LegA: {
|
|
57
|
-
code: "LegA",
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
rootFeatureRefs: [{ code: "Leg" }],
|
|
65
|
-
});
|
|
66
|
-
const LegA = () => ({
|
|
67
|
-
uuid: "LegA",
|
|
68
|
-
unit: "m",
|
|
69
|
-
features: [
|
|
70
|
-
{
|
|
71
|
-
code: "Color",
|
|
72
|
-
description: "",
|
|
73
|
-
numericOrder: false,
|
|
74
|
-
options: [
|
|
75
|
-
{
|
|
76
|
-
code: "Red",
|
|
77
|
-
description: "",
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
code: "Blue",
|
|
81
|
-
description: "",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
code: "Yellow",
|
|
85
|
-
description: "",
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
},
|
|
89
|
-
],
|
|
90
|
-
productData: {
|
|
91
|
-
sku: "LegA",
|
|
92
|
-
partsData: {
|
|
93
|
-
basePrice: 40,
|
|
94
|
-
currency: "EURO",
|
|
95
|
-
listPrice: 50,
|
|
96
|
-
pkgCount: 0,
|
|
97
|
-
styleNr: "",
|
|
98
|
-
selOptions: [
|
|
99
|
-
{
|
|
100
|
-
code: "!~!",
|
|
101
|
-
next: {
|
|
102
|
-
Red: {
|
|
103
|
-
code: "Red",
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
],
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
rootFeatureRefs: [{ code: "Color" }],
|
|
111
|
-
});
|
|
112
|
-
const LegWheel = () => ({
|
|
113
|
-
uuid: "LegWheel",
|
|
114
|
-
unit: "m",
|
|
115
|
-
features: [
|
|
116
|
-
{
|
|
117
|
-
code: "Color",
|
|
118
|
-
description: "",
|
|
119
|
-
numericOrder: false,
|
|
120
|
-
options: [
|
|
121
|
-
{
|
|
122
|
-
code: "Red",
|
|
123
|
-
description: "",
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
code: "Blue",
|
|
127
|
-
description: "",
|
|
128
|
-
},
|
|
129
|
-
],
|
|
130
|
-
},
|
|
131
|
-
],
|
|
132
|
-
productData: {
|
|
133
|
-
sku: "LegWheel",
|
|
134
|
-
partsData: {
|
|
135
|
-
basePrice: 40,
|
|
136
|
-
currency: "EURO",
|
|
137
|
-
listPrice: 50,
|
|
138
|
-
pkgCount: 0,
|
|
139
|
-
styleNr: "",
|
|
140
|
-
selOptions: [
|
|
141
|
-
{
|
|
142
|
-
code: "!~!",
|
|
143
|
-
next: {
|
|
144
|
-
Red: {
|
|
145
|
-
code: "Red",
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
},
|
|
149
|
-
],
|
|
150
|
-
},
|
|
151
|
-
},
|
|
152
|
-
rootFeatureRefs: [{ code: "Color" }],
|
|
153
|
-
});
|
|
154
|
-
const getProduct = (params) => {
|
|
155
|
-
const partNumber = params.partNumber;
|
|
156
|
-
switch (partNumber) {
|
|
157
|
-
case "Table":
|
|
158
|
-
return Promise.resolve(Table());
|
|
159
|
-
case "LegA":
|
|
160
|
-
return Promise.resolve(LegA());
|
|
161
|
-
case "LegWheel":
|
|
162
|
-
return Promise.resolve(LegWheel());
|
|
163
|
-
}
|
|
164
|
-
throw new Error("No such part");
|
|
165
|
-
};
|
|
166
|
-
export const cachedProductLoaderTest = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
167
|
-
const validateCounter = { count: 0 };
|
|
168
|
-
const productLoader = {
|
|
169
|
-
getProduct,
|
|
170
|
-
postValidate: (params, _body) => __awaiter(void 0, void 0, void 0, function* () {
|
|
171
|
-
const productData = (yield getProduct(params)).productData;
|
|
172
|
-
const validateResponse = {
|
|
173
|
-
uuid: "",
|
|
174
|
-
unit: "m",
|
|
175
|
-
validated: true,
|
|
176
|
-
productData,
|
|
177
|
-
features: [],
|
|
178
|
-
};
|
|
179
|
-
validateCounter.count++;
|
|
180
|
-
return validateResponse;
|
|
181
|
-
}),
|
|
182
|
-
};
|
|
183
|
-
const product = yield CfgProduct.make(productLoader, Object.assign(Object.assign({}, dummyCatId), { partNumber: "Table" }));
|
|
184
|
-
return { product, validateCounter };
|
|
185
|
-
});
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
import { CfgProduct } from "../../CfgProduct.js";
|
|
11
|
+
import { dummyCatId } from "./dummyProductForTest.js";
|
|
12
|
+
const Table = () => ({
|
|
13
|
+
uuid: "Table",
|
|
14
|
+
unit: "m",
|
|
15
|
+
features: [
|
|
16
|
+
{
|
|
17
|
+
code: "Leg",
|
|
18
|
+
description: "",
|
|
19
|
+
numericOrder: false,
|
|
20
|
+
options: [
|
|
21
|
+
{
|
|
22
|
+
code: "LegA",
|
|
23
|
+
description: "",
|
|
24
|
+
additionalProductRefs: [
|
|
25
|
+
{ refKey: "Leg_0", catId: dummyCatId, partNumber: "LegA" },
|
|
26
|
+
{ refKey: "Leg_1", catId: dummyCatId, partNumber: "LegA" },
|
|
27
|
+
{ refKey: "Leg_2", catId: dummyCatId, partNumber: "LegA" },
|
|
28
|
+
{ refKey: "Leg_3", catId: dummyCatId, partNumber: "LegA" },
|
|
29
|
+
],
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
code: "LegB",
|
|
33
|
+
description: "",
|
|
34
|
+
additionalProductRefs: [
|
|
35
|
+
{ refKey: "Leg_0", catId: dummyCatId, partNumber: "LegA" },
|
|
36
|
+
{ refKey: "Leg_1", catId: dummyCatId, partNumber: "LegA" },
|
|
37
|
+
{ refKey: "LegWheel_0", catId: dummyCatId, partNumber: "LegWheel" },
|
|
38
|
+
{ refKey: "LegWheel_1", catId: dummyCatId, partNumber: "LegWheel" },
|
|
39
|
+
],
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
productData: {
|
|
45
|
+
sku: "Table",
|
|
46
|
+
partsData: {
|
|
47
|
+
basePrice: 40,
|
|
48
|
+
currency: "EURO",
|
|
49
|
+
listPrice: 50,
|
|
50
|
+
pkgCount: 0,
|
|
51
|
+
styleNr: "",
|
|
52
|
+
selOptions: [
|
|
53
|
+
{
|
|
54
|
+
code: "!~!",
|
|
55
|
+
next: {
|
|
56
|
+
LegA: {
|
|
57
|
+
code: "LegA",
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
rootFeatureRefs: [{ code: "Leg" }],
|
|
65
|
+
});
|
|
66
|
+
const LegA = () => ({
|
|
67
|
+
uuid: "LegA",
|
|
68
|
+
unit: "m",
|
|
69
|
+
features: [
|
|
70
|
+
{
|
|
71
|
+
code: "Color",
|
|
72
|
+
description: "",
|
|
73
|
+
numericOrder: false,
|
|
74
|
+
options: [
|
|
75
|
+
{
|
|
76
|
+
code: "Red",
|
|
77
|
+
description: "",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
code: "Blue",
|
|
81
|
+
description: "",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
code: "Yellow",
|
|
85
|
+
description: "",
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
productData: {
|
|
91
|
+
sku: "LegA",
|
|
92
|
+
partsData: {
|
|
93
|
+
basePrice: 40,
|
|
94
|
+
currency: "EURO",
|
|
95
|
+
listPrice: 50,
|
|
96
|
+
pkgCount: 0,
|
|
97
|
+
styleNr: "",
|
|
98
|
+
selOptions: [
|
|
99
|
+
{
|
|
100
|
+
code: "!~!",
|
|
101
|
+
next: {
|
|
102
|
+
Red: {
|
|
103
|
+
code: "Red",
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
rootFeatureRefs: [{ code: "Color" }],
|
|
111
|
+
});
|
|
112
|
+
const LegWheel = () => ({
|
|
113
|
+
uuid: "LegWheel",
|
|
114
|
+
unit: "m",
|
|
115
|
+
features: [
|
|
116
|
+
{
|
|
117
|
+
code: "Color",
|
|
118
|
+
description: "",
|
|
119
|
+
numericOrder: false,
|
|
120
|
+
options: [
|
|
121
|
+
{
|
|
122
|
+
code: "Red",
|
|
123
|
+
description: "",
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
code: "Blue",
|
|
127
|
+
description: "",
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
productData: {
|
|
133
|
+
sku: "LegWheel",
|
|
134
|
+
partsData: {
|
|
135
|
+
basePrice: 40,
|
|
136
|
+
currency: "EURO",
|
|
137
|
+
listPrice: 50,
|
|
138
|
+
pkgCount: 0,
|
|
139
|
+
styleNr: "",
|
|
140
|
+
selOptions: [
|
|
141
|
+
{
|
|
142
|
+
code: "!~!",
|
|
143
|
+
next: {
|
|
144
|
+
Red: {
|
|
145
|
+
code: "Red",
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
],
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
rootFeatureRefs: [{ code: "Color" }],
|
|
153
|
+
});
|
|
154
|
+
const getProduct = (params) => {
|
|
155
|
+
const partNumber = params.partNumber;
|
|
156
|
+
switch (partNumber) {
|
|
157
|
+
case "Table":
|
|
158
|
+
return Promise.resolve(Table());
|
|
159
|
+
case "LegA":
|
|
160
|
+
return Promise.resolve(LegA());
|
|
161
|
+
case "LegWheel":
|
|
162
|
+
return Promise.resolve(LegWheel());
|
|
163
|
+
}
|
|
164
|
+
throw new Error("No such part");
|
|
165
|
+
};
|
|
166
|
+
export const cachedProductLoaderTest = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
167
|
+
const validateCounter = { count: 0 };
|
|
168
|
+
const productLoader = {
|
|
169
|
+
getProduct,
|
|
170
|
+
postValidate: (params, _body) => __awaiter(void 0, void 0, void 0, function* () {
|
|
171
|
+
const productData = (yield getProduct(params)).productData;
|
|
172
|
+
const validateResponse = {
|
|
173
|
+
uuid: "",
|
|
174
|
+
unit: "m",
|
|
175
|
+
validated: true,
|
|
176
|
+
productData,
|
|
177
|
+
features: [],
|
|
178
|
+
};
|
|
179
|
+
validateCounter.count++;
|
|
180
|
+
return validateResponse;
|
|
181
|
+
}),
|
|
182
|
+
};
|
|
183
|
+
const product = yield CfgProduct.make(productLoader, Object.assign(Object.assign({}, dummyCatId), { partNumber: "Table" }));
|
|
184
|
+
return { product, validateCounter };
|
|
185
|
+
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DtoPartsConstrainedOption } from "../../CatalogueAPI";
|
|
2
|
-
export declare const testConstrOptions: readonly DtoPartsConstrainedOption[];
|
|
3
|
-
export declare const testUpdatedConstrOptions: readonly DtoPartsConstrainedOption[];
|
|
1
|
+
import { DtoPartsConstrainedOption } from "../../CatalogueAPI";
|
|
2
|
+
export declare const testConstrOptions: readonly DtoPartsConstrainedOption[];
|
|
3
|
+
export declare const testUpdatedConstrOptions: readonly DtoPartsConstrainedOption[];
|
|
4
4
|
//# sourceMappingURL=testDataConstraints.d.ts.map
|