@microsoft/msgraph-sdk 1.0.0-preview.17 → 1.0.0-preview.18

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.
@@ -11,6 +11,8 @@ export interface AzureUsage extends Entity, Parsable {
11
11
  */
12
12
  unbilled?: UnbilledUsage;
13
13
  }
14
+ export interface BilledReconciliation extends Entity, Parsable {
15
+ }
14
16
  export interface BilledUsage extends Entity, Parsable {
15
17
  }
16
18
  export interface Billing extends Entity, Parsable {
@@ -22,12 +24,22 @@ export interface Billing extends Entity, Parsable {
22
24
  * Represents an operation to export the billing data of a partner.
23
25
  */
24
26
  operations?: Operation[];
27
+ /**
28
+ * The reconciliation property
29
+ */
30
+ reconciliation?: BillingReconciliation;
25
31
  /**
26
32
  * The usage property
27
33
  */
28
34
  usage?: AzureUsage;
29
35
  }
30
36
  export type BillingPeriod = (typeof BillingPeriodObject)[keyof typeof BillingPeriodObject];
37
+ export interface BillingReconciliation extends Entity, Parsable {
38
+ /**
39
+ * The billed property
40
+ */
41
+ billed?: BilledReconciliation;
42
+ }
31
43
  export interface Blob extends AdditionalDataHolder, BackedModel, Parsable {
32
44
  /**
33
45
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -56,6 +68,12 @@ export interface Blob extends AdditionalDataHolder, BackedModel, Parsable {
56
68
  * @returns {AzureUsage}
57
69
  */
58
70
  export declare function createAzureUsageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
71
+ /**
72
+ * Creates a new instance of the appropriate class based on discriminator value
73
+ * @param parseNode The parse node to use to read the discriminator value and create the object
74
+ * @returns {BilledReconciliation}
75
+ */
76
+ export declare function createBilledReconciliationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
59
77
  /**
60
78
  * Creates a new instance of the appropriate class based on discriminator value
61
79
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -68,6 +86,12 @@ export declare function createBilledUsageFromDiscriminatorValue(parseNode: Parse
68
86
  * @returns {Billing}
69
87
  */
70
88
  export declare function createBillingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
89
+ /**
90
+ * Creates a new instance of the appropriate class based on discriminator value
91
+ * @param parseNode The parse node to use to read the discriminator value and create the object
92
+ * @returns {BillingReconciliation}
93
+ */
94
+ export declare function createBillingReconciliationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
71
95
  /**
72
96
  * Creates a new instance of the appropriate class based on discriminator value
73
97
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -127,6 +151,11 @@ export declare function createUnbilledUsageFromDiscriminatorValue(parseNode: Par
127
151
  * @returns {Record<string, (node: ParseNode) => void>}
128
152
  */
129
153
  export declare function deserializeIntoAzureUsage(azureUsage?: Partial<AzureUsage> | undefined): Record<string, (node: ParseNode) => void>;
154
+ /**
155
+ * The deserialization information for the current model
156
+ * @returns {Record<string, (node: ParseNode) => void>}
157
+ */
158
+ export declare function deserializeIntoBilledReconciliation(billedReconciliation?: Partial<BilledReconciliation> | undefined): Record<string, (node: ParseNode) => void>;
130
159
  /**
131
160
  * The deserialization information for the current model
132
161
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -137,6 +166,11 @@ export declare function deserializeIntoBilledUsage(billedUsage?: Partial<BilledU
137
166
  * @returns {Record<string, (node: ParseNode) => void>}
138
167
  */
139
168
  export declare function deserializeIntoBilling(billing?: Partial<Billing> | undefined): Record<string, (node: ParseNode) => void>;
169
+ /**
170
+ * The deserialization information for the current model
171
+ * @returns {Record<string, (node: ParseNode) => void>}
172
+ */
173
+ export declare function deserializeIntoBillingReconciliation(billingReconciliation?: Partial<BillingReconciliation> | undefined): Record<string, (node: ParseNode) => void>;
140
174
  /**
141
175
  * The deserialization information for the current model
142
176
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -269,6 +303,11 @@ export interface RunningOperation extends Operation, Parsable {
269
303
  * @param writer Serialization writer to use to serialize this model
270
304
  */
271
305
  export declare function serializeAzureUsage(writer: SerializationWriter, azureUsage?: Partial<AzureUsage> | undefined): void;
306
+ /**
307
+ * Serializes information the current object
308
+ * @param writer Serialization writer to use to serialize this model
309
+ */
310
+ export declare function serializeBilledReconciliation(writer: SerializationWriter, billedReconciliation?: Partial<BilledReconciliation> | undefined): void;
272
311
  /**
273
312
  * Serializes information the current object
274
313
  * @param writer Serialization writer to use to serialize this model
@@ -279,6 +318,11 @@ export declare function serializeBilledUsage(writer: SerializationWriter, billed
279
318
  * @param writer Serialization writer to use to serialize this model
280
319
  */
281
320
  export declare function serializeBilling(writer: SerializationWriter, billing?: Partial<Billing> | undefined): void;
321
+ /**
322
+ * Serializes information the current object
323
+ * @param writer Serialization writer to use to serialize this model
324
+ */
325
+ export declare function serializeBillingReconciliation(writer: SerializationWriter, billingReconciliation?: Partial<BillingReconciliation> | undefined): void;
282
326
  /**
283
327
  * Serializes information the current object
284
328
  * @param writer Serialization writer to use to serialize this model
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwH,0BAA0B,EAA2H,KAAK,qCAAqC,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,QAAQ,CAAC;AAC9W,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,QAAQ,EAAE,KAAK,SAAS,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAExK,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AACxF,MAAM,WAAW,UAAW,SAAQ,MAAM,EAAE,QAAQ;IAChD;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;CAC5B;AACD,MAAM,WAAW,oBAAqB,SAAQ,MAAM,EAAE,QAAQ;CAC7D;AACD,MAAM,WAAW,WAAY,SAAQ,MAAM,EAAE,QAAQ;CACpD;AACD,MAAM,WAAW,OAAQ,SAAQ,MAAM,EAAE,QAAQ;IAC7C;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;IACzB;;OAEG;IACH,cAAc,CAAC,EAAE,qBAAqB,CAAC;IACvC;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;CACtB;AACD,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAC3F,MAAM,WAAW,qBAAsB,SAAQ,MAAM,EAAE,QAAQ;IAC3D;;OAEG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;CACjC;AACD,MAAM,WAAW,IAAK,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACrE;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AACD;;;;GAIG;AACH,wBAAgB,sCAAsC,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,CAE9J;AACD;;;;GAIG;AACH,wBAAgB,gDAAgD,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,CAExK;AACD;;;;GAIG;AACH,wBAAgB,uCAAuC,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,CAE/J;AACD;;;;GAIG;AACH,wBAAgB,mCAAmC,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,CAE3J;AACD;;;;GAIG;AACH,wBAAgB,iDAAiD,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,CAEzK;AACD;;;;GAIG;AACH,wBAAgB,gCAAgC,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,CAExJ;AACD;;;;GAIG;AACH,wBAAgB,kDAAkD,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,CAE1K;AACD;;;;GAIG;AACH,wBAAgB,2CAA2C,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,CAEnK;AACD;;;;GAIG;AACH,wBAAgB,sDAAsD,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,CAE9K;AACD;;;;GAIG;AACH,wBAAgB,oCAAoC,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,CAE5J;AACD;;;;GAIG;AACH,wBAAgB,uDAAuD,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,CAE/K;AACD;;;;GAIG;AACH,wBAAgB,qCAAqC,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,CAiB7J;AACD;;;;GAIG;AACH,wBAAgB,4CAA4C,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,CAEpK;AACD;;;;GAIG;AACH,wBAAgB,yCAAyC,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,CAEjK;AACD;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,UAAU,GAAE,OAAO,CAAC,UAAU,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAMtI;AACD;;;GAGG;AACH,wBAAgB,mCAAmC,CAAC,oBAAoB,GAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAIpK;AACD;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,WAAW,GAAE,OAAO,CAAC,WAAW,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAIzI;AACD;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,OAAO,GAAE,OAAO,CAAC,OAAO,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAQ7H;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvK;AACD;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,GAAE,OAAO,CAAC,IAAI,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAOpH;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,sBAAsB,GAAE,OAAO,CAAC,sBAAsB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK1K;AACD;;;GAGG;AACH,wBAAgB,8BAA8B,CAAC,eAAe,GAAE,OAAO,CAAC,eAAe,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKrJ;AACD;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,GAAE,OAAO,CAAC,QAAQ,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAchI;AACD;;;GAGG;AACH,wBAAgB,yCAAyC,CAAC,0BAA0B,GAAE,OAAO,CAAC,0BAA0B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKtL;AACD;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,SAAS,GAAE,OAAO,CAAC,SAAS,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAOnI;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,2BAA2B,GAAE,OAAO,CAAC,2BAA2B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKzL;AACD;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,gBAAgB,GAAE,OAAO,CAAC,gBAAgB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAIxJ;AACD;;;GAGG;AACH,wBAAgB,4BAA4B,CAAC,aAAa,GAAE,OAAO,CAAC,aAAa,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAI/I;AACD,MAAM,WAAW,sBAAuB,SAAQ,SAAS,EAAE,QAAQ;IAC/D;;OAEG;IACH,gBAAgB,CAAC,EAAE,QAAQ,CAAC;CAC/B;AACD,MAAM,WAAW,eAAgB,SAAQ,SAAS,EAAE,QAAQ;IACxD;;OAEG;IACH,YAAY,CAAC,EAAE,WAAW,CAAC;CAC9B;AACD,MAAM,WAAW,QAAS,SAAQ,MAAM,EAAE,QAAQ;IAC9C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf;;OAEG;IACH,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AACD,MAAM,WAAW,0BAA2B,SAAQ,qCAAqC,EAAE,QAAQ;IAC/F;;OAEG;IACH,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;CACtB;AACD,MAAM,WAAW,SAAU,SAAQ,MAAM,EAAE,QAAQ;IAC/C;;OAEG;IACH,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,0BAA0B,CAAC;CACvC;AACD,MAAM,WAAW,2BAA4B,SAAQ,qCAAqC,EAAE,QAAQ;IAChG;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,gBAAiB,SAAQ,SAAS,EAAE,QAAQ;CAC5D;AACD;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,mBAAmB,EAAE,UAAU,GAAE,OAAO,CAAC,UAAU,CAAC,GAAG,SAAc,GAAI,IAAI,CAIxH;AACD;;;GAGG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,mBAAmB,EAAE,oBAAoB,GAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,SAAc,GAAI,IAAI,CAEtJ;AACD;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,mBAAmB,EAAE,WAAW,GAAE,OAAO,CAAC,WAAW,CAAC,GAAG,SAAc,GAAI,IAAI,CAE3H;AACD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,GAAE,OAAO,CAAC,OAAO,CAAC,GAAG,SAAc,GAAI,IAAI,CAM/G;AACD;;;GAGG;AACH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,IAAI,CAGzJ;AACD;;;GAGG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,mBAAmB,EAAE,IAAI,GAAE,OAAO,CAAC,IAAI,CAAC,GAAG,SAAc,GAAI,IAAI,CAKtG;AACD;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,MAAM,EAAE,mBAAmB,EAAE,sBAAsB,GAAE,OAAO,CAAC,sBAAsB,CAAC,GAAG,SAAc,GAAI,IAAI,CAG5J;AACD;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,mBAAmB,EAAE,eAAe,GAAE,OAAO,CAAC,eAAe,CAAC,GAAG,SAAc,GAAI,IAAI,CAGvI;AACD;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,mBAAmB,EAAE,QAAQ,GAAE,OAAO,CAAC,QAAQ,CAAC,GAAG,SAAc,GAAI,IAAI,CAYlH;AACD;;;GAGG;AACH,wBAAgB,mCAAmC,CAAC,MAAM,EAAE,mBAAmB,EAAE,0BAA0B,GAAE,OAAO,CAAC,0BAA0B,CAAC,GAAG,SAAc,GAAI,IAAI,CAGxK;AACD;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,mBAAmB,EAAE,SAAS,GAAE,OAAO,CAAC,SAAS,CAAC,GAAG,SAAc,GAAI,IAAI,CAKrH;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,MAAM,EAAE,mBAAmB,EAAE,2BAA2B,GAAE,OAAO,CAAC,2BAA2B,CAAC,GAAG,SAAc,GAAI,IAAI,CAG3K;AACD;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,GAAE,OAAO,CAAC,gBAAgB,CAAC,GAAG,SAAc,GAAI,IAAI,CAE1I;AACD;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,mBAAmB,EAAE,aAAa,GAAE,OAAO,CAAC,aAAa,CAAC,GAAG,SAAc,GAAI,IAAI,CAEjI;AACD,MAAM,WAAW,aAAc,SAAQ,MAAM,EAAE,QAAQ;CACtD;AACD,eAAO,MAAM,kBAAkB;;;;CAIrB,CAAC;AACX,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BillingPeriodObject = exports.AttributeSetObject = exports.serializeUnbilledUsage = exports.serializeRunningOperation = exports.serializeOperationCollectionResponse = exports.serializeOperation = exports.serializeManifestCollectionResponse = exports.serializeManifest = exports.serializeFailedOperation = exports.serializeExportSuccessOperation = exports.serializeBlob = exports.serializeBilling = exports.serializeBilledUsage = exports.serializeAzureUsage = exports.deserializeIntoUnbilledUsage = exports.deserializeIntoRunningOperation = exports.deserializeIntoOperationCollectionResponse = exports.deserializeIntoOperation = exports.deserializeIntoManifestCollectionResponse = exports.deserializeIntoManifest = exports.deserializeIntoFailedOperation = exports.deserializeIntoExportSuccessOperation = exports.deserializeIntoBlob = exports.deserializeIntoBilling = exports.deserializeIntoBilledUsage = exports.deserializeIntoAzureUsage = exports.createUnbilledUsageFromDiscriminatorValue = exports.createRunningOperationFromDiscriminatorValue = exports.createOperationFromDiscriminatorValue = exports.createOperationCollectionResponseFromDiscriminatorValue = exports.createManifestFromDiscriminatorValue = exports.createManifestCollectionResponseFromDiscriminatorValue = exports.createFailedOperationFromDiscriminatorValue = exports.createExportSuccessOperationFromDiscriminatorValue = exports.createBlobFromDiscriminatorValue = exports.createBillingFromDiscriminatorValue = exports.createBilledUsageFromDiscriminatorValue = exports.createAzureUsageFromDiscriminatorValue = void 0;
3
+ exports.BillingPeriodObject = exports.AttributeSetObject = exports.serializeUnbilledUsage = exports.serializeRunningOperation = exports.serializeOperationCollectionResponse = exports.serializeOperation = exports.serializeManifestCollectionResponse = exports.serializeManifest = exports.serializeFailedOperation = exports.serializeExportSuccessOperation = exports.serializeBlob = exports.serializeBillingReconciliation = exports.serializeBilling = exports.serializeBilledUsage = exports.serializeBilledReconciliation = exports.serializeAzureUsage = exports.deserializeIntoUnbilledUsage = exports.deserializeIntoRunningOperation = exports.deserializeIntoOperationCollectionResponse = exports.deserializeIntoOperation = exports.deserializeIntoManifestCollectionResponse = exports.deserializeIntoManifest = exports.deserializeIntoFailedOperation = exports.deserializeIntoExportSuccessOperation = exports.deserializeIntoBlob = exports.deserializeIntoBillingReconciliation = exports.deserializeIntoBilling = exports.deserializeIntoBilledUsage = exports.deserializeIntoBilledReconciliation = exports.deserializeIntoAzureUsage = exports.createUnbilledUsageFromDiscriminatorValue = exports.createRunningOperationFromDiscriminatorValue = exports.createOperationFromDiscriminatorValue = exports.createOperationCollectionResponseFromDiscriminatorValue = exports.createManifestFromDiscriminatorValue = exports.createManifestCollectionResponseFromDiscriminatorValue = exports.createFailedOperationFromDiscriminatorValue = exports.createExportSuccessOperationFromDiscriminatorValue = exports.createBlobFromDiscriminatorValue = exports.createBillingReconciliationFromDiscriminatorValue = exports.createBillingFromDiscriminatorValue = exports.createBilledUsageFromDiscriminatorValue = exports.createBilledReconciliationFromDiscriminatorValue = exports.createAzureUsageFromDiscriminatorValue = void 0;
4
4
  /* tslint:disable */
5
5
  /* eslint-disable */
6
6
  // Generated by Microsoft Kiota
@@ -14,6 +14,15 @@ function createAzureUsageFromDiscriminatorValue(parseNode) {
14
14
  return deserializeIntoAzureUsage;
15
15
  }
16
16
  exports.createAzureUsageFromDiscriminatorValue = createAzureUsageFromDiscriminatorValue;
17
+ /**
18
+ * Creates a new instance of the appropriate class based on discriminator value
19
+ * @param parseNode The parse node to use to read the discriminator value and create the object
20
+ * @returns {BilledReconciliation}
21
+ */
22
+ function createBilledReconciliationFromDiscriminatorValue(parseNode) {
23
+ return deserializeIntoBilledReconciliation;
24
+ }
25
+ exports.createBilledReconciliationFromDiscriminatorValue = createBilledReconciliationFromDiscriminatorValue;
17
26
  /**
18
27
  * Creates a new instance of the appropriate class based on discriminator value
19
28
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -32,6 +41,15 @@ function createBillingFromDiscriminatorValue(parseNode) {
32
41
  return deserializeIntoBilling;
33
42
  }
34
43
  exports.createBillingFromDiscriminatorValue = createBillingFromDiscriminatorValue;
44
+ /**
45
+ * Creates a new instance of the appropriate class based on discriminator value
46
+ * @param parseNode The parse node to use to read the discriminator value and create the object
47
+ * @returns {BillingReconciliation}
48
+ */
49
+ function createBillingReconciliationFromDiscriminatorValue(parseNode) {
50
+ return deserializeIntoBillingReconciliation;
51
+ }
52
+ exports.createBillingReconciliationFromDiscriminatorValue = createBillingReconciliationFromDiscriminatorValue;
35
53
  /**
36
54
  * Creates a new instance of the appropriate class based on discriminator value
37
55
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -137,6 +155,14 @@ function deserializeIntoAzureUsage(azureUsage = {}) {
137
155
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(azureUsage)), { "billed": n => { azureUsage.billed = n.getObjectValue(createBilledUsageFromDiscriminatorValue); }, "unbilled": n => { azureUsage.unbilled = n.getObjectValue(createUnbilledUsageFromDiscriminatorValue); } });
138
156
  }
139
157
  exports.deserializeIntoAzureUsage = deserializeIntoAzureUsage;
158
+ /**
159
+ * The deserialization information for the current model
160
+ * @returns {Record<string, (node: ParseNode) => void>}
161
+ */
162
+ function deserializeIntoBilledReconciliation(billedReconciliation = {}) {
163
+ return Object.assign({}, (0, __1.deserializeIntoEntity)(billedReconciliation));
164
+ }
165
+ exports.deserializeIntoBilledReconciliation = deserializeIntoBilledReconciliation;
140
166
  /**
141
167
  * The deserialization information for the current model
142
168
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -150,9 +176,17 @@ exports.deserializeIntoBilledUsage = deserializeIntoBilledUsage;
150
176
  * @returns {Record<string, (node: ParseNode) => void>}
151
177
  */
152
178
  function deserializeIntoBilling(billing = {}) {
153
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(billing)), { "manifests": n => { billing.manifests = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); }, "operations": n => { billing.operations = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); }, "usage": n => { billing.usage = n.getObjectValue(createAzureUsageFromDiscriminatorValue); } });
179
+ return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(billing)), { "manifests": n => { billing.manifests = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); }, "operations": n => { billing.operations = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); }, "reconciliation": n => { billing.reconciliation = n.getObjectValue(createBillingReconciliationFromDiscriminatorValue); }, "usage": n => { billing.usage = n.getObjectValue(createAzureUsageFromDiscriminatorValue); } });
154
180
  }
155
181
  exports.deserializeIntoBilling = deserializeIntoBilling;
182
+ /**
183
+ * The deserialization information for the current model
184
+ * @returns {Record<string, (node: ParseNode) => void>}
185
+ */
186
+ function deserializeIntoBillingReconciliation(billingReconciliation = {}) {
187
+ return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(billingReconciliation)), { "billed": n => { billingReconciliation.billed = n.getObjectValue(createBilledReconciliationFromDiscriminatorValue); } });
188
+ }
189
+ exports.deserializeIntoBillingReconciliation = deserializeIntoBillingReconciliation;
156
190
  /**
157
191
  * The deserialization information for the current model
158
192
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -240,6 +274,14 @@ function serializeAzureUsage(writer, azureUsage = {}) {
240
274
  writer.writeObjectValue("unbilled", azureUsage.unbilled, serializeUnbilledUsage);
241
275
  }
242
276
  exports.serializeAzureUsage = serializeAzureUsage;
277
+ /**
278
+ * Serializes information the current object
279
+ * @param writer Serialization writer to use to serialize this model
280
+ */
281
+ function serializeBilledReconciliation(writer, billedReconciliation = {}) {
282
+ (0, __1.serializeEntity)(writer, billedReconciliation);
283
+ }
284
+ exports.serializeBilledReconciliation = serializeBilledReconciliation;
243
285
  /**
244
286
  * Serializes information the current object
245
287
  * @param writer Serialization writer to use to serialize this model
@@ -256,9 +298,19 @@ function serializeBilling(writer, billing = {}) {
256
298
  (0, __1.serializeEntity)(writer, billing);
257
299
  writer.writeCollectionOfObjectValues("manifests", billing.manifests, serializeManifest);
258
300
  writer.writeCollectionOfObjectValues("operations", billing.operations, serializeOperation);
301
+ writer.writeObjectValue("reconciliation", billing.reconciliation, serializeBillingReconciliation);
259
302
  writer.writeObjectValue("usage", billing.usage, serializeAzureUsage);
260
303
  }
261
304
  exports.serializeBilling = serializeBilling;
305
+ /**
306
+ * Serializes information the current object
307
+ * @param writer Serialization writer to use to serialize this model
308
+ */
309
+ function serializeBillingReconciliation(writer, billingReconciliation = {}) {
310
+ (0, __1.serializeEntity)(writer, billingReconciliation);
311
+ writer.writeObjectValue("billed", billingReconciliation.billed, serializeBilledReconciliation);
312
+ }
313
+ exports.serializeBillingReconciliation = serializeBillingReconciliation;
262
314
  /**
263
315
  * Serializes information the current object
264
316
  * @param writer Serialization writer to use to serialize this model
@@ -2,7 +2,7 @@ import { DevicePlatformType, type BaseCollectionPaginationCountResponse, type En
2
2
  import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
3
  export interface Acronym extends Parsable, SearchAnswer {
4
4
  /**
5
- * The standsFor property
5
+ * What the acronym stands for.
6
6
  */
7
7
  standsFor?: string;
8
8
  /**
@@ -26,11 +26,11 @@ export interface AnswerKeyword extends AdditionalDataHolder, BackedModel, Parsab
26
26
  */
27
27
  backingStoreEnabled?: boolean;
28
28
  /**
29
- * The keywords property
29
+ * A collection of keywords used to trigger the search answer.
30
30
  */
31
31
  keywords?: string[];
32
32
  /**
33
- * The matchSimilarKeywords property
33
+ * If true, indicates that the search term contains similar words to the keywords that should trigger the search answer.
34
34
  */
35
35
  matchSimilarKeywords?: boolean;
36
36
  /**
@@ -38,7 +38,7 @@ export interface AnswerKeyword extends AdditionalDataHolder, BackedModel, Parsab
38
38
  */
39
39
  odataType?: string;
40
40
  /**
41
- * The reservedKeywords property
41
+ * Unique keywords that guarantee the search answer is triggered.
42
42
  */
43
43
  reservedKeywords?: string[];
44
44
  }
@@ -53,15 +53,15 @@ export interface AnswerVariant extends AdditionalDataHolder, BackedModel, Parsab
53
53
  */
54
54
  backingStoreEnabled?: boolean;
55
55
  /**
56
- * The description property
56
+ * The answer variation description that is shown on the search results page.
57
57
  */
58
58
  description?: string;
59
59
  /**
60
- * The displayName property
60
+ * The answer variation name that is displayed in search results.
61
61
  */
62
62
  displayName?: string;
63
63
  /**
64
- * The languageTag property
64
+ * The country or region that can view this answer variation.
65
65
  */
66
66
  languageTag?: string;
67
67
  /**
@@ -69,49 +69,49 @@ export interface AnswerVariant extends AdditionalDataHolder, BackedModel, Parsab
69
69
  */
70
70
  odataType?: string;
71
71
  /**
72
- * The platform property
72
+ * 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.
73
73
  */
74
74
  platform?: DevicePlatformType;
75
75
  /**
76
- * The webUrl property
76
+ * The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.
77
77
  */
78
78
  webUrl?: string;
79
79
  }
80
80
  export interface Bookmark extends Parsable, SearchAnswer {
81
81
  /**
82
- * The availabilityEndDateTime property
82
+ * Date and time when the bookmark stops appearing as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
83
83
  */
84
84
  availabilityEndDateTime?: Date;
85
85
  /**
86
- * The availabilityStartDateTime property
86
+ * Date and time when the bookmark starts to appear as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
87
87
  */
88
88
  availabilityStartDateTime?: Date;
89
89
  /**
90
- * The categories property
90
+ * Categories commonly used to describe this bookmark. For example, IT and HR.
91
91
  */
92
92
  categories?: string[];
93
93
  /**
94
- * The groupIds property
94
+ * The list of security groups that are able to view this bookmark.
95
95
  */
96
96
  groupIds?: string[];
97
97
  /**
98
- * The isSuggested property
98
+ * True if this bookmark was suggested to the admin, by a user, or was mined and suggested by Microsoft. Read-only.
99
99
  */
100
100
  isSuggested?: boolean;
101
101
  /**
102
- * The keywords property
102
+ * Keywords that trigger this bookmark to appear in search results.
103
103
  */
104
104
  keywords?: AnswerKeyword;
105
105
  /**
106
- * The languageTags property
106
+ * A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, en-us is English as used in the United States. For the list of possible values, see Supported language tags.
107
107
  */
108
108
  languageTags?: string[];
109
109
  /**
110
- * The platforms property
110
+ * 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.
111
111
  */
112
112
  platforms?: DevicePlatformType[];
113
113
  /**
114
- * The powerAppIds property
114
+ * List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.
115
115
  */
116
116
  powerAppIds?: string[];
117
117
  /**
@@ -119,7 +119,7 @@ export interface Bookmark extends Parsable, SearchAnswer {
119
119
  */
120
120
  state?: AnswerState;
121
121
  /**
122
- * The targetedVariations property
122
+ * Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.
123
123
  */
124
124
  targetedVariations?: AnswerVariant[];
125
125
  }
@@ -300,31 +300,31 @@ export interface IdentitySet extends AdditionalDataHolder, BackedModel, Parsable
300
300
  }
301
301
  export interface Qna extends Parsable, SearchAnswer {
302
302
  /**
303
- * The availabilityEndDateTime property
303
+ * Date and time when the QnA stops appearing as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
304
304
  */
305
305
  availabilityEndDateTime?: Date;
306
306
  /**
307
- * The availabilityStartDateTime property
307
+ * Date and time when the QnA starts to appear as a search result. Set as null for always available. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
308
308
  */
309
309
  availabilityStartDateTime?: Date;
310
310
  /**
311
- * The groupIds property
311
+ * The list of security groups that are able to view this QnA.
312
312
  */
313
313
  groupIds?: string[];
314
314
  /**
315
- * The isSuggested property
315
+ * True if a user or Microsoft suggested this QnA to the admin. Read-only.
316
316
  */
317
317
  isSuggested?: boolean;
318
318
  /**
319
- * The keywords property
319
+ * Keywords that trigger this QnA to appear in search results.
320
320
  */
321
321
  keywords?: AnswerKeyword;
322
322
  /**
323
- * The languageTags property
323
+ * A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, en-us is English as used in the United States. For the list of possible values, see Supported language tags.
324
324
  */
325
325
  languageTags?: string[];
326
326
  /**
327
- * The platforms property
327
+ * 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.
328
328
  */
329
329
  platforms?: DevicePlatformType[];
330
330
  /**
@@ -332,7 +332,7 @@ export interface Qna extends Parsable, SearchAnswer {
332
332
  */
333
333
  state?: AnswerState;
334
334
  /**
335
- * The targetedVariations property
335
+ * Variations of a QnA for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.
336
336
  */
337
337
  targetedVariations?: AnswerVariant[];
338
338
  }
@@ -344,23 +344,23 @@ export interface QnaCollectionResponse extends BaseCollectionPaginationCountResp
344
344
  }
345
345
  export interface SearchAnswer extends Entity, Parsable {
346
346
  /**
347
- * The description property
347
+ * The search answer description that is shown on the search results page.
348
348
  */
349
349
  description?: string;
350
350
  /**
351
- * The displayName property
351
+ * The search answer name that is displayed in search results.
352
352
  */
353
353
  displayName?: string;
354
354
  /**
355
- * The lastModifiedBy property
355
+ * Details of the user who created or last modified the search answer. Read-only.
356
356
  */
357
357
  lastModifiedBy?: IdentitySet;
358
358
  /**
359
- * The lastModifiedDateTime property
359
+ * Date and time when the search answer was created or last edited. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
360
360
  */
361
361
  lastModifiedDateTime?: Date;
362
362
  /**
363
- * The webUrl property
363
+ * The URL link for the search answer. When users select this search answer from the search results, they are directed to the specified URL.
364
364
  */
365
365
  webUrl?: string;
366
366
  }
@@ -1,5 +1,6 @@
1
1
  import { type BaseCollectionPaginationCountResponse, type Entity, type Group, type IdentitySet, type PhysicalAddress, type PublicError, type ResultInfo, type Site } from '../';
2
2
  import { type AdditionalDataHolder, type BackedModel, type Duration, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
+ import { type Guid } from 'guid-typescript';
3
4
  export type AdditionalDataOptions = (typeof AdditionalDataOptionsObject)[keyof typeof AdditionalDataOptionsObject];
4
5
  export interface Alert extends Entity, Parsable {
5
6
  /**
@@ -525,6 +526,10 @@ export interface CloudApplicationEvidence extends AlertEvidence, Parsable {
525
526
  * The identifier of the SaaS application.
526
527
  */
527
528
  saasAppId?: number;
529
+ /**
530
+ * The stream property
531
+ */
532
+ stream?: Stream;
528
533
  }
529
534
  export interface ContainerEvidence extends AlertEvidence, Parsable {
530
535
  /**
@@ -1238,6 +1243,12 @@ export declare function createKubernetesServicePortFromDiscriminatorValue(parseN
1238
1243
  * @returns {LoggedOnUser}
1239
1244
  */
1240
1245
  export declare function createLoggedOnUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1246
+ /**
1247
+ * Creates a new instance of the appropriate class based on discriminator value
1248
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1249
+ * @returns {MailboxConfigurationEvidence}
1250
+ */
1251
+ export declare function createMailboxConfigurationEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1241
1252
  /**
1242
1253
  * Creates a new instance of the appropriate class based on discriminator value
1243
1254
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1406,6 +1417,12 @@ export declare function createSslCertificateEntityFromDiscriminatorValue(parseNo
1406
1417
  * @returns {SslCertificate}
1407
1418
  */
1408
1419
  export declare function createSslCertificateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1420
+ /**
1421
+ * Creates a new instance of the appropriate class based on discriminator value
1422
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1423
+ * @returns {Stream}
1424
+ */
1425
+ export declare function createStreamFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1409
1426
  /**
1410
1427
  * Creates a new instance of the appropriate class based on discriminator value
1411
1428
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -2218,6 +2235,11 @@ export declare function deserializeIntoKubernetesServicePort(kubernetesServicePo
2218
2235
  * @returns {Record<string, (node: ParseNode) => void>}
2219
2236
  */
2220
2237
  export declare function deserializeIntoLoggedOnUser(loggedOnUser?: Partial<LoggedOnUser> | undefined): Record<string, (node: ParseNode) => void>;
2238
+ /**
2239
+ * The deserialization information for the current model
2240
+ * @returns {Record<string, (node: ParseNode) => void>}
2241
+ */
2242
+ export declare function deserializeIntoMailboxConfigurationEvidence(mailboxConfigurationEvidence?: Partial<MailboxConfigurationEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2221
2243
  /**
2222
2244
  * The deserialization information for the current model
2223
2245
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -2358,6 +2380,11 @@ export declare function deserializeIntoSslCertificateCollectionResponse(sslCerti
2358
2380
  * @returns {Record<string, (node: ParseNode) => void>}
2359
2381
  */
2360
2382
  export declare function deserializeIntoSslCertificateEntity(sslCertificateEntity?: Partial<SslCertificateEntity> | undefined): Record<string, (node: ParseNode) => void>;
2383
+ /**
2384
+ * The deserialization information for the current model
2385
+ * @returns {Record<string, (node: ParseNode) => void>}
2386
+ */
2387
+ export declare function deserializeIntoStream(stream?: Partial<Stream> | undefined): Record<string, (node: ParseNode) => void>;
2361
2388
  /**
2362
2389
  * The deserialization information for the current model
2363
2390
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -3158,6 +3185,10 @@ export interface GitHubUserEvidence extends AlertEvidence, Parsable {
3158
3185
  }
3159
3186
  export type GoogleCloudLocationType = (typeof GoogleCloudLocationTypeObject)[keyof typeof GoogleCloudLocationTypeObject];
3160
3187
  export interface GoogleCloudResourceEvidence extends AlertEvidence, Parsable {
3188
+ /**
3189
+ * The fullResourceName property
3190
+ */
3191
+ fullResourceName?: string;
3161
3192
  /**
3162
3193
  * The zone or region where the resource is located.
3163
3194
  */
@@ -3984,6 +4015,10 @@ export interface IpEvidence extends AlertEvidence, Parsable {
3984
4015
  * The value of the IP Address, can be either in V4 address or V6 address format.
3985
4016
  */
3986
4017
  ipAddress?: string;
4018
+ /**
4019
+ * The stream property
4020
+ */
4021
+ stream?: Stream;
3987
4022
  }
3988
4023
  export interface KubernetesClusterEvidence extends AlertEvidence, Parsable {
3989
4024
  /**
@@ -4197,6 +4232,33 @@ export interface LoggedOnUser extends AdditionalDataHolder, BackedModel, Parsabl
4197
4232
  */
4198
4233
  odataType?: string;
4199
4234
  }
4235
+ export interface MailboxConfigurationEvidence extends AlertEvidence, Parsable {
4236
+ /**
4237
+ * The configurationId property
4238
+ */
4239
+ configurationId?: string;
4240
+ /**
4241
+ * The configurationType property
4242
+ */
4243
+ configurationType?: MailboxConfigurationType;
4244
+ /**
4245
+ * The displayName property
4246
+ */
4247
+ displayName?: string;
4248
+ /**
4249
+ * The externalDirectoryObjectId property
4250
+ */
4251
+ externalDirectoryObjectId?: Guid;
4252
+ /**
4253
+ * The mailboxPrimaryAddress property
4254
+ */
4255
+ mailboxPrimaryAddress?: string;
4256
+ /**
4257
+ * The upn property
4258
+ */
4259
+ upn?: string;
4260
+ }
4261
+ export type MailboxConfigurationType = (typeof MailboxConfigurationTypeObject)[keyof typeof MailboxConfigurationTypeObject];
4200
4262
  export interface MailboxEvidence extends AlertEvidence, Parsable {
4201
4263
  /**
4202
4264
  * The name associated with the mailbox.
@@ -5222,6 +5284,11 @@ export declare function serializeKubernetesServicePort(writer: SerializationWrit
5222
5284
  * @param writer Serialization writer to use to serialize this model
5223
5285
  */
5224
5286
  export declare function serializeLoggedOnUser(writer: SerializationWriter, loggedOnUser?: Partial<LoggedOnUser> | undefined): void;
5287
+ /**
5288
+ * Serializes information the current object
5289
+ * @param writer Serialization writer to use to serialize this model
5290
+ */
5291
+ export declare function serializeMailboxConfigurationEvidence(writer: SerializationWriter, mailboxConfigurationEvidence?: Partial<MailboxConfigurationEvidence> | undefined): void;
5225
5292
  /**
5226
5293
  * Serializes information the current object
5227
5294
  * @param writer Serialization writer to use to serialize this model
@@ -5362,6 +5429,11 @@ export declare function serializeSslCertificateCollectionResponse(writer: Serial
5362
5429
  * @param writer Serialization writer to use to serialize this model
5363
5430
  */
5364
5431
  export declare function serializeSslCertificateEntity(writer: SerializationWriter, sslCertificateEntity?: Partial<SslCertificateEntity> | undefined): void;
5432
+ /**
5433
+ * Serializes information the current object
5434
+ * @param writer Serialization writer to use to serialize this model
5435
+ */
5436
+ export declare function serializeStream(writer: SerializationWriter, stream?: Partial<Stream> | undefined): void;
5365
5437
  /**
5366
5438
  * Serializes information the current object
5367
5439
  * @param writer Serialization writer to use to serialize this model
@@ -5663,6 +5735,24 @@ export interface SslCertificateEntity extends AdditionalDataHolder, BackedModel,
5663
5735
  */
5664
5736
  surname?: string;
5665
5737
  }
5738
+ export interface Stream extends AdditionalDataHolder, BackedModel, Parsable {
5739
+ /**
5740
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5741
+ */
5742
+ additionalData?: Record<string, unknown>;
5743
+ /**
5744
+ * Stores model information.
5745
+ */
5746
+ backingStoreEnabled?: boolean;
5747
+ /**
5748
+ * The name property
5749
+ */
5750
+ name?: string;
5751
+ /**
5752
+ * The OdataType property
5753
+ */
5754
+ odataType?: string;
5755
+ }
5666
5756
  export interface Subdomain extends Entity, Parsable {
5667
5757
  /**
5668
5758
  * The date and time when Microsoft Defender Threat Intelligence first observed the subdomain. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -5918,6 +6008,10 @@ export interface UserAccount extends AdditionalDataHolder, BackedModel, Parsable
5918
6008
  userSid?: string;
5919
6009
  }
5920
6010
  export interface UserEvidence extends AlertEvidence, Parsable {
6011
+ /**
6012
+ * The stream property
6013
+ */
6014
+ stream?: Stream;
5921
6015
  /**
5922
6016
  * The user account details.
5923
6017
  */
@@ -6551,6 +6645,14 @@ export declare const KubernetesServiceTypeObject: {
6551
6645
  readonly LoadBalancer: "loadBalancer";
6552
6646
  readonly UnknownFutureValue: "unknownFutureValue";
6553
6647
  };
6648
+ export declare const MailboxConfigurationTypeObject: {
6649
+ readonly MailForwardingRule: "mailForwardingRule";
6650
+ readonly OwaSettings: "owaSettings";
6651
+ readonly EwsSettings: "ewsSettings";
6652
+ readonly MailDelegation: "mailDelegation";
6653
+ readonly UserInboxRule: "userInboxRule";
6654
+ readonly UnknownFutureValue: "unknownFutureValue";
6655
+ };
6554
6656
  export declare const OnboardingStatusObject: {
6555
6657
  readonly InsufficientInfo: "insufficientInfo";
6556
6658
  readonly Onboarded: "onboarded";