@microsoft/msgraph-sdk 1.0.0-preview.49 → 1.0.0-preview.51
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/graphRequestAdapter.d.ts.map +1 -1
- package/graphRequestAdapter.js +1 -1
- package/graphRequestAdapter.js.map +1 -1
- package/models/index.d.ts +52 -14
- package/models/index.d.ts.map +1 -1
- package/models/index.js +35 -1
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +80 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +58 -3
- package/models/security/index.js.map +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphRequestAdapter.d.ts","sourceRoot":"","sources":["graphRequestAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAErB,KAAK,0BAA0B,EAEhC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,KAAK,UAAU,EACf,KAAK,oBAAoB,EAE1B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAItE,qBAAa,mBAAoB,SAAQ,uBAAuB;IAC9D;;;;;;;OAOG;gBAED,sBAAsB,EAAE,sBAAsB,EAC9C,gBAAgB,GAAE,
|
|
1
|
+
{"version":3,"file":"graphRequestAdapter.d.ts","sourceRoot":"","sources":["graphRequestAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAErB,KAAK,0BAA0B,EAEhC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,KAAK,UAAU,EACf,KAAK,oBAAoB,EAE1B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAItE,qBAAa,mBAAoB,SAAQ,uBAAuB;IAC9D;;;;;;;OAOG;gBAED,sBAAsB,EAAE,sBAAsB,EAC9C,gBAAgB,GAAE,gBAAiD,EACnE,0BAA0B,GAAE,0BAAqE,EACjG,UAAU,CAAC,EAAE,UAAU,EACvB,oBAAoB,GAAE,oBAAqD;CAY9E"}
|
package/graphRequestAdapter.js
CHANGED
|
@@ -11,7 +11,7 @@ export class GraphRequestAdapter extends BaseGraphRequestAdapter {
|
|
|
11
11
|
* @param httpClient the http client to use to execute requests.
|
|
12
12
|
* @param observabilityOptions the observability options to use.
|
|
13
13
|
*/
|
|
14
|
-
constructor(authenticationProvider, parseNodeFactory = ParseNodeFactoryRegistry
|
|
14
|
+
constructor(authenticationProvider, parseNodeFactory = new ParseNodeFactoryRegistry(), serializationWriterFactory = new SerializationWriterFactoryRegistry(), httpClient, observabilityOptions = new ObservabilityOptionsImpl()) {
|
|
15
15
|
super("", version, authenticationProvider, parseNodeFactory, serializationWriterFactory, httpClient, observabilityOptions);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphRequestAdapter.js","sourceRoot":"","sources":["graphRequestAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,wBAAwB,EAExB,kCAAkC,GACnC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAGL,wBAAwB,GACzB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,MAAM,OAAO,mBAAoB,SAAQ,uBAAuB;IAC9D;;;;;;;OAOG;IACH,YACE,sBAA8C,EAC9C,mBAAqC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"graphRequestAdapter.js","sourceRoot":"","sources":["graphRequestAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,wBAAwB,EAExB,kCAAkC,GACnC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAGL,wBAAwB,GACzB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,MAAM,OAAO,mBAAoB,SAAQ,uBAAuB;IAC9D;;;;;;;OAOG;IACH,YACE,sBAA8C,EAC9C,mBAAqC,IAAI,wBAAwB,EAAE,EACnE,6BAAyD,IAAI,kCAAkC,EAAE,EACjG,UAAuB,EACvB,uBAA6C,IAAI,wBAAwB,EAAE;QAE3E,KAAK,CACH,EAAE,EACF,OAAO,EACP,sBAAsB,EACtB,gBAAgB,EAChB,0BAA0B,EAC1B,UAAU,EACV,oBAAoB,CACrB,CAAC;IACJ,CAAC;CACF"}
|
package/models/index.d.ts
CHANGED
|
@@ -302,6 +302,10 @@ export interface AccessPackageAssignmentPolicy extends Entity, Parsable {
|
|
|
302
302
|
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
303
303
|
*/
|
|
304
304
|
modifiedDateTime?: Date | null;
|
|
305
|
+
/**
|
|
306
|
+
* The notificationSettings property
|
|
307
|
+
*/
|
|
308
|
+
notificationSettings?: AccessPackageNotificationSettings | null;
|
|
305
309
|
/**
|
|
306
310
|
* Questions that are posed to the requestor.
|
|
307
311
|
*/
|
|
@@ -706,6 +710,24 @@ export interface AccessPackageMultipleChoiceQuestion extends AccessPackageQuesti
|
|
|
706
710
|
*/
|
|
707
711
|
isMultipleSelectionAllowed?: boolean | null;
|
|
708
712
|
}
|
|
713
|
+
export interface AccessPackageNotificationSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
714
|
+
/**
|
|
715
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
716
|
+
*/
|
|
717
|
+
additionalData?: Record<string, unknown>;
|
|
718
|
+
/**
|
|
719
|
+
* Stores model information.
|
|
720
|
+
*/
|
|
721
|
+
backingStoreEnabled?: boolean | null;
|
|
722
|
+
/**
|
|
723
|
+
* The isAssignmentNotificationDisabled property
|
|
724
|
+
*/
|
|
725
|
+
isAssignmentNotificationDisabled?: boolean | null;
|
|
726
|
+
/**
|
|
727
|
+
* The OdataType property
|
|
728
|
+
*/
|
|
729
|
+
odataType?: string | null;
|
|
730
|
+
}
|
|
709
731
|
export interface AccessPackageQuestion extends Entity, Parsable {
|
|
710
732
|
/**
|
|
711
733
|
* Specifies whether the requestor is allowed to edit answers to questions for an assignment by posting an update to accessPackageAssignmentRequest.
|
|
@@ -12215,6 +12237,12 @@ export declare function createAccessPackageLocalizedTextFromDiscriminatorValue(p
|
|
|
12215
12237
|
* @returns {AccessPackageMultipleChoiceQuestion}
|
|
12216
12238
|
*/
|
|
12217
12239
|
export declare function createAccessPackageMultipleChoiceQuestionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12240
|
+
/**
|
|
12241
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
12242
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12243
|
+
* @returns {AccessPackageNotificationSettings}
|
|
12244
|
+
*/
|
|
12245
|
+
export declare function createAccessPackageNotificationSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12218
12246
|
/**
|
|
12219
12247
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
12220
12248
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -27182,6 +27210,11 @@ export declare function deserializeIntoAccessPackageLocalizedText(accessPackageL
|
|
|
27182
27210
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
27183
27211
|
*/
|
|
27184
27212
|
export declare function deserializeIntoAccessPackageMultipleChoiceQuestion(accessPackageMultipleChoiceQuestion?: Partial<AccessPackageMultipleChoiceQuestion> | undefined): Record<string, (node: ParseNode) => void>;
|
|
27213
|
+
/**
|
|
27214
|
+
* The deserialization information for the current model
|
|
27215
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
27216
|
+
*/
|
|
27217
|
+
export declare function deserializeIntoAccessPackageNotificationSettings(accessPackageNotificationSettings?: Partial<AccessPackageNotificationSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
27185
27218
|
/**
|
|
27186
27219
|
* The deserialization information for the current model
|
|
27187
27220
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -46292,7 +46325,7 @@ export interface IntegerRange extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
46292
46325
|
}
|
|
46293
46326
|
export interface InternalDomainFederation extends Parsable, SamlOrWsFedProvider {
|
|
46294
46327
|
/**
|
|
46295
|
-
* URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-
|
|
46328
|
+
* URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-EntraDomainFederationSettings PowerShell cmdlet.
|
|
46296
46329
|
*/
|
|
46297
46330
|
activeSignInUri?: string | null;
|
|
46298
46331
|
/**
|
|
@@ -46320,7 +46353,7 @@ export interface InternalDomainFederation extends Parsable, SamlOrWsFedProvider
|
|
|
46320
46353
|
*/
|
|
46321
46354
|
signingCertificateUpdateStatus?: SigningCertificateUpdateStatus | null;
|
|
46322
46355
|
/**
|
|
46323
|
-
* URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri property of the Set-
|
|
46356
|
+
* URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri property of the Set-EntraDomainFederationSettings PowerShell cmdlet.
|
|
46324
46357
|
*/
|
|
46325
46358
|
signOutUri?: string | null;
|
|
46326
46359
|
}
|
|
@@ -62329,6 +62362,11 @@ export declare function serializeAccessPackageLocalizedText(writer: Serializatio
|
|
|
62329
62362
|
* @param writer Serialization writer to use to serialize this model
|
|
62330
62363
|
*/
|
|
62331
62364
|
export declare function serializeAccessPackageMultipleChoiceQuestion(writer: SerializationWriter, accessPackageMultipleChoiceQuestion?: Partial<AccessPackageMultipleChoiceQuestion> | undefined | null): void;
|
|
62365
|
+
/**
|
|
62366
|
+
* Serializes information the current object
|
|
62367
|
+
* @param writer Serialization writer to use to serialize this model
|
|
62368
|
+
*/
|
|
62369
|
+
export declare function serializeAccessPackageNotificationSettings(writer: SerializationWriter, accessPackageNotificationSettings?: Partial<AccessPackageNotificationSettings> | undefined | null): void;
|
|
62332
62370
|
/**
|
|
62333
62371
|
* Serializes information the current object
|
|
62334
62372
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -88983,47 +89021,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
|
|
|
88983
89021
|
*/
|
|
88984
89022
|
additionalData?: Record<string, unknown>;
|
|
88985
89023
|
/**
|
|
88986
|
-
*
|
|
89024
|
+
* Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
|
|
88987
89025
|
*/
|
|
88988
89026
|
allowAutoFilter?: boolean | null;
|
|
88989
89027
|
/**
|
|
88990
|
-
*
|
|
89028
|
+
* Indicates whether the worksheet protection option to allow deleting columns is enabled.
|
|
88991
89029
|
*/
|
|
88992
89030
|
allowDeleteColumns?: boolean | null;
|
|
88993
89031
|
/**
|
|
88994
|
-
*
|
|
89032
|
+
* Indicates whether the worksheet protection option to allow deleting rows is enabled.
|
|
88995
89033
|
*/
|
|
88996
89034
|
allowDeleteRows?: boolean | null;
|
|
88997
89035
|
/**
|
|
88998
|
-
*
|
|
89036
|
+
* Indicates whether the worksheet protection option to allow formatting cells is enabled.
|
|
88999
89037
|
*/
|
|
89000
89038
|
allowFormatCells?: boolean | null;
|
|
89001
89039
|
/**
|
|
89002
|
-
*
|
|
89040
|
+
* Indicates whether the worksheet protection option to allow formatting columns is enabled.
|
|
89003
89041
|
*/
|
|
89004
89042
|
allowFormatColumns?: boolean | null;
|
|
89005
89043
|
/**
|
|
89006
|
-
*
|
|
89044
|
+
* Indicates whether the worksheet protection option to allow formatting rows is enabled.
|
|
89007
89045
|
*/
|
|
89008
89046
|
allowFormatRows?: boolean | null;
|
|
89009
89047
|
/**
|
|
89010
|
-
*
|
|
89048
|
+
* Indicates whether the worksheet protection option to allow inserting columns is enabled.
|
|
89011
89049
|
*/
|
|
89012
89050
|
allowInsertColumns?: boolean | null;
|
|
89013
89051
|
/**
|
|
89014
|
-
*
|
|
89052
|
+
* Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
|
|
89015
89053
|
*/
|
|
89016
89054
|
allowInsertHyperlinks?: boolean | null;
|
|
89017
89055
|
/**
|
|
89018
|
-
*
|
|
89056
|
+
* Indicates whether the worksheet protection option to allow inserting rows is enabled.
|
|
89019
89057
|
*/
|
|
89020
89058
|
allowInsertRows?: boolean | null;
|
|
89021
89059
|
/**
|
|
89022
|
-
*
|
|
89060
|
+
* Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
|
|
89023
89061
|
*/
|
|
89024
89062
|
allowPivotTables?: boolean | null;
|
|
89025
89063
|
/**
|
|
89026
|
-
*
|
|
89064
|
+
* Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
|
|
89027
89065
|
*/
|
|
89028
89066
|
allowSort?: boolean | null;
|
|
89029
89067
|
/**
|
|
@@ -89193,7 +89231,7 @@ export interface X509CertificateCRLValidationConfiguration extends AdditionalDat
|
|
|
89193
89231
|
*/
|
|
89194
89232
|
backingStoreEnabled?: boolean | null;
|
|
89195
89233
|
/**
|
|
89196
|
-
*
|
|
89234
|
+
* Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string.
|
|
89197
89235
|
*/
|
|
89198
89236
|
exemptedCertificateAuthoritiesSubjectKeyIdentifiers?: string[] | null;
|
|
89199
89237
|
/**
|