@microsoft/msgraph-sdk-identity 1.0.0-preview.26 → 1.0.0-preview.28
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/identity/apiConnectors/item/uploadClientCertificate/index.d.ts +4 -4
- package/identity/apiConnectors/item/uploadClientCertificate/index.d.ts.map +1 -1
- package/identity/apiConnectors/item/uploadClientCertificate/index.js +8 -3
- package/identity/apiConnectors/item/uploadClientCertificate/index.js.map +1 -1
- package/identity/authenticationEventsFlows/item/conditions/applications/includeApplications/index.d.ts +5 -5
- package/identity/authenticationEventsFlows/item/conditions/index.d.ts +3 -3
- package/identity/authenticationEventsFlows/item/graphExternalUsersSelfServiceSignUpEventsFlow/conditions/index.d.ts +3 -3
- package/identity/authenticationEventsFlows/item/graphExternalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/graphOnAttributeCollectionExternalUsersSelfServiceSignUp/attributes/ref/index.d.ts +2 -2
- package/identity/authenticationEventsFlows/item/graphExternalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/index.d.ts +3 -3
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.d.ts +4 -4
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.d.ts.map +1 -1
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.js +8 -3
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.js.map +1 -1
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.d.ts +4 -4
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.d.ts.map +1 -1
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.js +8 -3
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.js.map +1 -1
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.d.ts +3 -3
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.d.ts.map +1 -1
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.js +7 -2
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.js.map +1 -1
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.d.ts +3 -3
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.d.ts.map +1 -1
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.js +8 -3
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.js.map +1 -1
- package/identity/conditionalAccess/namedLocations/item/index.d.ts +4 -4
- package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.d.ts +4 -4
- package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.d.ts.map +1 -1
- package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.js +8 -3
- package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.js.map +1 -1
- package/identity/identityProviders/availableProviderTypes/index.d.ts +2 -2
- package/identity/identityProviders/availableProviderTypes/index.d.ts.map +1 -1
- package/identity/identityProviders/availableProviderTypes/index.js +7 -2
- package/identity/identityProviders/availableProviderTypes/index.js.map +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare function deserializeIntoValidateAuthenticationConfigurationPostRe
|
|
|
15
15
|
* Serializes information the current object
|
|
16
16
|
* @param writer Serialization writer to use to serialize this model
|
|
17
17
|
*/
|
|
18
|
-
export declare function serializeValidateAuthenticationConfigurationPostRequestBody(writer: SerializationWriter, validateAuthenticationConfigurationPostRequestBody?: Partial<ValidateAuthenticationConfigurationPostRequestBody> | undefined): void;
|
|
18
|
+
export declare function serializeValidateAuthenticationConfigurationPostRequestBody(writer: SerializationWriter, validateAuthenticationConfigurationPostRequestBody?: Partial<ValidateAuthenticationConfigurationPostRequestBody> | undefined | null): void;
|
|
19
19
|
export interface ValidateAuthenticationConfigurationPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
20
20
|
/**
|
|
21
21
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -24,15 +24,15 @@ export interface ValidateAuthenticationConfigurationPostRequestBody extends Addi
|
|
|
24
24
|
/**
|
|
25
25
|
* The authenticationConfiguration property
|
|
26
26
|
*/
|
|
27
|
-
authenticationConfiguration?: CustomExtensionAuthenticationConfiguration;
|
|
27
|
+
authenticationConfiguration?: CustomExtensionAuthenticationConfiguration | null;
|
|
28
28
|
/**
|
|
29
29
|
* Stores model information.
|
|
30
30
|
*/
|
|
31
|
-
backingStoreEnabled?: boolean;
|
|
31
|
+
backingStoreEnabled?: boolean | null;
|
|
32
32
|
/**
|
|
33
33
|
* The endpointConfiguration property
|
|
34
34
|
*/
|
|
35
|
-
endpointConfiguration?: CustomExtensionEndpointConfiguration;
|
|
35
|
+
endpointConfiguration?: CustomExtensionEndpointConfiguration | null;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* Provides operations to call the validateAuthenticationConfiguration method.
|
package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmW,KAAK,qCAAqC,EAAE,KAAK,0CAA0C,EAAE,KAAK,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAIjiB,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmW,KAAK,qCAAqC,EAAE,KAAK,0CAA0C,EAAE,KAAK,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAIjiB,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AAEH,wBAAgB,8EAA8E,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEtM;AACD;;;GAGG;AAEH,wBAAgB,iEAAiE,CAAC,kDAAkD,GAAE,OAAO,CAAC,kDAAkD,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAM9P;AACD;;;GAGG;AAEH,wBAAgB,2DAA2D,CAAC,MAAM,EAAE,mBAAmB,EAAE,kDAAkD,GAAE,OAAO,CAAC,kDAAkD,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAMvP;AACD,MAAM,WAAW,kDAAmD,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACnH;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,2BAA2B,CAAC,EAAE,0CAA0C,GAAG,IAAI,CAAC;IAChF;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,qBAAqB,CAAC,EAAE,oCAAoC,GAAG,IAAI,CAAC;CACvE;AACD;;GAEG;AACH,MAAM,WAAW,iDAAkD,SAAQ,kBAAkB,CAAC,iDAAiD,CAAC;IAC5I;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,kDAAkD,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qCAAqC,GAAG,SAAS,CAAC,CAAC;IAC9L;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,kDAAkD,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7K;AACD;;GAEG;AACH,eAAO,MAAM,4DAA4D,2FAA2F,CAAC;AACrK;;GAEG;AACH,eAAO,MAAM,iEAAiE,EAAE,gBAa/E,CAAC"}
|
package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
10
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
11
|
* @returns {ValidateAuthenticationConfigurationPostRequestBody}
|
|
12
12
|
*/
|
|
13
|
+
// @ts-ignore
|
|
13
14
|
export function createValidateAuthenticationConfigurationPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
14
15
|
return deserializeIntoValidateAuthenticationConfigurationPostRequestBody;
|
|
15
16
|
}
|
|
@@ -17,6 +18,7 @@ export function createValidateAuthenticationConfigurationPostRequestBodyFromDisc
|
|
|
17
18
|
* The deserialization information for the current model
|
|
18
19
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
19
20
|
*/
|
|
21
|
+
// @ts-ignore
|
|
20
22
|
export function deserializeIntoValidateAuthenticationConfigurationPostRequestBody(validateAuthenticationConfigurationPostRequestBody = {}) {
|
|
21
23
|
return {
|
|
22
24
|
"authenticationConfiguration": n => { validateAuthenticationConfigurationPostRequestBody.authenticationConfiguration = n.getObjectValue(createCustomExtensionAuthenticationConfigurationFromDiscriminatorValue); },
|
|
@@ -28,10 +30,13 @@ export function deserializeIntoValidateAuthenticationConfigurationPostRequestBod
|
|
|
28
30
|
* Serializes information the current object
|
|
29
31
|
* @param writer Serialization writer to use to serialize this model
|
|
30
32
|
*/
|
|
33
|
+
// @ts-ignore
|
|
31
34
|
export function serializeValidateAuthenticationConfigurationPostRequestBody(writer, validateAuthenticationConfigurationPostRequestBody = {}) {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
if (validateAuthenticationConfigurationPostRequestBody) {
|
|
36
|
+
writer.writeObjectValue("authenticationConfiguration", validateAuthenticationConfigurationPostRequestBody.authenticationConfiguration, serializeCustomExtensionAuthenticationConfiguration);
|
|
37
|
+
writer.writeObjectValue("endpointConfiguration", validateAuthenticationConfigurationPostRequestBody.endpointConfiguration, serializeCustomExtensionEndpointConfiguration);
|
|
38
|
+
writer.writeAdditionalData(validateAuthenticationConfigurationPostRequestBody.additionalData);
|
|
39
|
+
}
|
|
35
40
|
}
|
|
36
41
|
/**
|
|
37
42
|
* Uri template for the request builder.
|
package/identity/customAuthenticationExtensions/validateAuthenticationConfiguration/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,iEAAiE,EAAE,sEAAsE,EAAE,gEAAgE,EAAkD,mDAAmD,EAAE,6CAA6C,EAA0I,MAAM,wCAAwC,CAAC;AACjiB,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,MAAM,UAAU,8EAA8E,CAAC,SAAgC;IAC3H,OAAO,iEAAiE,CAAC;AAC7E,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,iEAAiE,CAAC,qDAA8H,EAAE;IAC9M,OAAO;QACH,6BAA6B,EAAE,CAAC,CAAC,EAAE,GAAG,kDAAkD,CAAC,2BAA2B,GAAG,CAAC,CAAC,cAAc,CAA6C,sEAAsE,CAAC,CAAC,CAAC,CAAC;QAC9P,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,kDAAkD,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC9G,uBAAuB,EAAE,CAAC,CAAC,EAAE,GAAG,kDAAkD,CAAC,qBAAqB,GAAG,CAAC,CAAC,cAAc,CAAuC,gEAAgE,CAAC,CAAC,CAAC,CAAC;KACzO,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,2DAA2D,CAAC,MAA2B,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,iEAAiE,EAAE,sEAAsE,EAAE,gEAAgE,EAAkD,mDAAmD,EAAE,6CAA6C,EAA0I,MAAM,wCAAwC,CAAC;AACjiB,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8EAA8E,CAAC,SAAgC;IAC3H,OAAO,iEAAiE,CAAC;AAC7E,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,iEAAiE,CAAC,qDAA8H,EAAE;IAC9M,OAAO;QACH,6BAA6B,EAAE,CAAC,CAAC,EAAE,GAAG,kDAAkD,CAAC,2BAA2B,GAAG,CAAC,CAAC,cAAc,CAA6C,sEAAsE,CAAC,CAAC,CAAC,CAAC;QAC9P,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,kDAAkD,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC9G,uBAAuB,EAAE,CAAC,CAAC,EAAE,GAAG,kDAAkD,CAAC,qBAAqB,GAAG,CAAC,CAAC,cAAc,CAAuC,gEAAgE,CAAC,CAAC,CAAC,CAAC;KACzO,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,2DAA2D,CAAC,MAA2B,EAAE,qDAAqI,EAAE;IAC5O,IAAI,kDAAkD,EAAE,CAAC;QACrD,MAAM,CAAC,gBAAgB,CAA6C,6BAA6B,EAAE,kDAAkD,CAAC,2BAA2B,EAAE,mDAAmD,CAAC,CAAC;QACxO,MAAM,CAAC,gBAAgB,CAAuC,uBAAuB,EAAE,kDAAkD,CAAC,qBAAqB,EAAE,6CAA6C,CAAC,CAAC;QAChN,MAAM,CAAC,mBAAmB,CAAC,kDAAkD,CAAC,cAAc,CAAC,CAAC;IAClG,CAAC;AACL,CAAC;AAuCD;;GAEG;AACH,MAAM,CAAC,MAAM,4DAA4D,GAAG,wFAAwF,CAAC;AACrK;;GAEG;AACH,MAAM,CAAC,MAAM,iEAAiE,GAAqB;IAC/F,IAAI,EAAE;QACF,WAAW,EAAE,4DAA4D;QACzE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,iEAAiE;QACvF,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2DAA2D;QAClF,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -4,7 +4,7 @@ export interface AvailableProviderTypesGetResponse extends BaseCollectionPaginat
|
|
|
4
4
|
/**
|
|
5
5
|
* The value property
|
|
6
6
|
*/
|
|
7
|
-
value?: string[];
|
|
7
|
+
value?: string[] | null;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* Provides operations to call the availableProviderTypes method.
|
|
@@ -65,7 +65,7 @@ export declare function deserializeIntoAvailableProviderTypesGetResponse(availab
|
|
|
65
65
|
* Serializes information the current object
|
|
66
66
|
* @param writer Serialization writer to use to serialize this model
|
|
67
67
|
*/
|
|
68
|
-
export declare function serializeAvailableProviderTypesGetResponse(writer: SerializationWriter, availableProviderTypesGetResponse?: Partial<AvailableProviderTypesGetResponse> | undefined): void;
|
|
68
|
+
export declare function serializeAvailableProviderTypesGetResponse(writer: SerializationWriter, availableProviderTypesGetResponse?: Partial<AvailableProviderTypesGetResponse> | undefined | null): void;
|
|
69
69
|
/**
|
|
70
70
|
* Uri template for the request builder.
|
|
71
71
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAI1M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElO,MAAM,WAAW,iCAAkC,SAAQ,qCAAqC,EAAE,QAAQ;IACtG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAI1M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElO,MAAM,WAAW,iCAAkC,SAAQ,qCAAqC,EAAE,QAAQ;IACtG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CAC3B;AACD;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IAC/K;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClK;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;;;GAIG;AAEH,wBAAgB,6DAA6D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAErL;AACD;;;GAGG;AAEH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK3M;AACD;;;GAGG;AAEH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAKpM;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,iHAAiH,CAAC;AAW9K;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBAWlE,CAAC"}
|
|
@@ -10,6 +10,7 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
10
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
11
|
* @returns {AvailableProviderTypesGetResponse}
|
|
12
12
|
*/
|
|
13
|
+
// @ts-ignore
|
|
13
14
|
export function createAvailableProviderTypesGetResponseFromDiscriminatorValue(parseNode) {
|
|
14
15
|
return deserializeIntoAvailableProviderTypesGetResponse;
|
|
15
16
|
}
|
|
@@ -17,6 +18,7 @@ export function createAvailableProviderTypesGetResponseFromDiscriminatorValue(pa
|
|
|
17
18
|
* The deserialization information for the current model
|
|
18
19
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
19
20
|
*/
|
|
21
|
+
// @ts-ignore
|
|
20
22
|
export function deserializeIntoAvailableProviderTypesGetResponse(availableProviderTypesGetResponse = {}) {
|
|
21
23
|
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(availableProviderTypesGetResponse)), { "value": n => { availableProviderTypesGetResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
22
24
|
}
|
|
@@ -24,9 +26,12 @@ export function deserializeIntoAvailableProviderTypesGetResponse(availableProvid
|
|
|
24
26
|
* Serializes information the current object
|
|
25
27
|
* @param writer Serialization writer to use to serialize this model
|
|
26
28
|
*/
|
|
29
|
+
// @ts-ignore
|
|
27
30
|
export function serializeAvailableProviderTypesGetResponse(writer, availableProviderTypesGetResponse = {}) {
|
|
28
|
-
|
|
29
|
-
|
|
31
|
+
if (availableProviderTypesGetResponse) {
|
|
32
|
+
serializeBaseCollectionPaginationCountResponse(writer, availableProviderTypesGetResponse);
|
|
33
|
+
writer.writeCollectionOfPrimitiveValues("value", availableProviderTypesGetResponse.value);
|
|
34
|
+
}
|
|
30
35
|
}
|
|
31
36
|
/**
|
|
32
37
|
* Uri template for the request builder.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAsD7H;;;;GAIG;AACH,MAAM,UAAU,6DAA6D,CAAC,SAAgC;IAC1G,OAAO,gDAAgD,CAAC;AAC5D,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,gDAAgD,CAAC,oCAA4F,EAAE;IAC3J,uCACO,oDAAoD,CAAC,iCAAiC,CAAC,KAC1F,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC,IAC1G;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,0CAA0C,CAAC,MAA2B,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAsD7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,6DAA6D,CAAC,SAAgC;IAC1G,OAAO,gDAAgD,CAAC;AAC5D,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,gDAAgD,CAAC,oCAA4F,EAAE;IAC3J,uCACO,oDAAoD,CAAC,iCAAiC,CAAC,KAC1F,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC,IAC1G;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,0CAA0C,CAAC,MAA2B,EAAE,oCAAmG,EAAE;IACzL,IAAI,iCAAiC,EAAE,CAAC;QACpC,8CAA8C,CAAC,MAAM,EAAE,iCAAiC,CAAC,CAAA;QACzF,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,iCAAiC,CAAC,KAAK,CAAC,CAAC;IACtG,CAAC;AACL,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAG,8GAA8G,CAAC;AAC9K;;GAEG;AACH,MAAM,4DAA4D,GAA2B;IACzF,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAqB;IAClF,GAAG,EAAE;QACD,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,6DAA6D;QACnF,qBAAqB,EAAE,4DAA4D;KACtF;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/msgraph-sdk-identity",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.28",
|
|
4
4
|
"description": "Identity fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
|
|
36
36
|
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
|
|
37
37
|
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
|
|
38
|
-
"@microsoft/msgraph-sdk": "^1.0.0-preview.
|
|
38
|
+
"@microsoft/msgraph-sdk": "^1.0.0-preview.28",
|
|
39
39
|
"guid-typescript": "^1.0.9",
|
|
40
40
|
"tslib": "^2.6.2"
|
|
41
41
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"typescript": "^5.3.3"
|
|
44
44
|
},
|
|
45
45
|
"type": "module",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "8f857508f23580806bce7e417bf8068a73060f83"
|
|
47
47
|
}
|