gd-sprest 8.7.5 → 8.7.6
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 +4 -0
- 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
|
@@ -3548,6 +3548,10 @@ exports.MapperV2 = {
|
|
|
3548
3548
|
requestType: utils_1.RequestType.Get,
|
|
3549
3549
|
returnType: "driveItemVersions"
|
|
3550
3550
|
},
|
|
3551
|
+
setSensitivityLabel: {
|
|
3552
|
+
argNames: ["actionSource", "assignmentMethod", "id", "justificationText"],
|
|
3553
|
+
requestType: utils_1.RequestType.PostWithArgsInBody
|
|
3554
|
+
},
|
|
3551
3555
|
restore: {
|
|
3552
3556
|
argNames: ["parentReference", "name"],
|
|
3553
3557
|
requestType: utils_1.RequestType.PostWithArgsInBody,
|
package/build/rest.js
CHANGED