gd-sprest 8.8.7 → 8.8.9
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/build/mapper/v2.js +5 -1
- package/build/rest.js +1 -1
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +2 -2
package/build/mapper/v2.js
CHANGED
|
@@ -6727,7 +6727,11 @@ exports.MapperV2 = {
|
|
|
6727
6727
|
},
|
|
6728
6728
|
},
|
|
6729
6729
|
permissions: {
|
|
6730
|
-
add: {
|
|
6730
|
+
add: {
|
|
6731
|
+
argNames: ["values"],
|
|
6732
|
+
name: "",
|
|
6733
|
+
requestType: utils_1.RequestType.PostWithArgsInBody
|
|
6734
|
+
},
|
|
6731
6735
|
query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
|
|
6732
6736
|
},
|
|
6733
6737
|
permissionGrantConditionSet: {
|
package/build/rest.js
CHANGED