gd-sprest-def 1.5.8 → 1.6.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.
Files changed (40) hide show
  1. package/customV2.js +2 -2
  2. package/graph.xml +43437 -793
  3. package/lib/Microsoft/Graph/api.d.ts +253 -1
  4. package/lib/Microsoft/Graph/complexTypes.d.ts +9015 -433
  5. package/lib/Microsoft/Graph/entityTypes.d.ts +12647 -475
  6. package/lib/Microsoft/Graph/enumTypes.d.ts +7564 -0
  7. package/lib/Microsoft/Online/SharePoint/MigrationCenter/Common/entitytypes.d.ts +7 -0
  8. package/lib/Microsoft/Online/SharePoint/MigrationCenter/Service/entitytypes.d.ts +2 -1
  9. package/lib/Microsoft/Online/SharePoint/MultiGeo/Service/entitytypes.d.ts +1 -0
  10. package/lib/Microsoft/Online/SharePoint/TenantAdministration/complextypes.d.ts +8 -0
  11. package/lib/Microsoft/Online/SharePoint/TenantAdministration/entitytypes.d.ts +13 -3
  12. package/lib/Microsoft/Online/SharePoint/TenantManagement/entitytypes.d.ts +2 -0
  13. package/lib/Microsoft/SharePoint/Administration/OdbLicenseEnforcement/complextypes.d.ts +15 -0
  14. package/lib/Microsoft/SharePoint/Administration/SiteMove/Service/entitytypes.d.ts +13 -3
  15. package/lib/Microsoft/SharePoint/Administration/TenantAdmin/complextypes.d.ts +12 -0
  16. package/lib/Microsoft/SharePoint/Containers/complextypes.d.ts +3 -0
  17. package/lib/Microsoft/SharePoint/Convergence/entitytypes.d.ts +1 -0
  18. package/lib/Microsoft/SharePoint/EmployeeEngagement/Experience/complextypes.d.ts +1 -0
  19. package/lib/Microsoft/SharePoint/IdentityModel/entitytypes.d.ts +89 -0
  20. package/lib/Microsoft/SharePoint/IdentityModel/index.d.ts +2 -0
  21. package/lib/Microsoft/SharePoint/Publishing/Amplify/Client/complextypes.d.ts +76 -0
  22. package/lib/Microsoft/SharePoint/Publishing/Amplify/Client/index.d.ts +2 -0
  23. package/lib/Microsoft/SharePoint/Publishing/Amplify/index.d.ts +2 -0
  24. package/lib/Microsoft/SharePoint/Publishing/index.d.ts +2 -0
  25. package/lib/Microsoft/SharePoint/index.d.ts +2 -0
  26. package/lib/PS/entitytypes.d.ts +3 -1
  27. package/lib/SP/Data/entitytypes.d.ts +162 -0
  28. package/lib/SP/Directory/entitytypes.d.ts +3 -0
  29. package/lib/SP/Publishing/complextypes.d.ts +2 -0
  30. package/lib/SP/Publishing/entitytypes.d.ts +17 -6
  31. package/lib/SP/Sharing/complextypes.d.ts +31 -0
  32. package/lib/SP/Sharing/entitytypes.d.ts +1 -0
  33. package/lib/SP/complextypes.d.ts +6 -2
  34. package/lib/SP/entitytypes.d.ts +25 -10
  35. package/lib/enumTypes.ts +7565 -0
  36. package/lib/mapper.d.ts +112 -50
  37. package/lib/mapper.ts +111 -50
  38. package/main.js +52 -18
  39. package/metadata.xml +46531 -46045
  40. package/package.json +1 -1
package/customV2.js CHANGED
@@ -39,7 +39,7 @@ module.exports = {
39
39
  {
40
40
  name: "setSensitivityLabel",
41
41
  returnType: "void",
42
- argNames: [{ name: "values", type: "any" }]
42
+ argNames: [{ name: "values", type: "{ actionSource?: string; assignmentMethod?: string; id: string; justificationText?: string; }" }]
43
43
  },
44
44
  {
45
45
  name: "update",
@@ -56,7 +56,7 @@ module.exports = {
56
56
  {
57
57
  name: "setSensitivityLabel",
58
58
  returnType: "void",
59
- argNames: [{ name: "values", type: "any" }]
59
+ argNames: [{ name: "values", type: "{ actionSource?: string; assignmentMethod?: string; id: string; justificationText?: string; }" }]
60
60
  },
61
61
  {
62
62
  name: "update",