@springtree/eva-services-core-management 1.95.0 → 1.96.0
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.
|
@@ -147,7 +147,7 @@ But if the list is a mixed product list, all updates will be applied according t
|
|
|
147
147
|
response?: EVA.Core.EmptyResponseMessage;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
150
|
+
* Attach an assortment to specified organization units or -set
|
|
151
151
|
*
|
|
152
152
|
* @export
|
|
153
153
|
* @class AttachAssortmentToOrganizationUnit
|
|
@@ -158,7 +158,7 @@ But if the list is a mixed product list, all updates will be applied according t
|
|
|
158
158
|
}
|
|
159
159
|
CoreManagement.ArchiveUserBoughtProduct = ArchiveUserBoughtProduct;
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* Attach an assortment to specified organization units or -set
|
|
162
162
|
*
|
|
163
163
|
* @export
|
|
164
164
|
* @class AttachAssortmentToOrganizationUnit
|
|
@@ -158,7 +158,7 @@ But if the list is a mixed product list, all updates will be applied according t
|
|
|
158
158
|
}
|
|
159
159
|
CoreManagement.ArchiveUserBoughtProduct = ArchiveUserBoughtProduct;
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* Attach an assortment to specified organization units or -set
|
|
162
162
|
*
|
|
163
163
|
* @export
|
|
164
164
|
* @class AttachAssortmentToOrganizationUnit
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
CoreManagement.ArchiveUserBoughtProduct = ArchiveUserBoughtProduct;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* Attach an assortment to specified organization units or -set
|
|
168
168
|
*
|
|
169
169
|
* @export
|
|
170
170
|
* @class AttachAssortmentToOrganizationUnit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springtree/eva-services-core-management",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.96.0",
|
|
4
4
|
"description": "The EVA service repository for EVA.Core.Management",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "SpringTree <info@springtree.nl>",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@springtree/eva-services-core": "^1.0.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "271839d1df84716164c173df43ea78990e095e9a"
|
|
37
37
|
}
|