@microsoft/msgraph-sdk 1.0.0-preview.74 → 1.0.0-preview.77

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.
@@ -312,7 +312,7 @@ export interface Operation extends Entity, Parsable {
312
312
  */
313
313
  lastActionDateTime?: Date | null;
314
314
  /**
315
- * The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue.
315
+ * The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue.
316
316
  */
317
317
  status?: LongRunningOperationStatus | null;
318
318
  }
@@ -61,7 +61,7 @@ export interface AnswerVariant extends AdditionalDataHolder, BackedModel, Parsab
61
61
  */
62
62
  odataType?: string | null;
63
63
  /**
64
- * The device or operating system that can view this answer variation. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
64
+ * The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
65
65
  */
66
66
  platform?: DevicePlatformType | null;
67
67
  /**
@@ -99,7 +99,7 @@ export interface Bookmark extends Parsable, SearchAnswer {
99
99
  */
100
100
  languageTags?: string[] | null;
101
101
  /**
102
- * List of devices and operating systems that are able to view this bookmark. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
102
+ * List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
103
103
  */
104
104
  platforms?: DevicePlatformType[] | null;
105
105
  /**
@@ -319,7 +319,7 @@ export interface Qna extends Parsable, SearchAnswer {
319
319
  */
320
320
  languageTags?: string[] | null;
321
321
  /**
322
- * List of devices and operating systems that are able to view this QnA. Possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
322
+ * List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue.
323
323
  */
324
324
  platforms?: DevicePlatformType[] | null;
325
325
  /**