@microsoft/msgraph-sdk 1.0.0-preview.68 → 1.0.0-preview.70

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/models/index.js CHANGED
@@ -31390,6 +31390,7 @@ export function deserializeIntoCallOptions(callOptions = {}) {
31390
31390
  "hideBotAfterEscalation": n => { callOptions.hideBotAfterEscalation = n.getBooleanValue(); },
31391
31391
  "isContentSharingNotificationEnabled": n => { callOptions.isContentSharingNotificationEnabled = n.getBooleanValue(); },
31392
31392
  "isDeltaRosterEnabled": n => { callOptions.isDeltaRosterEnabled = n.getBooleanValue(); },
31393
+ "isInteractiveRosterEnabled": n => { callOptions.isInteractiveRosterEnabled = n.getBooleanValue(); },
31393
31394
  "@odata.type": n => { callOptions.odataType = n.getStringValue(); },
31394
31395
  };
31395
31396
  }
@@ -42162,7 +42163,7 @@ export function deserializeIntoOnlineMeeting(onlineMeeting = {}) {
42162
42163
  */
42163
42164
  // @ts-ignore
42164
42165
  export function deserializeIntoOnlineMeetingBase(onlineMeetingBase = {}) {
42165
- return Object.assign(Object.assign({}, deserializeIntoEntity(onlineMeetingBase)), { "allowAttendeeToEnableCamera": n => { onlineMeetingBase.allowAttendeeToEnableCamera = n.getBooleanValue(); }, "allowAttendeeToEnableMic": n => { onlineMeetingBase.allowAttendeeToEnableMic = n.getBooleanValue(); }, "allowBreakoutRooms": n => { onlineMeetingBase.allowBreakoutRooms = n.getBooleanValue(); }, "allowedLobbyAdmitters": n => { onlineMeetingBase.allowedLobbyAdmitters = n.getEnumValue(AllowedLobbyAdmitterRolesObject); }, "allowedPresenters": n => { onlineMeetingBase.allowedPresenters = n.getEnumValue(OnlineMeetingPresentersObject); }, "allowLiveShare": n => { onlineMeetingBase.allowLiveShare = n.getEnumValue(MeetingLiveShareOptionsObject); }, "allowMeetingChat": n => { onlineMeetingBase.allowMeetingChat = n.getEnumValue(MeetingChatModeObject); }, "allowParticipantsToChangeName": n => { onlineMeetingBase.allowParticipantsToChangeName = n.getBooleanValue(); }, "allowPowerPointSharing": n => { onlineMeetingBase.allowPowerPointSharing = n.getBooleanValue(); }, "allowRecording": n => { onlineMeetingBase.allowRecording = n.getBooleanValue(); }, "allowTeamworkReactions": n => { onlineMeetingBase.allowTeamworkReactions = n.getBooleanValue(); }, "allowTranscription": n => { onlineMeetingBase.allowTranscription = n.getBooleanValue(); }, "allowWhiteboard": n => { onlineMeetingBase.allowWhiteboard = n.getBooleanValue(); }, "attendanceReports": n => { onlineMeetingBase.attendanceReports = n.getCollectionOfObjectValues(createMeetingAttendanceReportFromDiscriminatorValue); }, "audioConferencing": n => { onlineMeetingBase.audioConferencing = n.getObjectValue(createAudioConferencingFromDiscriminatorValue); }, "chatInfo": n => { onlineMeetingBase.chatInfo = n.getObjectValue(createChatInfoFromDiscriminatorValue); }, "chatRestrictions": n => { onlineMeetingBase.chatRestrictions = n.getObjectValue(createChatRestrictionsFromDiscriminatorValue); }, "isEndToEndEncryptionEnabled": n => { onlineMeetingBase.isEndToEndEncryptionEnabled = n.getBooleanValue(); }, "isEntryExitAnnounced": n => { onlineMeetingBase.isEntryExitAnnounced = n.getBooleanValue(); }, "joinInformation": n => { onlineMeetingBase.joinInformation = n.getObjectValue(createItemBodyFromDiscriminatorValue); }, "joinMeetingIdSettings": n => { onlineMeetingBase.joinMeetingIdSettings = n.getObjectValue(createJoinMeetingIdSettingsFromDiscriminatorValue); }, "joinWebUrl": n => { onlineMeetingBase.joinWebUrl = n.getStringValue(); }, "lobbyBypassSettings": n => { onlineMeetingBase.lobbyBypassSettings = n.getObjectValue(createLobbyBypassSettingsFromDiscriminatorValue); }, "recordAutomatically": n => { onlineMeetingBase.recordAutomatically = n.getBooleanValue(); }, "shareMeetingChatHistoryDefault": n => { onlineMeetingBase.shareMeetingChatHistoryDefault = n.getEnumValue(MeetingChatHistoryDefaultModeObject); }, "subject": n => { onlineMeetingBase.subject = n.getStringValue(); }, "videoTeleconferenceId": n => { onlineMeetingBase.videoTeleconferenceId = n.getStringValue(); }, "watermarkProtection": n => { onlineMeetingBase.watermarkProtection = n.getObjectValue(createWatermarkProtectionValuesFromDiscriminatorValue); } });
42166
+ return Object.assign(Object.assign({}, deserializeIntoEntity(onlineMeetingBase)), { "allowAttendeeToEnableCamera": n => { onlineMeetingBase.allowAttendeeToEnableCamera = n.getBooleanValue(); }, "allowAttendeeToEnableMic": n => { onlineMeetingBase.allowAttendeeToEnableMic = n.getBooleanValue(); }, "allowBreakoutRooms": n => { onlineMeetingBase.allowBreakoutRooms = n.getBooleanValue(); }, "allowCopyingAndSharingMeetingContent": n => { onlineMeetingBase.allowCopyingAndSharingMeetingContent = n.getBooleanValue(); }, "allowedLobbyAdmitters": n => { onlineMeetingBase.allowedLobbyAdmitters = n.getEnumValue(AllowedLobbyAdmitterRolesObject); }, "allowedPresenters": n => { onlineMeetingBase.allowedPresenters = n.getEnumValue(OnlineMeetingPresentersObject); }, "allowLiveShare": n => { onlineMeetingBase.allowLiveShare = n.getEnumValue(MeetingLiveShareOptionsObject); }, "allowMeetingChat": n => { onlineMeetingBase.allowMeetingChat = n.getEnumValue(MeetingChatModeObject); }, "allowParticipantsToChangeName": n => { onlineMeetingBase.allowParticipantsToChangeName = n.getBooleanValue(); }, "allowPowerPointSharing": n => { onlineMeetingBase.allowPowerPointSharing = n.getBooleanValue(); }, "allowRecording": n => { onlineMeetingBase.allowRecording = n.getBooleanValue(); }, "allowTeamworkReactions": n => { onlineMeetingBase.allowTeamworkReactions = n.getBooleanValue(); }, "allowTranscription": n => { onlineMeetingBase.allowTranscription = n.getBooleanValue(); }, "allowWhiteboard": n => { onlineMeetingBase.allowWhiteboard = n.getBooleanValue(); }, "attendanceReports": n => { onlineMeetingBase.attendanceReports = n.getCollectionOfObjectValues(createMeetingAttendanceReportFromDiscriminatorValue); }, "audioConferencing": n => { onlineMeetingBase.audioConferencing = n.getObjectValue(createAudioConferencingFromDiscriminatorValue); }, "chatInfo": n => { onlineMeetingBase.chatInfo = n.getObjectValue(createChatInfoFromDiscriminatorValue); }, "chatRestrictions": n => { onlineMeetingBase.chatRestrictions = n.getObjectValue(createChatRestrictionsFromDiscriminatorValue); }, "isEndToEndEncryptionEnabled": n => { onlineMeetingBase.isEndToEndEncryptionEnabled = n.getBooleanValue(); }, "isEntryExitAnnounced": n => { onlineMeetingBase.isEntryExitAnnounced = n.getBooleanValue(); }, "joinInformation": n => { onlineMeetingBase.joinInformation = n.getObjectValue(createItemBodyFromDiscriminatorValue); }, "joinMeetingIdSettings": n => { onlineMeetingBase.joinMeetingIdSettings = n.getObjectValue(createJoinMeetingIdSettingsFromDiscriminatorValue); }, "joinWebUrl": n => { onlineMeetingBase.joinWebUrl = n.getStringValue(); }, "lobbyBypassSettings": n => { onlineMeetingBase.lobbyBypassSettings = n.getObjectValue(createLobbyBypassSettingsFromDiscriminatorValue); }, "recordAutomatically": n => { onlineMeetingBase.recordAutomatically = n.getBooleanValue(); }, "shareMeetingChatHistoryDefault": n => { onlineMeetingBase.shareMeetingChatHistoryDefault = n.getEnumValue(MeetingChatHistoryDefaultModeObject); }, "subject": n => { onlineMeetingBase.subject = n.getStringValue(); }, "videoTeleconferenceId": n => { onlineMeetingBase.videoTeleconferenceId = n.getStringValue(); }, "watermarkProtection": n => { onlineMeetingBase.watermarkProtection = n.getObjectValue(createWatermarkProtectionValuesFromDiscriminatorValue); } });
42166
42167
  }
42167
42168
  /**
42168
42169
  * The deserialization information for the current model
@@ -52403,7 +52404,7 @@ export function deserializeIntoWhatIfAnalysisResult(whatIfAnalysisResult = {}) {
52403
52404
  */
52404
52405
  // @ts-ignore
52405
52406
  export function deserializeIntoWin32LobApp(win32LobApp = {}) {
52406
- return Object.assign(Object.assign({}, deserializeIntoMobileLobApp(win32LobApp)), { "applicableArchitectures": n => { win32LobApp.applicableArchitectures = n.getCollectionOfEnumValues(WindowsArchitectureObject); }, "installCommandLine": n => { win32LobApp.installCommandLine = n.getStringValue(); }, "installExperience": n => { win32LobApp.installExperience = n.getObjectValue(createWin32LobAppInstallExperienceFromDiscriminatorValue); }, "minimumCpuSpeedInMHz": n => { win32LobApp.minimumCpuSpeedInMHz = n.getNumberValue(); }, "minimumFreeDiskSpaceInMB": n => { win32LobApp.minimumFreeDiskSpaceInMB = n.getNumberValue(); }, "minimumMemoryInMB": n => { win32LobApp.minimumMemoryInMB = n.getNumberValue(); }, "minimumNumberOfProcessors": n => { win32LobApp.minimumNumberOfProcessors = n.getNumberValue(); }, "minimumSupportedWindowsRelease": n => { win32LobApp.minimumSupportedWindowsRelease = n.getStringValue(); }, "msiInformation": n => { win32LobApp.msiInformation = n.getObjectValue(createWin32LobAppMsiInformationFromDiscriminatorValue); }, "returnCodes": n => { win32LobApp.returnCodes = n.getCollectionOfObjectValues(createWin32LobAppReturnCodeFromDiscriminatorValue); }, "rules": n => { win32LobApp.rules = n.getCollectionOfObjectValues(createWin32LobAppRuleFromDiscriminatorValue); }, "setupFilePath": n => { win32LobApp.setupFilePath = n.getStringValue(); }, "uninstallCommandLine": n => { win32LobApp.uninstallCommandLine = n.getStringValue(); } });
52407
+ return Object.assign(Object.assign({}, deserializeIntoMobileLobApp(win32LobApp)), { "allowedArchitectures": n => { win32LobApp.allowedArchitectures = n.getCollectionOfEnumValues(WindowsArchitectureObject); }, "applicableArchitectures": n => { win32LobApp.applicableArchitectures = n.getCollectionOfEnumValues(WindowsArchitectureObject); }, "installCommandLine": n => { win32LobApp.installCommandLine = n.getStringValue(); }, "installExperience": n => { win32LobApp.installExperience = n.getObjectValue(createWin32LobAppInstallExperienceFromDiscriminatorValue); }, "minimumCpuSpeedInMHz": n => { win32LobApp.minimumCpuSpeedInMHz = n.getNumberValue(); }, "minimumFreeDiskSpaceInMB": n => { win32LobApp.minimumFreeDiskSpaceInMB = n.getNumberValue(); }, "minimumMemoryInMB": n => { win32LobApp.minimumMemoryInMB = n.getNumberValue(); }, "minimumNumberOfProcessors": n => { win32LobApp.minimumNumberOfProcessors = n.getNumberValue(); }, "minimumSupportedWindowsRelease": n => { win32LobApp.minimumSupportedWindowsRelease = n.getStringValue(); }, "msiInformation": n => { win32LobApp.msiInformation = n.getObjectValue(createWin32LobAppMsiInformationFromDiscriminatorValue); }, "returnCodes": n => { win32LobApp.returnCodes = n.getCollectionOfObjectValues(createWin32LobAppReturnCodeFromDiscriminatorValue); }, "rules": n => { win32LobApp.rules = n.getCollectionOfObjectValues(createWin32LobAppRuleFromDiscriminatorValue); }, "setupFilePath": n => { win32LobApp.setupFilePath = n.getStringValue(); }, "uninstallCommandLine": n => { win32LobApp.uninstallCommandLine = n.getStringValue(); } });
52407
52408
  }
52408
52409
  /**
52409
52410
  * The deserialization information for the current model
@@ -60882,6 +60883,7 @@ export function serializeCallOptions(writer, callOptions = {}, isSerializingDeri
60882
60883
  writer.writeBooleanValue("hideBotAfterEscalation", callOptions.hideBotAfterEscalation);
60883
60884
  writer.writeBooleanValue("isContentSharingNotificationEnabled", callOptions.isContentSharingNotificationEnabled);
60884
60885
  writer.writeBooleanValue("isDeltaRosterEnabled", callOptions.isDeltaRosterEnabled);
60886
+ writer.writeBooleanValue("isInteractiveRosterEnabled", callOptions.isInteractiveRosterEnabled);
60885
60887
  writer.writeStringValue("@odata.type", callOptions.odataType);
60886
60888
  writer.writeAdditionalData(callOptions.additionalData);
60887
60889
  switch (callOptions.odataType) {
@@ -82092,6 +82094,7 @@ export function serializeOnlineMeetingBase(writer, onlineMeetingBase = {}, isSer
82092
82094
  writer.writeBooleanValue("allowAttendeeToEnableCamera", onlineMeetingBase.allowAttendeeToEnableCamera);
82093
82095
  writer.writeBooleanValue("allowAttendeeToEnableMic", onlineMeetingBase.allowAttendeeToEnableMic);
82094
82096
  writer.writeBooleanValue("allowBreakoutRooms", onlineMeetingBase.allowBreakoutRooms);
82097
+ writer.writeBooleanValue("allowCopyingAndSharingMeetingContent", onlineMeetingBase.allowCopyingAndSharingMeetingContent);
82095
82098
  writer.writeEnumValue("allowedLobbyAdmitters", onlineMeetingBase.allowedLobbyAdmitters);
82096
82099
  writer.writeEnumValue("allowedPresenters", onlineMeetingBase.allowedPresenters);
82097
82100
  writer.writeEnumValue("allowLiveShare", onlineMeetingBase.allowLiveShare);
@@ -98293,6 +98296,7 @@ export function serializeWin32LobApp(writer, win32LobApp = {}, isSerializingDeri
98293
98296
  return;
98294
98297
  }
98295
98298
  serializeMobileLobApp(writer, win32LobApp, isSerializingDerivedType);
98299
+ writer.writeEnumValue("allowedArchitectures", win32LobApp.allowedArchitectures);
98296
98300
  writer.writeEnumValue("applicableArchitectures", win32LobApp.applicableArchitectures);
98297
98301
  writer.writeStringValue("installCommandLine", win32LobApp.installCommandLine);
98298
98302
  writer.writeObjectValue("installExperience", win32LobApp.installExperience, serializeWin32LobAppInstallExperience);
@@ -104013,16 +104017,16 @@ export const ManagedAppDataEncryptionTypeObject = {
104013
104017
  WhenDeviceLocked: "whenDeviceLocked",
104014
104018
  };
104015
104019
  /**
104016
- * Storage locations where managed apps can potentially store their data
104020
+ * The storage locations where managed apps can potentially store their data.
104017
104021
  */
104018
104022
  export const ManagedAppDataStorageLocationObject = {
104019
- /** OneDrive for business */
104023
+ /** Indicates allowed storage location for the managed app to save files is 'OneDrive for Business'. */
104020
104024
  OneDriveForBusiness: "oneDriveForBusiness",
104021
- /** SharePoint */
104025
+ /** Indicates allowed storage location for the managed app to save files is 'Sharepoint'. */
104022
104026
  SharePoint: "sharePoint",
104023
- /** Box */
104027
+ /** Indicates that the allowed storage location for a managed app to save files is to 'Box'. Box is a non-Microsoft solution that enables cloud-based file storage capabilities. */
104024
104028
  Box: "box",
104025
- /** Local storage on the device */
104029
+ /** Indicates allowed storage location for the managed app to save files is local storage on the device. */
104026
104030
  LocalStorage: "localStorage",
104027
104031
  };
104028
104032
  /**